Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
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
ESDaqInfoTask_cfi
Config
ESOccupancyTask_cfi
ESTrendTask_cfi
ESDataCertificationTask_cfi
ESPedestalTask_cfi
ESTimingTask_cfi
ESIntegrityTask_cfi
ESDcsInfoTask_cfi
ESRawDataTask_cfi
Generated for CMSSW Reference Manual by
1.8.5