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; |
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; |