CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/L1Trigger/Configuration/python/L1StartupConfig_cff.py

Go to the documentation of this file.
00001 
00002 from L1Trigger.Configuration.L1DummyConfig_cff import *
00003 
00004 # RCT EM
00005 RCTConfigProducers.eGammaLSB = cms.double(0.25)
00006 l1CaloScales.L1CaloEmEtScaleLSB = cms.double(0.25)
00007 l1CaloScales.L1CaloEmThresholds = cms.vdouble(
00008         0.0, 0.5, 1.0, 1.5, 2.0, 
00009         2.5, 3.0, 3.5, 4.0, 4.5,
00010         5.0, 5.5, 6.0, 6.5, 7.0, 
00011         7.5, 8.0, 8.5, 9.0, 9.5,
00012         10.0, 10.5, 11.0, 11.5, 12.0, 
00013         12.5, 13.0, 13.5, 14.0, 14.5,
00014         15.0, 15.5, 16.0, 16.5, 17.0, 
00015         17.5, 18.0, 18.5, 19.0, 19.5,
00016         20.0, 20.5, 21.0, 21.5, 22.0, 
00017         22.5, 23.0, 23.5, 24.0, 24.5,
00018         25.0, 25.5, 26.0, 26.5, 27.0, 
00019         27.5, 28.0, 28.5, 29.0, 29.5,
00020         30.0, 30.5, 31.0, 31.5)
00021 
00022 # RCT Regions
00023 RCTConfigProducers.jetMETLSB = cms.double(0.25)
00024 l1CaloScales.L1CaloRegionEtScaleLSB = cms.double(0.25)
00025 
00026 # GCT jet finding params
00027 L1GctConfigProducers.JetFinderCentralJetSeed = cms.double(0)
00028 L1GctConfigProducers.JetFinderForwardJetSeed = cms.double(0)
00029 L1GctConfigProducers.L1CaloJetZeroSuppressionThresholdInGeV = cms.double(0.0)
00030 L1GctConfigProducers.RctRegionEtLSB = cms.double(0.25)
00031 L1GctConfigProducers.GctHtLSB = cms.double(0.25)
00032 
00033 # GCT jet corrections
00034 L1GctConfigProducers.CalibrationStyle = cms.string('PowerSeries')
00035 L1GctConfigProducers.PowerSeriesCoefficients = cms.PSet(
00036         nonTauJetCalib0 = cms.vdouble( 0.0 ),
00037         nonTauJetCalib1 = cms.vdouble( 0.0 ),
00038         nonTauJetCalib2 = cms.vdouble( 0.0 ),
00039         nonTauJetCalib3 = cms.vdouble( 0.0 ),
00040         nonTauJetCalib4 = cms.vdouble( 0.0 ),
00041         nonTauJetCalib5 = cms.vdouble( 0.0 ),
00042         nonTauJetCalib6 = cms.vdouble( 0.0 ),
00043         nonTauJetCalib7 = cms.vdouble( 0.0 ),
00044         nonTauJetCalib8 = cms.vdouble( 0.0 ),
00045         nonTauJetCalib9 = cms.vdouble( 0.0 ),
00046         nonTauJetCalib10 = cms.vdouble( 0.0 ),
00047         tauJetCalib0 = cms.vdouble( 0.0 ),
00048         tauJetCalib1 = cms.vdouble( 0.0 ),
00049         tauJetCalib2 = cms.vdouble( 0.0 ),
00050         tauJetCalib3 = cms.vdouble( 0.0 ),
00051         tauJetCalib4 = cms.vdouble( 0.0 ),
00052         tauJetCalib5 = cms.vdouble( 0.0 ),
00053         tauJetCalib6 = cms.vdouble( 0.0 ),
00054 )
00055 
00056 # GCT jet output scale
00057 l1CaloScales.L1CaloJetThresholds = cms.vdouble(
00058     0.0, 2.0, 4.0, 6.0, 8.0,
00059     10.0, 12.0, 14.0, 16.0, 18.0,
00060     20.0, 22.0, 24.0, 26.0, 28.0,
00061     30.0, 32.0, 34.0, 36.0, 38.0,
00062     40.0, 42.0, 44.0, 46.0, 48.0,
00063     50.0, 52.0, 54.0, 56.0, 58.0,
00064     60.0, 62.0, 64.0, 66.0, 68.0,
00065     70.0, 72.0, 74.0, 76.0, 78.0,
00066     80.0, 82.0, 84.0, 86.0, 88.0,
00067     90.0, 92.0, 94.0, 96.0, 98.0,
00068     100.0, 102.0, 104.0, 106.0, 108.0,
00069     110.0, 112.0, 114.0, 116.0, 118.0,
00070     120.0, 122.0, 124.0, 126.0)
00071 
00072 # GCT HF ring sum scale
00073 l1CaloScales.L1HfRingThresholds = cms.vdouble(0.0, 2.0, 3.0, 4.0, 6.0, 50., 200., 500.)
00074