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