CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ALCARECOHcalCalHO_cff.py
Go to the documentation of this file.
2 
3 #------------------------------------------------
4 #AlCaReco filtering for HCAL HO:
5 #------------------------------------------------
8 
9 #
10 #here we specify triggers for two different menues
11 #this is possible since throw=False
12 #
13 
14 ALCARECOHcalCalHOHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
15 # HLTPaths = ['HLT_IsoMu3', #for 8E29
16 # 'HLT_IsoMu9'], #for 1E30
17  eventSetupPathsKey='HcalCalHO',
18  throw = False #dont throw except on unknown path name
19 )
20 
21 seqALCARECOHcalCalHO = cms.Sequence(ALCARECOHcalCalHOHLT*hoCalibProducer)
22 
23 
24