Calibration
EcalAlCaRecoProducers
python
ALCARECOEcalTrg_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
import
HLTrigger.HLTfilters.hltHighLevel_cfi
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
Generated for CMSSW Reference Manual by
1.8.16