CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/DQM/Physics/python/DQMPhysics_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from DQM.Physics.bphysicsOniaDQM_cfi import *
00004 from DQM.Physics.ewkMuDQM_cfi import *
00005 from DQM.Physics.ewkElecDQM_cfi import *
00006 from DQM.Physics.ewkMuLumiMonitorDQM_cfi import *
00007 from DQM.Physics.qcdPhotonsDQM_cfi import *
00008 from DQM.Physics.topDiLeptonOfflineDQM_cfi import *
00009 from DQM.Physics.topSingleLeptonDQM_cfi import *
00010 from DQM.Physics.topSingleLeptonDQM_PU_cfi import *
00011 from DQM.Physics.ewkMuLumiMonitorDQM_cfi import *
00012 from DQM.Physics.susyDQM_cfi import *
00013 from DQM.Physics.HiggsDQM_cfi import *
00014 from JetMETCorrections.Configuration.JetCorrectionProducersAllAlgos_cff import *
00015 
00016 ## unused
00017 #from DQM.Physics.qcdUeDQM_cfi import *
00018 #from DQM.Physics.ewkTauDQM_cfi import *
00019 #from DQM.Physics.qcdHighPtDQM_cfi import *
00020 #from DQM.Physics.ewkDQM_cfi import *
00021 
00022 
00023 dqmPhysics = cms.Sequence( bphysicsOniaDQM 
00024                            *ewkMuDQM
00025                            *ewkElecDQM
00026                            *ewkMuLumiMonitorDQM
00027                            *qcdPhotonsDQM
00028                            *topDiLeptonOfflineDQM
00029                            *topSingleLeptonDQM
00030                            *susyDQM
00031                            *HiggsDQM
00032 #                           *ewkDQM
00033 #                           *qcdHighPtDQM
00034 #                           *ewkTauDQM
00035 #                           *QcdUeDQM                           
00036                            )
00037 
00038 bphysicsOniaDQMHI = bphysicsOniaDQM.clone(vertex=cms.InputTag("hiSelectedVertex"))
00039 dqmPhysicsHI = cms.Sequence(bphysicsOniaDQMHI)