ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/Selection/interface/PassHLT.h
Revision: 1.1.1.1 (vendor branch)
Committed: Thu Sep 8 13:33:18 2011 UTC (13 years, 8 months ago) by khahn
Content type: text/plain
Branch: kh
CVS Tags: v1
Changes since 1.1: +0 -0 lines
Error occurred while calculating annotation data.
Log Message:

File Contents

# Content
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