# | Line 2 | Line 2 | |
---|---|---|
2 | #define PASS_HLT | |
3 | ||
4 | #include <stdint.h> | |
5 | + | #include <bitset> |
6 | + | #include "TriggerUtilsBits.h" |
7 | ||
8 | < | bool passHLTSingleMuon(uint64_t triggerBits); |
9 | < | bool passHLT(uint64_t triggerBits, unsigned runNum, unsigned channel); |
8 | < | bool passHLTMC(uint64_t triggerBits); |
8 | > | bool passHLTSingleMuon(std::bitset<TRIGGER_BIG_NUMBER>); |
9 | > | bool passHLT(std::bitset<TRIGGER_BIG_NUMBER>, unsigned runNum, unsigned channel); |
10 | ||
11 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |