Skip to content

Commit 962cfc2

Browse files
added enum with mc flags
1 parent 7b62012 commit 962cfc2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

PWGLF/TableProducer/Nuspex/he3HadronFemto.cxx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,14 @@ enum Selections {
103103
kAll
104104
};
105105

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+
106114
} // namespace
107115

108116
struct He3HadCandidate {

0 commit comments

Comments
 (0)