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

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