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
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1991,20 +1991,14 @@ namespace mcparticle_v2
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
2000
1997
// the getter '.flags': analysers will get the correct bit map transparently
2001
1998
DECLARE_SOA_COLUMN(Flags, storedFlags, uint8_t); //! ALICE specific flags, see MCParticleFlags. Do not use directly. Use the dynamic columns, e.g. producedByGenerator()
2002
1999
DECLARE_SOA_DYNAMIC_COLUMN(McParticleFlags, flags, //! protected against
0 commit comments