CMS 3D CMS Logo

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

Variables

tuple correctedFixedMatrixSuperClustersWithPreshower
 

Variable Documentation

tuple correctedFixedMatrixSuperClustersWithPreshower_cfi.correctedFixedMatrixSuperClustersWithPreshower
Initial value:
1 = cms.EDProducer("EgammaSCCorrectionMaker",
2  corectedSuperClusterCollection = cms.string(''),
3  sigmaElectronicNoise = cms.double(0.15),
4  superClusterAlgo = cms.string('FixedMatrix'),
5  etThresh = cms.double(0.0),
6  rawSuperClusterProducer = cms.InputTag("fixedMatrixSuperClustersWithPreshower"),
7  applyEnergyCorrection = cms.bool(True),
8  # energy correction
9  fix_fCorrPset = cms.PSet(
10  brLinearLowThr = cms.double(0.9),
11  fBremVec = cms.vdouble(-0.1234, 0.2347, 0.8831, 0.002377, 1.037),
12  brLinearHighThr = cms.double(5.0),
13  fEtEtaVec = cms.vdouble(1.002, -0.09255, 0.0, 0.0, -4.072,
14  67.93, -7.333, 0.0, 0.0, 0.0,
15  2.6),
16  corrF = cms.vint32(0, 0, 1)
17  ),
18  VerbosityLevel = cms.string('ERROR'),
19  recHitProducer = cms.InputTag("ecalRecHit","EcalRecHitsEE")
20 )

Definition at line 4 of file correctedFixedMatrixSuperClustersWithPreshower_cfi.py.