CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/SimCalorimetry/EcalSimProducers/python/ecalDigiParameters_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ecal_digi_parameters = cms.PSet(
00004     hitsProducer     = cms.string('g4SimHits'),
00005     EEdigiCollection = cms.string(''),
00006     EBdigiCollection = cms.string(''),
00007     ESdigiCollection = cms.string(''),
00008     UseLCcorrection  = cms.bool(True),
00009 
00010     EBCorrNoiseMatrixG12 = cms.vdouble (
00011     1.00000, 0.71073, 0.55721, 0.46089, 0.40449,
00012     0.35931, 0.33924, 0.32439, 0.31581, 0.30481 ) ,
00013 
00014     EECorrNoiseMatrixG12 = cms.vdouble (
00015     1.00000, 0.71373, 0.44825, 0.30152, 0.21609,
00016     0.14786, 0.11772, 0.10165, 0.09465, 0.08098 ) ,
00017 
00018     EBCorrNoiseMatrixG06 = cms.vdouble (
00019     1.00000, 0.70946, 0.58021, 0.49846, 0.45006,
00020     0.41366, 0.39699, 0.38478, 0.37847, 0.37055 ) ,
00021 
00022     EECorrNoiseMatrixG06 = cms.vdouble (
00023     1.00000, 0.71217, 0.47464, 0.34056, 0.26282,
00024     0.20287, 0.17734, 0.16256, 0.15618, 0.14443 ),
00025 
00026     EBCorrNoiseMatrixG01 = cms.vdouble (
00027     1.00000, 0.73354, 0.64442, 0.58851, 0.55425,
00028     0.53082, 0.51916, 0.51097, 0.50732, 0.50409 ) ,
00029 
00030     EECorrNoiseMatrixG01 = cms.vdouble (
00031     1.00000, 0.72698, 0.62048, 0.55691, 0.51848,
00032     0.49147, 0.47813, 0.47007, 0.46621, 0.46265 )
00033 )
00034