Main Page
Namespaces
Classes
Package Documentation
RecoPixelVertexing
PixelVertexFinding
python
PVClusterComparer_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
pvClusterComparer = cms.PSet(
4
track_pt_min = cms.double( 1.0),
5
track_pt_max = cms.double( 10.0),
# SD: 20.
6
track_chi2_max = cms.double(999999. ),
# SD: 20
7
track_prob_min = cms.double( -1. ),
# RM: 0.001
8
)
Generated for CMSSW Reference Manual by
1.8.11