Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:07:01

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer
0004 totemT2DQMSource = DQMEDAnalyzer('TotemT2DQMSource',
0005     digisTag = cms.InputTag('totemT2Digis', 'TotemT2'),
0006     nbinsx = cms.uint32(25),
0007     nbinsy = cms.uint32(25),
0008     windowsNum = cms.uint32(8),
0009 
0010     perLSsaving = cms.untracked.bool(False), #driven by DQMServices/Core/python/DQMStore_cfi.py
0011 )