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.11 by dkralph, Wed Jun 13 14:11:23 2012 UTC vs.
Revision 1.12 by dkralph, Tue Jun 19 17:11:28 2012 UTC

# Line 144 | Line 144 | bool passHLTEMU(ControlFlags &ctrl, std:
144  
145    return pass;
146   }
147 //----------------------------------------------------------------------------------------
148 bool passHLTTagAndProbe(ControlFlags &ctrl, std::bitset<TRIGGER_BIG_NUMBER> triggerBits)
149 //--------------------------------------------------------------------------
150 {
151
152  bool pass = false;  
153  // single electron dset
154  if( triggerBits.test(kHLT_Ele27_WP80) ) pass = true;
155  // single mudset
156  if( triggerBits.test(kHLT_IsoMu24_eta2p1) ) pass = true;
157  
158  return pass;
159 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines