CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTMuonVal_cff.py
Go to the documentation of this file.
2 
6 
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