Variables | |
tuple | VertexAssociatorByTracksESProducer |
00001 cms.ESProducer("VertexAssociatorByTracksESProducer", 00002 # Matching conditions 00003 R2SMatchedSimRatio = cms.double(0.3), 00004 R2SMatchedRecoRatio = cms.double(0.0), 00005 S2RMatchedSimRatio = cms.double(0.0), 00006 S2RMatchedRecoRatio = cms.double(0.3), 00007 00008 # RecoTrack selection 00009 trackQuality = cms.string("highPurity"), 00010 00011 # TrackingParticle selection 00012 trackingParticleSelector = cms.PSet( 00013 lipTP = cms.double(30.0), 00014 chargedOnlyTP = cms.bool(True), 00015 pdgIdTP = cms.vint32(), 00016 signalOnlyTP = cms.bool(True), 00017 minRapidityTP = cms.double(-2.4), 00018 minHitTP = cms.int32(0), 00019 ptMinTP = cms.double(0.9), 00020 maxRapidityTP = cms.double(2.4), 00021 tipTP = cms.double(3.5) 00022 ) 00023 )
Definition at line 3 of file VertexAssociatorByTracks_cfi.py.