CMS 3D CMS Logo

UEAnalysisRootple_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ueAnalysisRootple = cms.EDProducer("AnalysisRootpleProducer",
00004     #label of selected tracks
00005     TracksCollectionName = cms.untracked.InputTag("goodTracks"),
00006     #label of Jet made with Tracks
00007     TracksJetCollectionName = cms.untracked.InputTag("iterativeCone5BasicJetsSeed10"),
00008     #label of Jet made with only charged MC particles
00009     ChgGenJetCollectionName = cms.untracked.InputTag("iterativeCone5ChgGenJetsSeed10"),
00010     #lable of MC event
00011     MCEvent = cms.untracked.InputTag("source"),
00012     #label of charged MC particles
00013     ChgGenPartCollectionName = cms.untracked.InputTag("chargeParticles"),
00014     OnlyRECO = cms.untracked.bool(True),
00015     #label of standard Calo Jet 
00016     RecoCaloJetCollectionName = cms.untracked.InputTag("iterativeCone5CaloJets"),
00017     #label of Jet made with MC particles
00018     GenJetCollectionName = cms.untracked.InputTag("iterativeCone5GenJetsSeed10"),
00019     #label of trigger results
00020     triggerResults = cms.InputTag("TriggerResults")
00021 )
00022 
00023 

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