CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ALCARECOHcalCalHOCosmics_cff.py
Go to the documentation of this file.
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