Variables | |
tuple | hiPixelMedianVertex |
00001 cms.EDProducer("HIPixelMedianVtxProducer", 00002 TrackCollection = cms.InputTag('hiPixel3ProtoTracks'), 00003 PtMin = cms.double(0.075), # selection already made in pixel track filter 00004 PeakFindThreshold = cms.uint32(100), # ntrack threshold for fitting vz around peak rather than median 00005 PeakFindMaxZ = cms.double(30.0), # vz range for peak finding histogram 00006 PeakFindBinsPerCm = cms.int32(10), # binning of histogram 00007 FitThreshold = cms.int32(5), # minimum number of entries to attempt vz-fit 00008 FitMaxZ = cms.double(0.1), # vz range (around max) of peak fitting histogram 00009 FitBinsPerCm = cms.int32(500) # binning of histogram 00010 )
Definition at line 3 of file HIPixelMedianVertex_cfi.py.