Main Page
Namespaces
Classes
Package Documentation
PhysicsTools
JetMCAlgos
python
HadronAndPartonSelector_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
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
)
Generated for CMSSW Reference Manual by
1.8.11