CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/DQMOffline/Configuration/python/AlCaRecoDQM_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #DQM services
00004 #be sure to include the standard sequences
00005 from DQMServices.Components.MEtoEDMConverter_cfi import *
00006 #Subsystem Includes 
00007 # Tracker Alignment
00008 from DQMOffline.Alignment.ALCARECOTkAlDQM_cff import *
00009 # Muon  Alignment
00010 from DQMOffline.Alignment.ALCARECOMuAlDQM_cff import *
00011 #Tracker Calibration
00012 from DQMOffline.Configuration.ALCARECOTkCalDQM_cff import *
00013 # Ecal Calibration
00014 from DQMOffline.Configuration.ALCARECOEcalCalDQM_cff import *
00015 # Hcal Calibration
00016 from DQMOffline.Configuration.ALCARECOHcalCalDQM_cff import *
00017 # Muon Calibration
00018 from DQMOffline.Configuration.ALCARECOMuonDQM_cff import *
00019 
00020 # unfortunally the ALCARECOTkAl-Producers can not go here because they are filters.
00021 pathALCARECODQM = cms.Path(MEtoEDMConverter)
00022