CMS 3D CMS Logo

L1TdeGEMTPGClient_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 from DQMServices.Core.DQMEDHarvester import DQMEDHarvester
3 
4 l1tdeGEMTPGClient = DQMEDHarvester(
5  "L1TdeGEMTPGClient",
6  monitorDir = cms.string('L1TEMU/L1TdeGEMTPG'),
7  chambers = cms.vstring("GE11"),
8  clusterVars = cms.vstring("size", "pad", "bx"),
9  clusterNBin = cms.vuint32(20,384,10),
10  clusterMinBin = cms.vdouble(-0.5,-0.5,-4.5),
11  clusterMaxBin = cms.vdouble(19.5,383.5,5.5),
12 )
DQMEDHarvester
Definition: DQMEDHarvester.py:1