CMS 3D CMS Logo

PATGEN_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 from RecoJets.Configuration.RecoGenJets_cff import ak4GenJetsNoNu, ak8GenJetsNoNu
7 
8 patGENTask = cms.Task(
9  genParticlesTask,
10  genParticlesForJets,
11  genParticlesForJetsNoNu,
12  ak4GenJetsNoNu,
13  slimmedGenJets,
14  ak8GenJetsNoNu,
15  slimmedGenJetsAK8
16 )
17 
18 miniGEN=cms.Sequence()