CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/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.ewkDQM_cfi import *
00005 from DQM.Physics.ewkMuDQM_cfi import *
00006 from DQM.Physics.ewkElecDQM_cfi import *
00007 from DQM.Physics.ewkMuLumiMonitorDQM_cfi import *
00008 from DQM.Physics.qcdPhotonsDQM_cfi import *
00009 from DQM.Physics.qcdHighPtDQM_cfi import *
00010 from DQM.Physics.topDiLeptonOfflineDQM_cfi import *
00011 from DQM.Physics.topSingleLeptonDQM_cfi import *
00012 from DQM.Physics.ewkMuLumiMonitorDQM_cfi import *
00013 from DQM.Physics.ewkTauDQM_cfi import *
00014 from DQM.Physics.susyDQM_cfi import *
00015 from DQM.Physics.qcdUeDQM_cfi import *
00016 from DQM.Physics.HiggsDQM_cfi import *
00017 from JetMETCorrections.Configuration.JetCorrectionProducersAllAlgos_cff import *
00018 
00019 dqmPhysics = cms.Sequence( bphysicsOniaDQM 
00020                            *ewkDQM
00021                            *ewkMuDQM
00022                            *ewkElecDQM
00023                            *ewkMuLumiMonitorDQM
00024                            *qcdPhotonsDQM
00025                            *qcdHighPtDQM
00026                            *topDiLeptonOfflineDQM
00027                            *topSingleLeptonDQM
00028                            *ewkTauDQM
00029                            *susyDQM
00030                            *QcdUeDQM
00031                            *HiggsDQM
00032                            )
00033 
00034 bphysicsOniaDQMHI = bphysicsOniaDQM.clone(vertex=cms.InputTag("hiSelectedVertex"))
00035 dqmPhysicsHI = cms.Sequence(bphysicsOniaDQMHI)