CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
EcalMonitorTask_cfi Namespace Reference

Variables

tuple ecalMonitorTask
 
tuple ecalMonitorTaskParams
 
tuple ecalMonitorTaskPaths
 

Variable Documentation

tuple EcalMonitorTask_cfi.ecalMonitorTask
Initial value:
1 = cms.EDAnalyzer("EcalDQMonitorTask",
2  moduleName = cms.untracked.string("Ecal Monitor Source"),
3  # tasks to be turned on
4  tasks = cms.untracked.vstring(
5  "ClusterTask",
6  "EnergyTask",
7  "IntegrityTask",
8  "OccupancyTask",
9  "RawDataTask",
10  "SelectiveReadoutTask",
11  "TimingTask",
12  "TrigPrimTask",
13  "TowerStatusTask",
14  "PresampleTask"
15  ),
16  # task parameters (included from indivitual cfis)
17  taskParameters = dqmpset(ecalMonitorTaskParams),
18  # ME paths for each task (included from inidividual cfis)
19  mePaths = dqmpaths("Ecal", ecalMonitorTaskPaths),
20  collectionTags = ecalDQMCollectionTags,
21  allowMissingCollections = cms.untracked.bool(False),
22  verbosity = cms.untracked.int32(0),
23  evaluateTime = cms.untracked.bool(False)
24 )
def dqmpaths
Definition: dqmpset.py:30

Definition at line 45 of file EcalMonitorTask_cfi.py.

tuple EcalMonitorTask_cfi.ecalMonitorTaskParams
Initial value:
1 = dict(
2  ClusterTask = ecalClusterTask.clusterTask,
3  EnergyTask = ecalEnergyTask.energyTask,
4  IntegrityTask = ecalIntegrityTask.integrityTask,
5  OccupancyTask = ecalOccupancyTask.occupancyTask,
6  RawDataTask = ecalRawDataTask.rawDataTask,
7  SelectiveReadoutTask = ecalSelectiveReadoutTask.selectiveReadoutTask,
8  TimingTask = ecalTimingTask.timingTask,
9  TrigPrimTask = ecalTrigPrimTask.trigPrimTask,
10  TowerStatusTask = ecalTowerStatusTask.towerStatusTask,
11  PresampleTask = ecalPresampleTask.presampleTask,
12  Common = ecalCommonParams
13 )

Definition at line 18 of file EcalMonitorTask_cfi.py.

tuple EcalMonitorTask_cfi.ecalMonitorTaskPaths
Initial value:
1 = dict(
2  ClusterTask = ecalClusterTask.clusterTaskPaths,
3  EnergyTask = ecalEnergyTask.energyTaskPaths,
4  IntegrityTask = ecalIntegrityTask.integrityTaskPaths,
5  OccupancyTask = ecalOccupancyTask.occupancyTaskPaths,
6  RawDataTask = ecalRawDataTask.rawDataTaskPaths,
7  SelectiveReadoutTask = ecalSelectiveReadoutTask.selectiveReadoutTaskPaths,
8  TimingTask = ecalTimingTask.timingTaskPaths,
9  TrigPrimTask = ecalTrigPrimTask.trigPrimTaskPaths,
10  TowerStatusTask = ecalTowerStatusTask.towerStatusTaskPaths,
11  PresampleTask = ecalPresampleTask.presampleTaskPaths
12 )

Definition at line 32 of file EcalMonitorTask_cfi.py.