CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/CommonTools/ParticleFlow/python/genForPF2PAT_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # To reconstruct genjets without the neutrinos
00004 from RecoJets.Configuration.GenJetParticles_cff import *
00005 from RecoJets.Configuration.RecoGenJets_cff import *
00006 
00007 
00008 genForPF2PATSequence = cms.Sequence(
00009     genParticlesForJetsNoNu +
00010     iterativeCone5GenJetsNoNu +
00011     ak5GenJetsNoNu +
00012     ak7GenJetsNoNu
00013     )