ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/Selection/interface/PassHLT.h
(Generate patch)

Comparing UserCode/MitHzz4l/Selection/interface/PassHLT.h (file contents):
Revision 1.1.1.1 by khahn, Thu Sep 8 13:33:18 2011 UTC vs.
Revision 1.10 by dkralph, Mon Dec 17 12:34:18 2012 UTC

# Line 2 | Line 2
2   #define PASS_HLT
3  
4   #include <stdint.h>
5 + #include <bitset>
6 + #include "TriggerUtilsBits.h"
7 + #include "TriggerUtils.h"
8 + #include "ParseArgs.h"
9 +
10 + enum EMCYear
11 + {
12 +  k2011_MC,
13 +  k2012_MC
14 + };
15  
6 bool passHLT(uint64_t triggerBits, unsigned runNum, unsigned channel);
7 bool passHLTMC(uint64_t triggerBits);
8
16   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines