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.4 by khahn, Sat May 12 03:00:14 2012 UTC vs.
Revision 1.5 by anlevin, Wed May 23 22:06:39 2012 UTC

# Line 5 | Line 5
5   #include <bitset>
6   #include "TriggerUtilsBits.h"
7  
8 + enum EMCYear
9 + {
10 +  k2011_MC,
11 +  k2012_MC
12 + };
13 +
14   bool passHLTSingleMuon(std::bitset<TRIGGER_BIG_NUMBER>);
15   bool passHLT(std::bitset<TRIGGER_BIG_NUMBER>, unsigned runNum, unsigned channel);
16 < bool passHLTMC(std::bitset<TRIGGER_BIG_NUMBER> triggerBits, unsigned runNum,  unsigned channel)  ;
16 > bool passHLTMC(std::bitset<TRIGGER_BIG_NUMBER> triggerBits, unsigned runNum,  unsigned channel, EMCYear mc_year)  ;
17   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines