CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/HLTrigger/HLTanalyzers/python/HI_HLTopen_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002  
00003 # import the whole HLT menu
00004 from HLTrigger.HLTanalyzers.HLT_FULL_cff import *
00005 
00006 # create the HI jet HLT reco path
00007 DoHLTHIJets = cms.Path(HLTBeginSequence + 
00008     HLTDoHIJetRecoSequence)
00009 
00010 # create the muon HLT reco path
00011 DoHLTHIMuon = cms.Path(HLTBeginSequence + 
00012         HLTEndSequence)
00013 
00014 #### For the future of Muon HLT in the case of including L3 sequence
00015 #from CmsHi.HiMuonAlgos.HiL3MuonCandidateProducer_cfi import *
00016 #DoHLTHIMuon = cms.Path(HLTBeginSequence + HLTL2muonrecoSequence + HLTDoLocalPixelSequence + HLTHIRecopixelvertexingSequence + HLTDoLocalStripSequence + hltIMML3Filter + hltHIL3MuonCandidate + HLTEndSequence)
00017 
00018 # create the Egamma HLT reco paths
00019 DoHLTHIPhoton = cms.Path(
00020     HLTBeginSequence +
00021     HLTDoCaloSequence +
00022 # FIXME
00023 #    HLTDoHIEcalClusSequence +
00024     HLTDoHIEcalClusWithCleaningSequence +
00025 #
00026     HLTEndSequence )