Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
HLTriggerOffline
Muon
python
HLTMuonVal_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
Validation.RecoMuon.muonValidationHLT_cff
import
*
4
from
HLTriggerOffline.Muon.hltMuonValidator_cfi
import
*
5
from
Validation.RecoMuon.muonValidationHLTFastSim_cff
import
*
6
7
#from DQM.HLTEvF.HLTMonMuonBits_cfi import *
8
#relvalMuonBits = hltMonMuBits.clone(
9
# directory = cms.untracked.string('HLT/Muon'),
10
# HLTPaths = cms.vstring('HLT_[^_]*Mu[^l_]*$')
11
# )
12
13
HLTMuonVal = cms.Sequence(
14
recoMuonValidationHLT_seq +
15
hltMuonValidator
16
#+ relvalMuonBits
17
)
18
19
HLTMuonAss_FastSim = cms.Sequence(
20
recoMuonAssociationHLTFastSim_seq
21
)
22
23
HLTMuonVal_FastSim = cms.Sequence(
24
recoMuonValidationHLTFastSim_seq +
25
hltMuonValidator
26
)
27
Config
hltMuonValidator_cfi
muonValidationHLT_cff
muonValidationHLTFastSim_cff
Generated for CMSSW Reference Manual by
1.8.5