Skip to content

Commit

Permalink
Merge pull request #2270 from lgray/egm_remove_esprefers
Browse files Browse the repository at this point in the history
Reco fixes -- Remove ESPrefers for v1 EGM regressions
  • Loading branch information
ktf committed Feb 4, 2014
2 parents a78d435 + 4dfd774 commit a570fee
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 115 deletions.
@@ -1,35 +1,6 @@
import FWCore.ParameterSet.Config as cms
import os

from CondCore.DBCommon.CondDBCommon_cfi import CondDBCommon
pfSCecalGBRESSource = cms.ESSource(
"PoolDBESSource",
CondDBCommon,
DumpStat=cms.untracked.bool(False),
toGet = cms.VPSet(
cms.PSet(
record = cms.string('GBRWrapperRcd'),
tag = cms.string('pfscecal_EBCorrection_offline_v1'),
label = cms.untracked.string('pfscecal_EBCorrection_offline_v1')
),
cms.PSet(
record = cms.string('GBRWrapperRcd'),
tag = cms.string('pfscecal_EECorrection_offline_v1'),
label = cms.untracked.string('pfscecal_EECorrection_offline_v1')
),
)
)
pfSCecalGBRESSource.connect = cms.string('frontier://FrontierProd/CMS_COND_PAT_000')

pfSCecalPrefer = cms.ESPrefer(
'PoolDBESSource',
'pfSCecalGBRESSource',
GBRWrapperRcd = cms.vstring('GBRForest/pfscecal_EBCorrection_offline_v1',
'GBRForest/pfscecal_EECorrection_offline_v1')
)



particleFlowSuperClusterECALBox = cms.EDProducer(
"PFECALSuperClusterProducer",
# verbosity
Expand Down
47 changes: 0 additions & 47 deletions RecoEgamma/EgammaElectronProducers/python/gedGsfElectrons_cfi.py
Expand Up @@ -3,53 +3,6 @@
from RecoEcal.EgammaClusterProducers.hybridSuperClusters_cfi import *
from RecoEcal.EgammaClusterProducers.multi5x5BasicClusters_cfi import *

from CondCore.DBCommon.CondDBCommon_cfi import CondDBCommon
gedelectronGBRESSource = cms.ESSource(
"PoolDBESSource",
CondDBCommon,
DumpStat=cms.untracked.bool(False),
toGet = cms.VPSet(
cms.PSet(
record = cms.string('GBRWrapperRcd'),
tag = cms.string('gedelectron_EBCorrection_offline_v1'),
label = cms.untracked.string('gedelectron_EBCorrection_offline_v1')
),
cms.PSet(
record = cms.string('GBRWrapperRcd'),
tag = cms.string('gedelectron_EECorrection_offline_v1'),
label = cms.untracked.string('gedelectron_EECorrection_offline_v1')
),
cms.PSet(
record = cms.string('GBRWrapperRcd'),
tag = cms.string('gedelectron_EBUncertainty_offline_v1'),
label = cms.untracked.string('gedelectron_EBUncertainty_offline_v1')
),
cms.PSet(
record = cms.string('GBRWrapperRcd'),
tag = cms.string('gedelectron_EEUncertainty_offline_v1'),
label = cms.untracked.string('gedelectron_EEUncertainty_offline_v1')
),
cms.PSet(
record = cms.string('GBRWrapperRcd'),
tag = cms.string('gedelectron_p4combination_offline'),
label = cms.untracked.string('gedelectron_p4combination_offline')
),
)
)
gedelectronGBRESSource.connect = cms.string('frontier://FrontierProd/CMS_COND_PAT_000')

gedelectronPrefer = cms.ESPrefer(
'PoolDBESSource',
'gedelectronGBRESSource',
GBRWrapperRcd = cms.vstring('GBRForest/gedelectron_EBCorrection_offline_v1',
'GBRForest/gedelectron_EECorrection_offline_v1',
'GBRForest/gedelectron_EBUncertainty_offline_v1',
'GBRForest/gedelectron_EEUncertainty_offline_v1',
'GBRForest/gedelectron_p4combination_offline')
)



gedGsfElectronsTmp = cms.EDProducer("GEDGsfElectronProducer",

# input collections
Expand Down
39 changes: 0 additions & 39 deletions RecoEgamma/EgammaPhotonProducers/python/gedPhotons_cfi.py
Expand Up @@ -6,45 +6,6 @@
from RecoEcal.EgammaClusterProducers.hybridSuperClusters_cfi import *
from RecoEcal.EgammaClusterProducers.multi5x5BasicClusters_cfi import *

from CondCore.DBCommon.CondDBCommon_cfi import CondDBCommon
gedphotonGBRESSource = cms.ESSource(
"PoolDBESSource",
CondDBCommon,
DumpStat=cms.untracked.bool(False),
toGet = cms.VPSet(
cms.PSet(
record = cms.string('GBRWrapperRcd'),
tag = cms.string('gedphoton_EBCorrection_offline_v1'),
label = cms.untracked.string('gedphoton_EBCorrection_offline_v1')
),
cms.PSet(
record = cms.string('GBRWrapperRcd'),
tag = cms.string('gedphoton_EECorrection_offline_v1'),
label = cms.untracked.string('gedphoton_EECorrection_offline_v1')
),
cms.PSet(
record = cms.string('GBRWrapperRcd'),
tag = cms.string('gedphoton_EBUncertainty_offline_v1'),
label = cms.untracked.string('gedphoton_EBUncertainty_offline_v1')
),
cms.PSet(
record = cms.string('GBRWrapperRcd'),
tag = cms.string('gedphoton_EEUncertainty_offline_v1'),
label = cms.untracked.string('gedphoton_EEUncertainty_offline_v1')
),
)
)
gedphotonGBRESSource.connect = cms.string('frontier://FrontierProd/CMS_COND_PAT_000')

gedphotonPrefer = cms.ESPrefer(
'PoolDBESSource',
'gedphotonGBRESSource',
GBRWrapperRcd = cms.vstring('GBRForest/gedphoton_EBCorrection_offline_v1',
'GBRForest/gedphoton_EECorrection_offline_v1',
'GBRForest/gedphoton_EBUncertainty_offline_v1',
'GBRForest/gedphoton_EEUncertainty_offline_v1')
)

#
# producer for photons
#
Expand Down

0 comments on commit a570fee

Please sign in to comment.