Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:06:06

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 pixelTrackFilterByKinematics = cms.EDProducer("PixelTrackFilterByKinematicsProducer",
0004     chi2 = cms.double(1000.0),
0005     nSigmaInvPtTolerance = cms.double(0.0),
0006     nSigmaTipMaxTolerance = cms.double(0.0),
0007     ptMin = cms.double(0.9),
0008     tipMax = cms.double(1.0)
0009 )