CMS 3D CMS Logo

CompositeKit_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 compositeKit = cms.EDFilter("CompositeKit",
00004     enable = cms.string(''),
00005     description = cms.string('Higgs to Z + Z'),
00006     outputTextName = cms.string('CompositeKitKit_output.txt'),
00007     resonanceM1 = cms.double(0.0),
00008     resonanceM2 = cms.double(200.0),
00009     source = cms.InputTag("hToZZ"),
00010     disable = cms.string(''),
00011     m1 = cms.double(0.0),
00012     m2 = cms.double(200.0),
00013     ntuplize = cms.string('all'),
00014     pt2 = cms.double(200.0),
00015     pt1 = cms.double(0.0)
00016 )
00017 
00018 

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