CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/HLTriggerOffline/Muon/python/HLTMuonPostVal_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from Validation.RecoMuon.PostProcessorHLT_cff import *
00004 from HLTriggerOffline.Muon.hltMuonPostProcessors_cff import *
00005 
00006 HLTMuonPostVal = cms.Sequence(
00007     recoMuonPostProcessorsHLT +
00008     hltMuonPostProcessors
00009     )
00010 
00011 HLTMuonPostVal_FastSim = cms.Sequence(
00012     recoMuonPostProcessorsHLTFastSim +
00013     hltMuonPostProcessors
00014     )
00015