CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
correctedIslandEndcapSuperClusters_cfi.py
Go to the documentation of this file.
2 
3 # Energy scale correction for Island Endcap SuperClusters
4 correctedIslandEndcapSuperClusters = cms.EDProducer("EgammaSCCorrectionMaker",
5  corectedSuperClusterCollection = cms.string(''),
6  sigmaElectronicNoise = cms.double(0.15),
7  superClusterAlgo = cms.string('Island'),
8  etThresh = cms.double(0.0),
9  rawSuperClusterProducer = cms.InputTag("islandSuperClusters","islandEndcapSuperClusters"),
10  applyEnergyCorrection = cms.bool(True),
11  isl_fCorrPset = cms.PSet(
12  brLinearLowThr = cms.double(0.0),
13  fBremVec = cms.vdouble(0.0),
14  brLinearHighThr = cms.double(0.0),
15  fEtEtaVec = cms.vdouble(0.0)
16  ),
17  VerbosityLevel = cms.string('ERROR'),
18  recHitProducer = cms.InputTag("ecalRecHit","EcalRecHitsEE")
19 )
20 
21