CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/L1TriggerConfig/L1GeometryProducers/python/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   numberGctHtSumPhiBins = cms.uint32(18),
00010   gctHtSumPhiBinOffset = cms.double(0.),
00011   numberGctCentralEtaBinsPerHalf = cms.uint32(7),
00012   numberGctForwardEtaBinsPerHalf = cms.uint32(4),
00013   etaSignBitOffset = cms.uint32(8),
00014   gctEtaBinBoundaries = cms.vdouble( 0.0000,
00015                 0.3480,
00016                 0.6950,
00017                 1.0440,
00018                 1.3920,
00019                 1.7400,
00020                 2.1720,
00021                 3.0000,
00022                 3.5000,
00023                 4.0000,
00024                 4.5000,
00025                 5.0000 )
00026    )
00027 
00028