CMS 3D CMS Logo

analysisProducers_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
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  )