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.2 by khahn, Mon Oct 17 16:23:42 2011 UTC vs.
Revision 1.3 by khahn, Tue May 1 23:39:16 2012 UTC

# Line 2 | Line 2
2   #define PASS_HLT
3  
4   #include <stdint.h>
5 + #include <bitset>
6 + #include "TriggerUtilsBits.h"
7  
8 < bool passHLTSingleMuon(uint64_t triggerBits);
9 < bool passHLT(uint64_t triggerBits, unsigned runNum, unsigned channel);
8 < bool passHLTMC(uint64_t triggerBits);
8 > bool passHLTSingleMuon(std::bitset<TRIGGER_BIG_NUMBER>);
9 > bool passHLT(std::bitset<TRIGGER_BIG_NUMBER>, unsigned runNum, unsigned channel);
10  
11   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines