CMS 3D CMS Logo

CompositeKitDemo_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 CompositeKitDemo = cms.EDProducer("CompositeKit",
00006     description = cms.string('Higgs to Z + Z'),
00007     outputTextName = cms.string('CompositeKitKit_output.txt'),
00008     enable = cms.string(''),
00009     disable = cms.string(''),
00010     src = cms.InputTag("hToZZ"),
00011     ntuplize = cms.string('all'),
00012     electronSrc = cms.InputTag("selectedLayer1Electrons"),
00013     tauSrc = cms.InputTag("selectedLayer1Taus"),
00014     muonSrc = cms.InputTag("selectedLayer1Muons"),
00015     jetSrc = cms.InputTag("selectedLayer1Jets"),
00016     photonSrc = cms.InputTag("selectedLayer1Photons"),
00017     METSrc = cms.InputTag("selectedLayer1METs"),
00018     muonAxis     = kinAxis(0, 200, 0, 200),
00019     electronAxis = kinAxis(0, 200, 0, 200),
00020     tauAxis      = kinAxis(0, 200, 0, 200),
00021     jetAxis      = kinAxis(0, 200, 0, 200),
00022     METAxis      = kinAxis(0, 200, 0, 200),
00023     photonAxis   = kinAxis(0, 200, 0, 200),
00024     trackAxis    = kinAxis(0, 200, 0, 200),
00025     compositeAxis= kinAxis(0, 100, 0, 300)
00026 )
00027 
00028 

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