Revision: | 1.5 |
Committed: | Wed May 23 22:06:39 2012 UTC (12 years, 11 months ago) by anlevin |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | synced_FSR_2, synced_FSR, synched2 |
Changes since 1.4: | +7 -1 lines |
Log Message: | made changes for sync on the summer 12 file |
# | Content |
---|---|
1 | #ifndef PASS_HLT |
2 | #define PASS_HLT |
3 | |
4 | #include <stdint.h> |
5 | #include <bitset> |
6 | #include "TriggerUtilsBits.h" |
7 | |
8 | enum EMCYear |
9 | { |
10 | k2011_MC, |
11 | k2012_MC |
12 | }; |
13 | |
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) ; |
17 | #endif |