Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 from DQM.EcalPreshowerMonitorModule.ESRawDataTask_cfi import *
00004 from DQM.EcalPreshowerMonitorModule.ESIntegrityTask_cfi import *
00005
00006 from DQM.EcalPreshowerMonitorModule.ESPedestalTask_cfi import *
00007 from DQM.EcalPreshowerMonitorModule.ESOccupancyTask_cfi import *
00008 from DQM.EcalPreshowerMonitorModule.ESTimingTask_cfi import *
00009 from DQM.EcalPreshowerMonitorModule.ESDcsInfoTask_cfi import *
00010 from DQM.EcalPreshowerMonitorModule.ESDataCertificationTask_cfi import *
00011 from DQM.EcalPreshowerMonitorModule.ESDaqInfoTask_cfi import *
00012 from DQM.EcalPreshowerMonitorModule.ESTrendTask_cfi import *
00013
00014 dqmInfoES = cms.EDFilter("DQMEventInfo",
00015 subSystemFolder = cms.untracked.string('EcalPreshower')
00016 )
00017
00018
00019 ecalPreshowerDefaultTasksSequence = cms.Sequence(ecalPreshowerRawDataTask*ecalPreshowerIntegrityTask*ecalPreshowerOccupancyTask*ecalPreshowerTimingTask*ecalPreshowerTrendTask)
00020
00021 ecalPreshowerCertificationSequence = cms.Sequence(ecalPreshowerDcsInfoTask*ecalPreshowerDataCertificationTask*ecalPreshowerDaqInfoTask)
00022
00023 ecalPreshowerLocalTasksSequence = cms.Sequence(ecalPreshowerPedestalTask)
00024
00025