CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
analysisProducers_cff.py
Go to the documentation of this file.
2 
4 
5 ### correlations/flow condensed track information
6 
7 allTracks = cms.EDProducer("ConcreteChargedCandidateProducer",
8  src = cms.InputTag("hiSelectedTracks"),
9  particleType = cms.string('pi+')
10  )