CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
ecalDigiParameters_Ph2_cff Namespace Reference

Variables

tuple ecal_digi_parameters
 

Variable Documentation

tuple ecalDigiParameters_Ph2_cff.ecal_digi_parameters
Initial value:
1 = cms.PSet(
2  EBdigiCollectionPh2 = cms.string(''),
3  UseLCcorrection = cms.untracked.bool(True),
4 
5  #NOTE: Phase2 noise correlation matrices with fake numbers to simply test the code flow.
6 
7  EBCorrNoiseMatrixG10Ph2 = cms.vdouble (
8  1.00000, 0.71073, 0.55721, 0.46089, 0.40449,
9  0.35931, 0.33924, 0.32439, 0.31581, 0.30481, 0.40449,0.40449,0.40449,0.40449,0.40449,0.40449) ,
10 
11  EBCorrNoiseMatrixG01Ph2 = cms.vdouble (
12  1.00000, 0.73354, 0.64442, 0.58851, 0.55425,
13  0.53082, 0.51916, 0.51097, 0.50732, 0.50409, 0.40449,0.40449,0.40449,0.40449,0.40449,0.40449) ,
14 
15  EcalPreMixStage1 = cms.bool(False),
16  EcalPreMixStage2 = cms.bool(False)
17 
18 )

Definition at line 3 of file ecalDigiParameters_Ph2_cff.py.