# | Line 2 | Line 2 | |
---|---|---|
2 | #define PASS_HLT | |
3 | ||
4 | #include <stdint.h> | |
5 | + | #include <bitset> |
6 | + | #include "TriggerUtilsBits.h" |
7 | + | #include "TriggerUtils.h" |
8 | + | #include "ParseArgs.h" |
9 | + | |
10 | + | enum EMCYear |
11 | + | { |
12 | + | k2011_MC, |
13 | + | k2012_MC |
14 | + | }; |
15 | ||
6 | – | bool passHLT(uint64_t triggerBits, unsigned runNum, unsigned channel); |
7 | – | bool passHLTMC(uint64_t triggerBits); |
8 | – | |
16 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |