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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1996,7 +1996,7 @@ DECLARE_SOA_DYNAMIC_COLUMN(IsPhysicalPrimary, isPhysicalPrimary, //! True if par
1996
1996
// avoid that the stored flags are provided unprotected via
1997
1997
// the getter '.flags': analysers will get the correct bit map transparently
1998
1998
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_DYNAMIC_COLUMN(McParticleFlags, flags, //! protected against
1999
+
DECLARE_SOA_DYNAMIC_COLUMN(ProtectedFlags, flags, //! protected against
0 commit comments