Skip to content

Commit

Permalink
Merge pull request cms-sw#6 from Sam-Harper/HEEPV50ID
Browse files Browse the repository at this point in the history
fixing sign on dEtaIn slope
  • Loading branch information
lgray committed Aug 20, 2014
2 parents a46e17a + 1d8e821 commit ad8abc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Expand Up @@ -25,8 +25,8 @@
cms.PSet( cutName = cms.string('GsfEleDEtaInLinearCut'),
constTermEB = cms.double(0.016),
constTermEE = cms.double(0.015),
slopeTermEB = cms.double(1E-4),
slopeTermEE = cms.double(8.5E-5),
slopeTermEB = cms.double(-1E-4),
slopeTermEE = cms.double(-8.5E-5),
minValueEB = cms.double(0.004),
minValueEE = cms.double(0.006),
needsAdditionalProducts = cms.bool(False),
Expand Down Expand Up @@ -111,4 +111,4 @@


central_id_registry.register(heepElectronID_HEEPV50_CSA14_25ns.idName,
'5eea91f5bbc9a03ed9af0635ad6c99fa')
'220551524047444e7486a21ef5c88290')
Expand Up @@ -25,7 +25,7 @@
cms.PSet( cutName = cms.string('GsfEleDEtaInLinearCut'),
constTermEB = cms.double(0.016),
constTermEE = cms.double(0),
slopeTermEB = cms.double(1E-4),
slopeTermEB = cms.double(-1E-4),
slopeTermEE = cms.double(0),
minValueEB = cms.double(0.004),
minValueEE = cms.double(0.02),
Expand Down Expand Up @@ -111,4 +111,4 @@


central_id_registry.register(heepElectronID_HEEPV50_CSA14_startup.idName,
'33c2d5cdb5f5c524a9d9941799b36d9f')
'6263b722071c650fe885b31db4ebe20c')

0 comments on commit ad8abc9

Please sign in to comment.