CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/HLTriggerOffline/Muon/python/HLTMuonVal_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from Validation.RecoMuon.muonValidationHLT_cff import *
00004 from HLTriggerOffline.Muon.hltMuonValidator_cfi import *
00005 from Validation.RecoMuon.muonValidationHLTFastSim_cff import *
00006 
00007 from DQM.HLTEvF.HLTMonMuonBits_cfi import *
00008 relvalMuonBits = hltMonMuBits.clone(
00009     directory = cms.untracked.string('HLT/Muon'),
00010     HLTPaths = cms.vstring('HLT_[^_]*Mu[^l_]*$')
00011     )
00012 
00013 HLTMuonVal = cms.Sequence(
00014     recoMuonValidationHLT_seq + 
00015     hltMuonValidator +
00016     relvalMuonBits
00017     )
00018 
00019 HLTMuonAss_FastSim = cms.Sequence(
00020     recoMuonAssociationHLTFastSim_seq
00021     )
00022 
00023 HLTMuonVal_FastSim = cms.Sequence(
00024     recoMuonValidationHLTFastSim_seq +
00025     hltMuonValidator
00026     )
00027