CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ALCARECOHcalCalIterativePhiSym_cff.py
Go to the documentation of this file.
2 
3 #------------------------------------------------
4 #AlCaReco filtering for HCAL Iterative Phi Symmetry:
5 #------------------------------------------------
6 
8 
9 
11 hcalphisymHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
12 # HLTPaths = ['HLT_HcalPhiSym'],
13  eventSetupPathsKey='HcalCalIterativePhiSym',
14  throw = False #dont throw except on unknown path name
15 )
16 
17 seqALCARECOHcalCalIterativePhiSym = cms.Sequence(hcalphisymHLT*IterativePhiSymProd)