Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
HLTrigger
HLTanalyzers
python
HI_HLTopen_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# import the whole HLT menu
4
from
HLTrigger.HLTanalyzers.HLT_FULL_cff
import
*
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 )
Config
HLT_FULL_cff
Generated for CMSSW Reference Manual by
1.8.5