CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
gedPhotonsGSFixed_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 gedPhotonsGSFixed = cms.EDProducer('GEDPhotonGSCrysFixer',
6  photons = cms.InputTag('gedPhotons', '', cms.InputTag.skipCurrentProcess()),
7  newCores = cms.InputTag('gedPhotonCoreGSFixed'),
8  barrelEcalHits=cms.InputTag("ecalMultiAndGSGlobalRecHitEB"),
9  primaryVertexProducer = cms.InputTag('offlinePrimaryVerticesWithBS'),
10  # rest for regression
11  minR9Barrel = cms.double(0.94),
12  minR9Endcap = cms.double(0.95),
13  endcapEcalHits = cms.InputTag('reducedEcalRecHitsEE'),
14  superClusterEnergyCorrFunction = cms.string("EcalClusterEnergyCorrection"),
15  superClusterEnergyErrorFunction = cms.string("EcalClusterEnergyUncertainty"),
16  superClusterCrackEnergyCorrFunction = cms.string("EcalClusterCrackCorrection"),
17  photonEcalEnergyCorrFunction = cms.string("EcalClusterEnergyCorrectionObjectSpecific"),
18  regressionConfig = regressionModifier.clone(rhoCollection = cms.InputTag("fixedGridRhoFastjetAllTmp")),
19  regressionWeightsFromDB = cms.bool(True),
20  energyRegressionWeightsFileLocation = cms.string('that this is required is dumb'),
21  energyRegressionWeightsDBLocation = cms.string('wgbrph')
22 )