Project
Loading...
Searching...
No Matches
o2::framework::PresliceGroup Struct Reference

#include <ASoA.h>

Detailed Description

Can be user to group together a number of Preslice declaration to avoid the limit of 100 data members per task

struct MyTask struct : public PresliceGroup { Preslice<aod::Tracks> perCol = aod::track::collisonId; Preslice<aod::McParticles> perMcCol = aod::mcparticle::mcCollisionId; } preslices;

individual components can be access with

preslices.perCol;

Definition at line 1483 of file ASoA.h.


The documentation for this struct was generated from the following file: