CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalPreshowerMonitorTasks_cfi.py
Go to the documentation of this file.
2 
5 #from DQM.EcalPreshowerMonitorModule.ESFEDIntegrityTask_cfi import *
13 
14 dqmInfoES = cms.EDFilter("DQMEventInfo",
15  subSystemFolder = cms.untracked.string('EcalPreshower')
16  )
17 
18 #ecalPreshowerDefaultTasksSequence = cms.Sequence(ecalPreshowerOccupancyTask*ecalPreshowerPedestalTask)
19 ecalPreshowerDefaultTasksSequence = cms.Sequence(ecalPreshowerRawDataTask*ecalPreshowerIntegrityTask*ecalPreshowerOccupancyTask*ecalPreshowerTimingTask*ecalPreshowerTrendTask)
20 
21 ecalPreshowerCertificationSequence = cms.Sequence(ecalPreshowerDcsInfoTask*ecalPreshowerDataCertificationTask*ecalPreshowerDaqInfoTask)
22 
23 ecalPreshowerLocalTasksSequence = cms.Sequence(ecalPreshowerPedestalTask)
24 
25