CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HadronAndPartonSelector_cfi.py
Go to the documentation of this file.
2 
3 # select hadrons and partons for the jet flavour
4 selectedHadronsAndPartons = cms.EDProducer('HadronAndPartonSelector',
5  src = cms.InputTag("generator"),
6  particles = cms.InputTag("genParticles"),
7  partonMode = cms.string("Auto")
8 )