CMS 3D CMS Logo

EcalPreshowerMonitorTasks_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 #from DQM.EcalPreshowerMonitorModule.ESFEDIntegrityTask_cfi import *
13 
14 from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer
15 dqmInfoES = DQMEDAnalyzer('DQMEventInfo',
16  subSystemFolder = cms.untracked.string('EcalPreshower')
17  )
18 
19 #ecalPreshowerDefaultTasksSequence = cms.Sequence(ecalPreshowerOccupancyTask*ecalPreshowerPedestalTask)
20 ecalPreshowerDefaultTasksSequence = cms.Sequence(ecalPreshowerRawDataTask*ecalPreshowerIntegrityTask*ecalPreshowerOccupancyTask*ecalPreshowerTimingTask*ecalPreshowerTrendTask)
21 
22 ecalPreshowerCertificationSequence = cms.Sequence(ecalPreshowerDcsInfoTask*ecalPreshowerDataCertificationTask*ecalPreshowerDaqInfoTask)
23 
24 ecalPreshowerLocalTasksSequence = cms.Sequence(ecalPreshowerPedestalTask)
25 
26