CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecalDigiParameters_cff.py
Go to the documentation of this file.
2 
3 ecal_digi_parameters = cms.PSet(
4  hitsProducer = cms.string('g4SimHits'),
5  EEdigiCollection = cms.string(''),
6  EBdigiCollection = cms.string(''),
7  ESdigiCollection = cms.string(''),
8  UseLCcorrection = cms.untracked.bool(True),
9 
10  EBCorrNoiseMatrixG12 = cms.vdouble (
11  1.00000, 0.71073, 0.55721, 0.46089, 0.40449,
12  0.35931, 0.33924, 0.32439, 0.31581, 0.30481 ) ,
13 
14  EECorrNoiseMatrixG12 = cms.vdouble (
15  1.00000, 0.71373, 0.44825, 0.30152, 0.21609,
16  0.14786, 0.11772, 0.10165, 0.09465, 0.08098 ) ,
17 
18  EBCorrNoiseMatrixG06 = cms.vdouble (
19  1.00000, 0.70946, 0.58021, 0.49846, 0.45006,
20  0.41366, 0.39699, 0.38478, 0.37847, 0.37055 ) ,
21 
22  EECorrNoiseMatrixG06 = cms.vdouble (
23  1.00000, 0.71217, 0.47464, 0.34056, 0.26282,
24  0.20287, 0.17734, 0.16256, 0.15618, 0.14443 ),
25 
26  EBCorrNoiseMatrixG01 = cms.vdouble (
27  1.00000, 0.73354, 0.64442, 0.58851, 0.55425,
28  0.53082, 0.51916, 0.51097, 0.50732, 0.50409 ) ,
29 
30  EECorrNoiseMatrixG01 = cms.vdouble (
31  1.00000, 0.72698, 0.62048, 0.55691, 0.51848,
32  0.49147, 0.47813, 0.47007, 0.46621, 0.46265 )
33 )
34