Skip to content

Commit

Permalink
Merge pull request #19510 from Martin-Grunewald/ecalTrgHLT
Browse files Browse the repository at this point in the history
Do not throw on non-matching triggers in ecalTrgHLT (93X)
  • Loading branch information
cmsbuild committed Jul 3, 2017
2 parents 236f7c2 + 843a425 commit 4cac99e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
ecalTrgHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
# eventSetupPathsKey='AlCa_EcalPhiSym*', # this is the HLT path that can be used
eventSetupPathsKey='EcalTrg',
throw = cms.bool( False ),
)

seqALCARECOEcalTrg = cms.Sequence(ecalTrgHLT)

0 comments on commit 4cac99e

Please sign in to comment.