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.33 by khahn, Sun Jun 3 15:59:56 2012 UTC vs.
Revision 1.34 by khahn, Sun Jun 3 16:30:41 2012 UTC

# Line 389 | Line 389 | int main(int argc, char** argv)
389            fillTriggerNames(hltTable, hltTableStrings );
390          }
391          if( ctrl.debug ) cout << "file is : " << currentFile  << endl;
392 <        fillTriggerNames( hltTable, trigMask, triggerBits );
392 >        fillTriggerBits( hltTable, trigMask, triggerBits );
393          passes_HLT_MC = true; // passed to apply as extern global, just for sync
394          if( !passHLTMC(triggerBits, info->RunNum(), info->EvtNum(), k2012_MC ) ) {
395            passes_HLT_MC = false;
# Line 417 | Line 417 | int main(int argc, char** argv)
417          }
418          if( ctrl.debug ) cout << "file is : " << currentFile  << endl;
419          /*
420 <        fillTriggerNames( hltTable, trigMask, triggerBits );
420 >        fillTriggerBits( hltTable, trigMask, triggerBits );
421          if( !passHLT(triggerBits, info->RunNum(), info->EvtNum() ) ) {
422            if( ctrl.debug ) cout << "\tfails trigger ... " << endl;
423            continue;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines