ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/Selection/interface/PassHLT.h
Revision: 1.1
Committed: Thu Sep 8 13:33:18 2011 UTC (13 years, 8 months ago) by khahn
Content type: text/plain
Branch: MAIN
Branch point for: kh
Log Message:
Initial revision

File Contents

# User Rev Content
1 khahn 1.1 #ifndef PASS_HLT
2     #define PASS_HLT
3    
4     #include <stdint.h>
5    
6     bool passHLT(uint64_t triggerBits, unsigned runNum, unsigned channel);
7     bool passHLTMC(uint64_t triggerBits);
8    
9     #endif