CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HI_HLTopen_cff.py
Go to the documentation of this file.
2 
3 # import the whole HLT menu
5 
6 # create the HI jet HLT reco path
7 DoHLTHIJets = cms.Path(HLTBeginSequence +
8  HLTDoHIJetRecoSequence)
9 
10 # create the muon HLT reco path
11 DoHLTHIMuon = cms.Path(HLTBeginSequence +
12  HLTEndSequence)
13 
14 #### For the future of Muon HLT in the case of including L3 sequence
15 #from CmsHi.HiMuonAlgos.HiL3MuonCandidateProducer_cfi import *
16 #DoHLTHIMuon = cms.Path(HLTBeginSequence + HLTL2muonrecoSequence + HLTDoLocalPixelSequence + HLTHIRecopixelvertexingSequence + HLTDoLocalStripSequence + hltIMML3Filter + hltHIL3MuonCandidate + HLTEndSequence)
17 
18 # create the Egamma HLT reco paths
19 DoHLTHIPhoton = cms.Path(
20  HLTBeginSequence +
21  HLTDoCaloSequence +
22 # FIXME
23 # HLTDoHIEcalClusSequence +
24  HLTDoHIEcalClusWithCleaningSequence +
25 #
26  HLTEndSequence )