CMS 3D CMS Logo

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 

Generated on Tue Jun 9 17:42:53 2009 for CMSSW by  doxygen 1.5.4