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.6 by dkralph, Wed Jun 13 14:11:23 2012 UTC vs.
Revision 1.9 by dkralph, Tue Oct 23 11:36:21 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 12 | Line 13 | enum EMCYear
13    k2012_MC
14   };
15  
15 bool passHLTSingleMuon(std::bitset<TRIGGER_BIG_NUMBER>);
16 bool passHLT(std::bitset<TRIGGER_BIG_NUMBER>, unsigned runNum, unsigned channel);
17 bool passHLTMC(std::bitset<TRIGGER_BIG_NUMBER> triggerBits, unsigned runNum,  unsigned channel, EMCYear mc_year)  ;
18 bool passHLTEMU(ControlFlags &ctrl, std::bitset<TRIGGER_BIG_NUMBER> triggerBits);
19 bool passHLTTagAndProbe(ControlFlags &ctrl, std::bitset<TRIGGER_BIG_NUMBER> triggerBits);
16   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines