CMS 3D CMS Logo

ALCARECOEcalTrg_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
3 
4 ecalTrgHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
5 # eventSetupPathsKey='AlCa_EcalPhiSym*', # this is the HLT path that can be used
6  eventSetupPathsKey='EcalTrg',
7  throw = cms.bool( False ),
8 )
9 
10 seqALCARECOEcalTrg = cms.Sequence(ecalTrgHLT)
hltHighLevel_cfi