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.
1 import FWCore.ParameterSet.Config as cms
2 
5 
6 #from DQM.HLTEvF.HLTMonMuonBits_cfi import *
7 #relvalMuonBits = hltMonMuBits.clone(
8 # directory = cms.untracked.string('HLT/Muon'),
9 # HLTPaths = cms.vstring('HLT_[^_]*Mu[^l_]*$')
10 # )
11 
12 HLTMuonVal = cms.Sequence(
13  recoMuonValidationHLT_seq +
14  hltMuonValidator
15  #+ relvalMuonBits
16  )