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.7 by dkralph, Tue Jun 19 17:11:28 2012 UTC vs.
Revision 1.8 by anlevin, Wed Oct 17 01:27:39 2012 UTC

# Line 4 | Line 4
4   #include <stdint.h>
5   #include <bitset>
6   #include "TriggerUtilsBits.h"
7 + #include "TriggerUtils.h"
8   #include "ParseArgs.h"
9  
10   enum EMCYear
# Line 16 | Line 17 | bool passHLTSingleMuon(std::bitset<TRIGG
17   bool passHLT(std::bitset<TRIGGER_BIG_NUMBER>, unsigned runNum, unsigned channel);
18   bool passHLTMC(std::bitset<TRIGGER_BIG_NUMBER> triggerBits, unsigned runNum,  unsigned channel, EMCYear mc_year)  ;
19   bool passHLTEMU(ControlFlags &ctrl, std::bitset<TRIGGER_BIG_NUMBER> triggerBits);
20 + bool passHLT(ControlFlags &ctrl,
21 +             std::bitset<TRIGGER_BIG_NUMBER> triggerBits,
22 +             TrigInfo ti,
23 +             unsigned run);
24   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines