CMS 3D CMS Logo

EcalMonitorTaskEcalOnly_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from DQM.EcalMonitorTasks.EcalMonitorTask_cfi import ecalMonitorTask as _ecalMonitorTask
4 
5 ecalMonitorTaskEcalOnly = _ecalMonitorTask.clone(
6  collectionTags = dict(
7  EBSuperCluster = ("particleFlowSuperClusterECALOnly","particleFlowSuperClusterECALBarrel"),
8  EESuperCluster = ("particleFlowSuperClusterECALOnly","particleFlowSuperClusterECALEndcapWithPreshower")
9  ),
10  workerParameters = dict(ClusterTask = dict(params = dict(doExtra = False)))
11 )