CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from CondTools.DQM.DQMReferenceHistogramRootFileEventSetupAnalyzer_cfi import *
00004 from DQMServices.Components.DQMMessageLoggerClient_cff import *
00005 from DQMServices.Components.DQMDcsInfoClient_cfi import *
00006 
00007 from DQMOffline.Ecal.ecal_dqm_client_offline_cff import *
00008 from DQM.HcalMonitorModule.hcal_dqm_client_fileT0_cff import *
00009 from DQM.SiStripMonitorClient.SiStripClientConfig_Tier0_HeavyIons_cff import *
00010 from DQM.SiPixelCommon.SiPixelOfflineDQM_client_cff import *
00011 from DQM.DTMonitorClient.dtDQMOfflineClients_cff import *
00012 from DQM.RPCMonitorClient.RPCTier0Client_cff import *
00013 from DQM.CSCMonitorModule.csc_dqm_offlineclient_collisions_cff import *
00014 from DQM.EcalPreshowerMonitorClient.es_dqm_client_offline_cff import *
00015 from DQM.BeamMonitor.AlcaBeamMonitorClient_cff import *
00016 from DQMServices.Components.DQMFEDIntegrityClient_cff import *
00017 
00018 DQMOfflineHeavyIons_SecondStep_PreDPG = cms.Sequence( dqmDcsInfoClient *
00019                                                       ecal_dqm_client_offline *
00020                                                       hcalOfflineDQMClient *
00021                                                       SiStripOfflineDQMClientHI *
00022                                                       PixelOfflineDQMClientWithDataCertificationHI *
00023                                                       dtClients *
00024                                                       rpcTier0Client *
00025                                                       cscOfflineCollisionsClients *
00026                                                       es_dqm_client_offline *
00027                                                       dqmFEDIntegrityClient )
00028 
00029 DQMOfflineHeavyIons_SecondStepDPG = cms.Sequence( dqmRefHistoRootFileGetter *
00030                                          DQMOfflineHeavyIons_SecondStep_PreDPG *
00031                                          DQMMessageLoggerClientSeq )
00032 
00033 from DQMOffline.Muon.muonQualityTests_cff import *
00034 from DQMOffline.EGamma.photonOfflineDQMClient_cff import *
00035 from DQMOffline.L1Trigger.L1TriggerDqmOffline_cff import *
00036 from DQMOffline.Trigger.DQMOffline_Trigger_Client_cff import *
00037 from DQMOffline.Trigger.DQMOffline_HLT_Client_cff import *
00038 
00039 DQMOfflineHeavyIons_SecondStep_PrePOG = cms.Sequence( muonQualityTests 
00040                                                       * photonOfflineDQMClient
00041                                                       * l1TriggerDqmOfflineClient
00042                                                       * triggerOfflineDQMClient 
00043                                                       * hltOfflineDQMClient
00044                                                       * alcaBeamMonitorClient 
00045                                                       )
00046 
00047 DQMOfflineHeavyIons_SecondStepPOG = cms.Sequence( dqmRefHistoRootFileGetter *
00048                                                   DQMOfflineHeavyIons_SecondStep_PrePOG *
00049                                                   DQMMessageLoggerClientSeq )
00050 
00051 DQMOfflineHeavyIons_SecondStep = cms.Sequence( dqmRefHistoRootFileGetter *
00052                                                DQMOfflineHeavyIons_SecondStep_PreDPG *
00053                                                DQMOfflineHeavyIons_SecondStep_PrePOG *
00054                                                DQMMessageLoggerClientSeq )