CMS 3D CMS Logo

MuonME0Hits_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 
4 me0HitsValidation = cms.EDAnalyzer('ME0HitsValidation',
5  verboseSimHit = cms.untracked.int32(1),
6  simInputLabel = cms.InputTag('g4SimHits',"MuonME0Hits"),
7  # st1, st2_short, st2_long of xbin, st1,st2_short,st2_long of ybin
8  nBinGlobalZR = cms.untracked.vdouble(30,100),
9  # st1 xmin, xmax, st2_short xmin, xmax, st2_long xmin, xmax, st1 ymin, ymax...
10  RangeGlobalZR = cms.untracked.vdouble(525,555,60,160),
11  nBinGlobalXY = cms.untracked.int32(160),
12 )