You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Framework/Core/include/Framework/AnalysisDataModel.h
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1990,16 +1990,20 @@ namespace mcparticle_v2
1990
1990
// note: this has to be declared in a separate namespace so it does not conflict with existing
1991
1991
// derived data table declarations in O2Physics
1992
1992
DECLARE_SOA_DYNAMIC_COLUMN(IsPhysicalPrimary, isPhysicalPrimary, //! True if particle is considered a physical primary according to the ALICE definition
// avoid that the stored flags are provided unprotected via
1998
2000
// the getter '.flags': analysers will get the correct bit map transparently
1999
2001
DECLARE_SOA_COLUMN(Flags, storedFlags, uint8_t); //! ALICE specific flags, see MCParticleFlags. Do not use directly. Use the dynamic columns, e.g. producedByGenerator()
2000
2002
DECLARE_SOA_DYNAMIC_COLUMN(McParticleFlags, flags, //! protected against
0 commit comments