CMS 3D CMS Logo

ALCARECOHcalCalHOCosmics_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #------------------------------------------------
4 #AlCaReco filtering for HCAL HO:
5 #------------------------------------------------
8 
9 
10 ALCARECOHcalCalHOCosmicHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
11 # HLTPaths = ['HLT_L1MuOpen', 'HLT_Mu3', 'HLT_Mu5'],
12  eventSetupPathsKey='HcalCalHOCosmics',
13  throw = False #dont throw except on unknown path name
14 )
15 
16 seqALCARECOHcalCalHOCosmics = cms.Sequence(ALCARECOHcalCalHOCosmicHLT*hoCalibCosmicsProducer)
17 
18