Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:18:55

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from Validation.RecoMuon.muonValidationHLT_cff import *
0004 from HLTriggerOffline.Muon.hltMuonValidator_cfi import *
0005 
0006 #from DQM.HLTEvF.HLTMonMuonBits_cfi import *
0007 #relvalMuonBits = hltMonMuBits.clone(
0008 #    directory = cms.untracked.string('HLT/Muon'),
0009 #    HLTPaths = cms.vstring('HLT_[^_]*Mu[^l_]*$')
0010 #    )
0011 
0012 HLTMuonVal = cms.Sequence(
0013     recoMuonValidationHLT_seq + 
0014     hltMuonValidator
0015     #+ relvalMuonBits
0016     )