We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b62012 commit 962cfc2Copy full SHA for 962cfc2
PWGLF/TableProducer/Nuspex/he3HadronFemto.cxx
@@ -103,6 +103,14 @@ enum Selections {
103
kAll
104
};
105
106
+enum Flags {
107
+ kPrimary = BIT(0),
108
+ kFromLi4 = BIT(1),
109
+ kFromHypertriton = BIT(2),
110
+ kFromOtherDecay = BIT(3),
111
+ kFromMaterial = BIT(4)
112
+};
113
+
114
} // namespace
115
116
struct He3HadCandidate {
0 commit comments