CMS 3D CMS Logo

pSetPvClusterComparerForIT_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pSetPvClusterComparerForIT = cms.PSet(
4  track_chi2_max = cms.double(20.0),
5  track_prob_min = cms.double(-1.0),
6  track_pt_max = cms.double(30.0), # this should 100. according to the Phase 2 HLT Tracking instructions
7  track_pt_min = cms.double(1.0)
8 )