ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/Selection/interface/PassHLT.h
Revision: 1.3
Committed: Tue May 1 23:39:16 2012 UTC (13 years ago) by khahn
Content type: text/plain
Branch: MAIN
Changes since 1.2: +4 -3 lines
Log Message:
porting trigger stuff

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
11 #endif