# | 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 { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |