Line Code
1 2 3 4 5 6 7 8 9 10
import FWCore.ParameterSet.Config as cms

from SimGeneral.HepPDTESSource.pythiapdt_cfi import *

### correlations/flow condensed track information

allTracks = cms.EDProducer("ConcreteChargedCandidateProducer",
                           src = cms.InputTag("hiSelectedTracks"),
                           particleType = cms.string('pi+')
                           )