test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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='AlCaEcalTrg',
7 )
8 
9 seqALCARECOEcalTrg = cms.Sequence(ecalTrgHLT)