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

Comparing UserCode/MitHzz4l/Selection/src/applySelection.cc (file contents):
Revision 1.26 by khahn, Wed May 23 13:33:15 2012 UTC vs.
Revision 1.27 by anlevin, Wed May 23 22:06:40 2012 UTC

# Line 408 | Line 408 | int main(int argc, char** argv)
408          if( ctrl.debug ) cout << "file is : " << currentFile  << endl;
409          fillTriggerBits( hltTable, trigMask, triggerBits );
410          passes_HLT_MC = true; // passed to apply as extern global, just for sync
411 <        if( !passHLTMC(triggerBits, info->RunNum(), info->EvtNum() ) ) {
411 >        if( !passHLTMC(triggerBits, info->RunNum(), info->EvtNum(), k2012_MC ) ) {
412            passes_HLT_MC = false;
413          }
414        } else {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines