![]() |
|
|||
File indexing completed on 2024-04-06 12:33:05
0001 import FWCore.ParameterSet.Config as cms 0002 0003 import PhysicsTools.RecoAlgos.trackingParticleSelector_cfi 0004 tpSelection = PhysicsTools.RecoAlgos.trackingParticleSelector_cfi.trackingParticleSelector.clone( 0005 chargedOnly = True, 0006 # trackingParticleSelector.pdgId = cms.vint32() 0007 tip = 120, 0008 lip = 280, 0009 signalOnly = False, 0010 minRapidity = -2.5, 0011 ptMin = 1.0, 0012 maxRapidity = 2.5, 0013 minHit = 0 0014 0015 ) 0016
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |