Skip to content

Commit

Permalink
Merge pull request #17563 from mariadalfonso/M3resynch
Browse files Browse the repository at this point in the history
HBHE M3 = resynch offline with online setting
  • Loading branch information
cmsbuild committed Feb 19, 2017
2 parents 89950fe + 1f68e8f commit c79aca3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,7 +4,7 @@
m3Parameters = cms.PSet(
applyTimeSlewM3 = cms.bool(True),
pedestalUpperLimit = cms.double(2.7),
timeSlewParsType = cms.int32(1), # 0: TestStand, 1:Data, 2:MC, 3:InputPars. Parametrization function is par0 + par1*log(fC+par2).
timeSlewParsType = cms.int32(3), # 0: TestStand, 1:Data, 2:MC, 3:InputPars. Parametrization function is par0 + par1*log(fC+par2).
timeSlewPars = cms.vdouble(12.2999, -2.19142, 0, 12.2999, -2.19142, 0, 12.2999, -2.19142, 0), # HB par0, HB par1, HB par2, BE par0, BE par1, BE par2, HE par0, HE par1, HE par2
respCorrM3 = cms.double(0.95) # This factor is used to align the the Method3 with the Method2 response
)

0 comments on commit c79aca3

Please sign in to comment.