File indexing completed on 2023-03-17 10:42:48
0001 import FWCore.ParameterSet.Config as cms
0002
0003
0004
0005
0006 import HLTrigger.HLTfilters.hltHighLevel_cfi
0007 ALCARECOHcalCalIsolatedBunchSelectorHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
0008 eventSetupPathsKey = 'HcalCalIsolatedBunchSelector',
0009 throw = False
0010 )
0011
0012 from Calibration.HcalAlCaRecoProducers.alcaIsolatedBunchSelector_cfi import *
0013
0014 seqALCARECOHcalCalIsolatedBunchSelector = cms.Sequence(ALCARECOHcalCalIsolatedBunchSelectorHLT *
0015 alcaIsolatedBunchSelector)