CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/QCDAnalysis/UEAnalysis/python/UEAnalysisRootpleOnlyMC_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ueAnalysisRootple = cms.EDFilter("AnalysisRootpleProducerOnlyMC",
00004     #label of Jet made with only charged MC particles
00005     ChgGenJetCollectionName = cms.untracked.InputTag("iterativeCone5ChgGenJetsSeed10"),
00006     #label of MC event
00007     MCEvent = cms.untracked.InputTag("source"),
00008     #label of charged MC particles
00009     ChgGenPartCollectionName = cms.untracked.InputTag("chargeParticles"),
00010     #label of Jet made with MC particles
00011     GenJetCollectionName = cms.untracked.InputTag("iterativeCone5GenJetsSeed10")
00012 )
00013 
00014