CMS 3D CMS Logo

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

Variables

tuple correctedMulti5x5SuperClustersWithPreshower
 

Variable Documentation

tuple correctedMulti5x5ClustersWithPreshower_cfi.correctedMulti5x5SuperClustersWithPreshower
Initial value:
1 = cms.EDProducer("EgammaSCCorrectionMaker",
2  corectedSuperClusterCollection = cms.string(''),
3  sigmaElectronicNoise = cms.double(0.15),
4  superClusterAlgo = cms.string('Multi5x5'),
5  etThresh = cms.double(0.0),
6  rawSuperClusterProducer = cms.InputTag("multi5x5SuperClustersWithPreshower"),
7  applyEnergyCorrection = cms.bool(True),
8  # energy correction
9  fix_fCorrPset = cms.PSet(
10  brLinearLowThr = cms.double(0.9),
11 
12  fBremVec = cms.vdouble(-0.0731, 0.133, 0.9262, -0.0008765, 1.08),
13  brLinearHighThr = cms.double(6.0),
14 
15  fEtEtaVec = cms.vdouble(-0.0377, -915.9, 111.7, -135.8,
16  0.523, 431.1, 114.2, 104.6,
17  0, -120.3, 203.6, -31.98,
18  0, 1054, 182.1, 112.10,
19  0, 0, 0,
20  1, 1, 1),
21 
22  corrF = cms.vint32(0, 0, 1)
23  ),
24  VerbosityLevel = cms.string('ERROR'),
25  recHitProducer = cms.InputTag("ecalRecHit","EcalRecHitsEE")
26 )

Definition at line 4 of file correctedMulti5x5ClustersWithPreshower_cfi.py.