CMS 3D CMS Logo

trackAssociatorByChi2_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 trackAssociatorByChi2 = cms.EDProducer("TrackAssociatorByChi2Producer",
4  chi2cut = cms.double(25.0),
5  beamSpot = cms.InputTag("offlineBeamSpot"),
6  onlyDiagonal = cms.bool(False)
7 )
8 
9