CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
correctedMulti5x5ClustersWithPreshower_cfi.py
Go to the documentation of this file.
2 
3 # Energy scale correction for Fixed Matrix Endcap SuperClusters
4 correctedMulti5x5SuperClustersWithPreshower = cms.EDProducer("EgammaSCCorrectionMaker",
5  corectedSuperClusterCollection = cms.string(''),
6  sigmaElectronicNoise = cms.double(0.15),
7  superClusterAlgo = cms.string('Multi5x5'),
8  etThresh = cms.double(0.0),
9  rawSuperClusterProducer = cms.InputTag("multi5x5SuperClustersWithPreshower"),
10  applyEnergyCorrection = cms.bool(True),
11  # energy correction
12  fix_fCorrPset = cms.PSet(
13  brLinearLowThr = cms.double(0.9),
14 
15  fBremVec = cms.vdouble(-0.0731, 0.133, 0.9262, -0.0008765, 1.08),
16  brLinearHighThr = cms.double(6.0),
17 
18  fEtEtaVec = cms.vdouble(-0.0377, -915.9, 111.7, -135.8,
19  0.523, 431.1, 114.2, 104.6,
20  0, -120.3, 203.6, -31.98,
21  0, 1054, 182.1, 112.10,
22  0, 0, 0,
23  1, 1, 1),
24 
25  corrF = cms.vint32(0, 0, 1)
26  ),
27  VerbosityLevel = cms.string('ERROR'),
28  recHitProducer = cms.InputTag("ecalRecHit","EcalRecHitsEE")
29 )
30 
31