Main Page
Namespaces
Classes
Package Documentation
RecoJets
JetProducers
python
TracksForJets_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
SimGeneral.HepPDTESSource.pythiapdt_cfi
import
*
4
5
trackRefsForJets = cms.EDProducer(
"ChargedRefCandidateProducer"
,
6
src = cms.InputTag(
'trackWithVertexRefSelector'
),
7
particleType = cms.string(
'pi+'
)
8
)
pythiapdt_cfi
Generated for CMSSW Reference Manual by
1.8.11