CMS 3D CMS Logo

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

Variables

tuple hiPixelMedianVertex
 

Variable Documentation

tuple HIPixelMedianVertex_cfi.hiPixelMedianVertex
Initial value:
1 = cms.EDProducer("HIPixelMedianVtxProducer",
2  TrackCollection = cms.InputTag('hiPixel3ProtoTracks'),
3  PtMin = cms.double(0.075), # selection already made in pixel track filter
4  PeakFindThreshold = cms.uint32(100), # ntrack threshold for fitting vz around peak rather than median
5  PeakFindMaxZ = cms.double(30.0), # vz range for peak finding histogram
6  PeakFindBinsPerCm = cms.int32(10), # binning of histogram
7  FitThreshold = cms.int32(5), # minimum number of entries to attempt vz-fit
8  FitMaxZ = cms.double(0.1), # vz range (around max) of peak fitting histogram
9  FitBinsPerCm = cms.int32(500) # binning of histogram
10 )

Definition at line 3 of file HIPixelMedianVertex_cfi.py.