CMS 3D CMS Logo

MuonME0Digis_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 
4 from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer
5 me0DigiValidation = DQMEDAnalyzer('ME0DigisValidation',
6  verboseSimHit = cms.untracked.int32(1),
7  simInputLabel = cms.InputTag('g4SimHits',"MuonME0Hits"),
8  digiInputLabel = cms.InputTag("simMuonME0PseudoReDigis"),
9  sigma_x = cms.double(0.0003), #It corresponds to phi resolution
10  sigma_y = cms.double(0.03), #It corresponds to eta resolution
11  # st1, st2_short, st2_long of xbin, st1,st2_short,st2_long of ybin
12  nBinGlobalZR = cms.untracked.vdouble(30,100),
13  # st1 xmin, xmax, st2_short xmin, xmax, st2_long xmin, xmax, st1 ymin, ymax...
14  RangeGlobalZR = cms.untracked.vdouble(525,555,60,160),
15  nBinGlobalXY = cms.untracked.int32(160),
16 )
DQMEDAnalyzer
Definition: DQMEDAnalyzer.py:1