Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:03:44

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from PhysicsTools.PatAlgos.slimming.genParticles_cff import *
0004 from RecoJets.Configuration.GenJetParticles_cff import *
0005 from RecoJets.Configuration.RecoGenJets_cff import ak4GenJetsNoNu, ak8GenJetsNoNu
0006 from PhysicsTools.PatAlgos.slimming.slimmedGenJets_cfi   import *
0007 
0008 patGENTask = cms.Task(
0009     genParticlesTask,
0010     genParticlesForJets,
0011     genParticlesForJetsNoNu,
0012     ak4GenJetsNoNu,
0013     slimmedGenJets,
0014     ak8GenJetsNoNu,
0015     slimmedGenJetsAK8
0016 )
0017 
0018 miniGEN=cms.Sequence()