CMS 3D CMS Logo

hltPhase2L3MuonPSetPvClusterComparerForIT_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltPhase2L3MuonPSetPvClusterComparerForIT = cms.PSet(
4  track_chi2_max = cms.double(20.0),
5  track_prob_min = cms.double(-1.0),
6  track_pt_max = cms.double(100.0),
7  track_pt_min = cms.double(1.0)
8 )