Skip to content

Commit

Permalink
updated offline configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
matteosan1 committed Jan 19, 2016
1 parent 4d02140 commit 73373dc
Showing 1 changed file with 5 additions and 5 deletions.
Expand Up @@ -37,8 +37,8 @@

# regression setup
useRegression = cms.bool(False), #regressions are mustache only
regressionKey = cms.string('pfecalsc_EBCorrection'),
uncertaintyKey = cms.string('pfecalsc_EBUncertainty'),
regressionKey = cms.string('pfecalsc'),
uncertaintyKey = cms.string('pfecalsc'),

#threshold for final SuperCluster Et
thresh_SCEt = cms.double(4.0),
Expand Down Expand Up @@ -103,10 +103,10 @@
# are the seed thresholds Et or Energy?
seedThresholdIsET = cms.bool(True),
# regression setup
useRegression = cms.bool(True),
useRegression = cms.bool(False),
regressionConfig = cms.PSet(
regressionKeyEB = cms.string('pfscecal_EBCorrection_offline_v1'),
regressionKeyEE = cms.string('pfscecal_EECorrection_offline_v1'),
regressionKey = cms.string('mustacheSC_offline'),
uncertaintyKey = cms.string('mustacheSC_offline'),
vertexCollection = cms.InputTag("offlinePrimaryVertices"),
ecalRecHitsEB = cms.InputTag('ecalRecHit','EcalRecHitsEB'),
ecalRecHitsEE = cms.InputTag('ecalRecHit','EcalRecHitsEE')
Expand Down

0 comments on commit 73373dc

Please sign in to comment.