CMS 3D CMS Logo

MuonME0Hits_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 me0HitsValidation = DQMEDAnalyzer('ME0HitsValidation',
6  verboseSimHit = cms.untracked.int32(1),
7  simInputLabel = cms.InputTag('g4SimHits',"MuonME0Hits"),
8  # st1, st2_short, st2_long of xbin, st1,st2_short,st2_long of ybin
9  nBinGlobalZR = cms.untracked.vdouble(30,100),
10  # st1 xmin, xmax, st2_short xmin, xmax, st2_long xmin, xmax, st1 ymin, ymax...
11  RangeGlobalZR = cms.untracked.vdouble(525,555,60,160),
12  nBinGlobalXY = cms.untracked.int32(160),
13 )