src
DQM
EcalPreshowerMonitorModule
python
EcalPreshowerMonitorTasks_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
DQM.EcalPreshowerMonitorModule.ESRawDataTask_cfi
import
*
4
from
DQM.EcalPreshowerMonitorModule.ESIntegrityTask_cfi
import
*
5
#from DQM.EcalPreshowerMonitorModule.ESFEDIntegrityTask_cfi import *
6
from
DQM.EcalPreshowerMonitorModule.ESPedestalTask_cfi
import
*
7
from
DQM.EcalPreshowerMonitorModule.ESOccupancyTask_cfi
import
*
8
from
DQM.EcalPreshowerMonitorModule.ESTimingTask_cfi
import
*
9
from
DQM.EcalPreshowerMonitorModule.ESDcsInfoTask_cfi
import
*
10
from
DQM.EcalPreshowerMonitorModule.ESDataCertificationTask_cfi
import
*
11
from
DQM.EcalPreshowerMonitorModule.ESDaqInfoTask_cfi
import
*
12
from
DQM.EcalPreshowerMonitorModule.ESTrendTask_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
ESDaqInfoTask_cfi
ESOccupancyTask_cfi
ESTrendTask_cfi
ESDataCertificationTask_cfi
ESPedestalTask_cfi
DQMEDAnalyzer
Definition:
DQMEDAnalyzer.py:1
ESTimingTask_cfi
ESIntegrityTask_cfi
ESDcsInfoTask_cfi
ESRawDataTask_cfi
Generated for CMSSW Reference Manual by
1.8.14