CMS 3D CMS Logo

genForPF2PAT_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # To reconstruct genjets without the neutrinos
4 from RecoJets.Configuration.GenJetParticles_cff import genParticlesForJetsNoNu
5 from RecoJets.Configuration.RecoGenJets_cff import ak4GenJetsNoNu, ak8GenJetsNoNu
6 
7 
8 genForPF2PATSequence = cms.Sequence(
9  genParticlesForJetsNoNu +
10  ak4GenJetsNoNu +
11  ak8GenJetsNoNu
12  )