CMS 3D CMS Logo

totemT2DQMSource_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer
4 totemT2DQMSource = DQMEDAnalyzer('TotemT2DQMSource',
5  digisTag = cms.InputTag('totemT2Digis', 'TotemT2'),
6  rechitsTag = cms.InputTag('totemT2RecHits'),
7  nbinsx = cms.uint32(25),
8  nbinsy = cms.uint32(25),
9  windowsNum = cms.uint32(4),
10 
11  perLSsaving = cms.untracked.bool(False), #driven by DQMServices/Core/python/DQMStore_cfi.py
12 )