CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
MuonME0Digis_cfi Namespace Reference

Variables

tuple me0DigiValidation
 

Variable Documentation

tuple MuonME0Digis_cfi.me0DigiValidation
Initial value:
1 = DQMEDAnalyzer('ME0DigisValidation',
2  verboseSimHit = cms.untracked.int32(1),
3  simInputLabel = cms.InputTag('g4SimHits',"MuonME0Hits"),
4  digiInputLabel = cms.InputTag("simMuonME0PseudoReDigis"),
5  sigma_x = cms.double(0.0003), #It corresponds to phi resolution
6  sigma_y = cms.double(0.03), #It corresponds to eta resolution
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 )

Definition at line 5 of file MuonME0Digis_cfi.py.