CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/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 
00009     EBCorrNoiseMatrixG12 = cms.vdouble (
00010     1.00000, 0.71073, 0.55721, 0.46089, 0.40449,
00011     0.35931, 0.33924, 0.32439, 0.31581, 0.30481 ) ,
00012 
00013     EECorrNoiseMatrixG12 = cms.vdouble (
00014     1.00000, 0.71373, 0.44825, 0.30152, 0.21609,
00015     0.14786, 0.11772, 0.10165, 0.09465, 0.08098 ) ,
00016 
00017     EBCorrNoiseMatrixG06 = cms.vdouble (
00018     1.00000, 0.70946, 0.58021, 0.49846, 0.45006,
00019     0.41366, 0.39699, 0.38478, 0.37847, 0.37055 ) ,
00020 
00021     EECorrNoiseMatrixG06 = cms.vdouble (
00022     1.00000, 0.71217, 0.47464, 0.34056, 0.26282,
00023     0.20287, 0.17734, 0.16256, 0.15618, 0.14443 ),
00024 
00025     EBCorrNoiseMatrixG01 = cms.vdouble (
00026     1.00000, 0.73354, 0.64442, 0.58851, 0.55425,
00027     0.53082, 0.51916, 0.51097, 0.50732, 0.50409 ) ,
00028 
00029     EECorrNoiseMatrixG01 = cms.vdouble (
00030     1.00000, 0.72698, 0.62048, 0.55691, 0.51848,
00031     0.49147, 0.47813, 0.47007, 0.46621, 0.46265 )
00032 )
00033