Skip to content

Commit

Permalink
Merge pull request #8452 from Martin-Grunewald/FixHLTscript
Browse files Browse the repository at this point in the history
Fix HLT script for new HLT customisation framework
  • Loading branch information
cmsbuild committed Mar 24, 2015
2 parents 6cd528f + d77746c commit f3b1444
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HLTrigger/Configuration/test/runAll.csh
Expand Up @@ -22,9 +22,9 @@ foreach gtag ( Data Mc )
cat >> $newfile <<EOF
#
if not ('HLTAnalyzerEndpath' in process.__dict__) :
from HLTrigger.Configuration.HLT_FULL_cff import hltL1GtTrigReport,hltTrigReport
process.hltL1GtTrigReport = hltL1GtTrigReport
process.hltTrigReport = hltTrigReport
from HLTrigger.Configuration.HLT_FULL_cff import fragment as _fragment
process.hltL1GtTrigReport = _fragment.hltL1GtTrigReport
process.hltTrigReport = _fragment.hltTrigReport
process.hltTrigReport.HLTriggerResults = cms.InputTag( 'TriggerResults','',process.name_() )
process.HLTAnalyzerEndpath = cms.EndPath(process.hltL1GtTrigReport + process.hltTrigReport)
#
Expand Down

0 comments on commit f3b1444

Please sign in to comment.