CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/Calibration/IsolatedParticles/python/isolatedPartcilesGen_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 IsolatedParticlesGeneratedJets = cms.EDAnalyzer("IsolatedParticlesGeneratedJets",
00004                                                 Debug            = cms.untracked.bool(True),
00005                                                 JetSource        = cms.InputTag("ak5GenJets"),
00006                                                 ParticleSource   = cms.InputTag("genParticles")
00007 )