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
// for improved getters with protection against incorrect physical primary tagging
1992
-
// note: this has to be declared in a separate namespace so it does not conflict with existing
1993
-
// derived data table declarations in O2Physics
1990
+
// note: this has to be declared in a separate namespace so it does not conflict with existing
1991
+
// derived data table declarations in O2Physics
1994
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
1997
+
// avoid that the stored flags are provided unprotected via
2000
1998
// the getter '.flags': analysers will get the correct bit map transparently
2001
-
DECLARE_SOA_COLUMN(Flags, storedFlags, uint8_t); //! ALICE specific flags, see MCParticleFlags. Do not use directly. Use the dynamic columns, e.g. producedByGenerator()
1999
+
DECLARE_SOA_COLUMN(Flags, storedFlags, uint8_t); //! ALICE specific flags, see MCParticleFlags. Do not use directly. Use the dynamic columns, e.g. producedByGenerator()
2002
2000
DECLARE_SOA_DYNAMIC_COLUMN(McParticleFlags, flags, //! protected against
0 commit comments