CMS 3D CMS Logo

l1CaloScales_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 l1CaloScales = cms.ESProducer("L1ScalesTrivialProducer",
00004     L1CaloEmEtScaleLSB = cms.double(0.5),
00005     L1CaloEmThresholds = cms.vdouble(0.0, 1.0, 2.0, 3.0, 4.0, 
00006         5.0, 6.0, 7.0, 8.0, 9.0, 
00007         10.0, 11.0, 12.0, 13.0, 14.0, 
00008         15.0, 16.0, 17.0, 18.0, 19.0, 
00009         20.0, 21.0, 22.0, 23.0, 24.0, 
00010         25.0, 26.0, 27.0, 28.0, 29.0, 
00011         30.0, 31.0, 32.0, 33.0, 34.0, 
00012         35.0, 36.0, 37.0, 38.0, 39.0, 
00013         40.0, 41.0, 42.0, 43.0, 44.0, 
00014         45.0, 46.0, 47.0, 48.0, 49.0, 
00015         50.0, 51.0, 52.0, 53.0, 54.0, 
00016         55.0, 56.0, 57.0, 58.0, 59.0, 
00017         60.0, 61.0, 62.0, 63.0),
00018     L1CaloJetThresholds = cms.vdouble(0.0, 10.0, 12.0, 14.0, 15.0, 
00019         18.0, 20.0, 22.0, 24.0, 25.0, 
00020         28.0, 30.0, 32.0, 35.0, 37.0, 
00021         40.0, 45.0, 50.0, 55.0, 60.0, 
00022         65.0, 70.0, 75.0, 80.0, 85.0, 
00023         90.0, 100.0, 110.0, 120.0, 125.0, 
00024         130.0, 140.0, 150.0, 160.0, 170.0, 
00025         175.0, 180.0, 190.0, 200.0, 215.0, 
00026         225.0, 235.0, 250.0, 275.0, 300.0, 
00027         325.0, 350.0, 375.0, 400.0, 425.0, 
00028         450.0, 475.0, 500.0, 525.0, 550.0, 
00029         575.0, 600.0, 625.0, 650.0, 675.0, 
00030         700.0, 725.0, 750.0, 775.0),
00031     L1CaloRegionEtScaleLSB = cms.double(0.5)
00032 )
00033 
00034 

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