CMS 3D CMS Logo

genTree_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 genTree = cms.EDAnalyzer(
4  "L1GenTreeProducer",
5  genJetToken = cms.untracked.InputTag("ak4GenJets"),
6  genParticleToken = cms.untracked.InputTag("genParticles"),
7  pileupInfoToken = cms.untracked.InputTag("addPileupInfo")
8 )