CMS 3D CMS Logo

l1CaloGeometry_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 l1CaloGeometry = cms.ESProducer("L1CaloGeometryProd",
00004 
00005   numberGctEmJetPhiBins = cms.uint32(18),
00006   gctEmJetPhiBinOffset = cms.double(-0.5),
00007   numberGctEtSumPhiBins = cms.uint32(72),
00008   gctEtSumPhiBinOffset = cms.double(0.),
00009   numberGctCentralEtaBinsPerHalf = cms.uint32(7),
00010   numberGctForwardEtaBinsPerHalf = cms.uint32(4),
00011   etaSignBitOffset = cms.uint32(8),
00012   gctEtaBinBoundaries = cms.vdouble( 0.0000,
00013                 0.3480,
00014                 0.6950,
00015                 1.0440,
00016                 1.3920,
00017                 1.7400,
00018                 2.1720,
00019                 3.0000,
00020                 3.5000,
00021                 4.0000,
00022                 4.5000,
00023                 5.0000 )
00024    )
00025 
00026 

Generated on Tue Jun 9 17:40:27 2009 for CMSSW by  doxygen 1.5.4