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