test
CMS 3D CMS Logo

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

Variables

tuple me0LocalRecoValidation = cms.Sequence( me0RecHitsValidation + me0SegmentsValidation )
 
tuple me0RecHitsValidation
 
tuple me0SegmentsValidation
 

Variable Documentation

tuple MuonME0RecHits_cfi.me0LocalRecoValidation = cms.Sequence( me0RecHitsValidation + me0SegmentsValidation )

Definition at line 27 of file MuonME0RecHits_cfi.py.

tuple MuonME0RecHits_cfi.me0RecHitsValidation
Initial value:
1 = cms.EDAnalyzer('ME0RecHitsValidation',
2  verboseSimHit = cms.untracked.int32(1),
3  simInputLabel = cms.InputTag('g4SimHits',"MuonME0Hits"),
4  recHitInputLabel = cms.InputTag("me0RecHits"),
5  segmentInputLabel = cms.InputTag("me0Segments"),
6  # st1, st2_short, st2_long of xbin, st1,st2_short,st2_long of ybin
7  nBinGlobalZR = cms.untracked.vdouble(80,120),
8  # st1 xmin, xmax, st2_short xmin, xmax, st2_long xmin, xmax, st1 ymin, ymax...
9  RangeGlobalZR = cms.untracked.vdouble(515,555,20,160),
10  nBinGlobalXY = cms.untracked.int32(360),
11 )

Definition at line 4 of file MuonME0RecHits_cfi.py.

tuple MuonME0RecHits_cfi.me0SegmentsValidation
Initial value:
1 = cms.EDAnalyzer('ME0SegmentsValidation',
2  verboseSimHit = cms.untracked.int32(1),
3  segmentInputLabel = cms.InputTag("me0Segments"),
4  # st1, st2_short, st2_long of xbin, st1,st2_short,st2_long of ybin
5  nBinGlobalZR = cms.untracked.vdouble(80,120),
6  # st1 xmin, xmax, st2_short xmin, xmax, st2_long xmin, xmax, st1 ymin, ymax...
7  RangeGlobalZR = cms.untracked.vdouble(515,555,20,160),
8  nBinGlobalXY = cms.untracked.int32(360),
9 )

Definition at line 16 of file MuonME0RecHits_cfi.py.