ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/Selection/interface/PassHLT.h
Revision: 1.4
Committed: Sat May 12 03:00:14 2012 UTC (13 years ago) by khahn
Content type: text/plain
Branch: MAIN
Changes since 1.3: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 #ifndef PASS_HLT
2 #define PASS_HLT
3
4 #include <stdint.h>
5 #include <bitset>
6 #include "TriggerUtilsBits.h"
7
8 bool passHLTSingleMuon(std::bitset<TRIGGER_BIG_NUMBER>);
9 bool passHLT(std::bitset<TRIGGER_BIG_NUMBER>, unsigned runNum, unsigned channel);
10 bool passHLTMC(std::bitset<TRIGGER_BIG_NUMBER> triggerBits, unsigned runNum, unsigned channel) ;
11 #endif