CMS 3D CMS Logo

PatAnalyzerKit_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 
00005 patAnalyzerKit = cms.EDProducer("PatAnalyzerKit",
00006     ntuplize = cms.string('all'),
00007     outputTextName = cms.string('PatAnalyzerKit_output.txt'),
00008     enable = cms.string(''),
00009     disable = cms.string(''),
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 )
00024 
00025 

Generated on Tue Jun 9 17:41:52 2009 for CMSSW by  doxygen 1.5.4