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

Comparing UserCode/MitHzz4l/Selection/src/PassHLT.cc (file contents):
Revision 1.2 by khahn, Thu Sep 8 20:10:48 2011 UTC vs.
Revision 1.3 by dkralph, Wed Sep 14 12:11:57 2011 UTC

# Line 1 | Line 1
1   #include "PassHLT.h"
2 < #include "EWKAnaDefs.hh"
2 > #include "HiggsAnaDefs.hh"
3  
4   bool passHLT(uint64_t triggerBits, unsigned runNum, unsigned channel) {
5  
# Line 58 | Line 58 | bool passHLT(uint64_t triggerBits, unsig
58   bool passHLTMC(uint64_t triggerBits) {
59  
60    bool pass=false;
61 <  if( triggerBits & kHLT_DoubleMu7 ||
62 <      triggerBits & kHLT_DoubleMu6 ||
63 <      triggerBits & kHLT_Mu5 ) {
61 >  if( triggerBits & kHLT_DoubleMu7 // ||
62 >      // triggerBits & kHLT_DoubleMu6 ||
63 >      // triggerBits & kHLT_Mu5
64 >      ) {
65      pass = true;
66    } else if ( triggerBits & kHLT_Ele17_CaloIdL_CaloIsoVL_Ele8_CaloIdL_CaloIsoVL ||
67                triggerBits & kHLT_Ele27_CaloIdVT_CaloIsoT_TrkIdT_TrkIsoT ||

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines