CMS 3D CMS Logo

TtSemiEvtKit_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 from PhysicsTools.StarterKit.kinAxis_cfi  import *
00003 
00004 ttSemiEvtKit = cms.EDFilter("TtSemiEvtKit",
00005     enable = cms.string(''),
00006     outputTextName = cms.string('TtSemiEvtKit_output.txt'),
00007     disable = cms.string('all'),
00008     EvtSolution = cms.InputTag("solutions"),
00009     ntuplize = cms.string('all'),
00010     electronSrc = cms.InputTag("selectedLayer1Electrons"),
00011     tauSrc = cms.InputTag("selectedLayer1Taus"),
00012     muonSrc = cms.InputTag("selectedLayer1Muons"),
00013     jetSrc = cms.InputTag("selectedLayer1Jets"),
00014     photonSrc = cms.InputTag("selectedLayer1Photons"),
00015     METSrc = cms.InputTag("selectedLayer1METs"),
00016     muonAxis     = kinAxis(0, 200, 0, 200),
00017     electronAxis = kinAxis(0, 200, 0, 200),
00018     tauAxis      = kinAxis(0, 200, 0, 200),
00019     jetAxis      = kinAxis(0, 200, 0, 200),
00020     METAxis      = kinAxis(0, 200, 0, 200),
00021     photonAxis   = kinAxis(0, 200, 0, 200),
00022     trackAxis    = kinAxis(0, 200, 0, 200),
00023     topAxis      = kinAxis(0, 400, 0, 400)
00024 )

Generated on Tue Jun 9 17:48:05 2009 for CMSSW by  doxygen 1.5.4