CMS 3D CMS Logo

isolatedPartcilesGen_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 isolatedParticlesGeneratedJets = cms.EDAnalyzer("IsolatedParticlesGeneratedJets",
4  Debug = cms.untracked.bool(True),
5  JetSource = cms.InputTag("ak5GenJets"),
6  ParticleSource = cms.InputTag("genParticles")
7 )