1 import FWCore.ParameterSet.Config
as cms
4 gsSimpleFixedPhotons = cms.EDProducer(
"PhotonGSCrysSimpleFixer",
5 oldPhos = cms.InputTag(
"gedPhotons"),
6 ebMultiRecHits = cms.InputTag(
"reducedEcalRecHitsEB"),
7 ebMultiAndWeightsRecHits = cms.InputTag(
"ecalMultiAndGSGlobalRecHitEB"),
8 energyTypesToFix = cms.vstring(
"ecal_standard",
"ecal_photons",
"regression1",
"regression2"),
9 energyTypeForP4 = cms.string(
"regression2")