Skip to content
Snippets Groups Projects
Commit 51eb4817 authored by Ruggero Turra's avatar Ruggero Turra :headphones: Committed by Graeme Stewart
Browse files

fix temperature run number (ElectronPhotonFourMomentumCorrection-00-02-11)

	* Fix bug in temperature extrapolation 2016 which was corrected
	  only when run number was the one for run2 data. As usual we
	  apply systematics on mc
	* Tag ElectronPhotonFourMomentumCorrection-00-02-11

2016-06-17 Ruggero Turra <ruggero.turra@cern.ch>
	* Fix temperature extrapolation 2016 (factor 100)
	* Tag ElectronPhotonFourMomentumCorrection-00-02-10


Former-commit-id: cb4f7fa621cdf14cb6aba30bdb82082aa08fcc51
parent a904c9e0
No related branches found
No related tags found
No related merge requests found
......@@ -1855,9 +1855,9 @@ namespace AtlasRoot {
m_use_temp_correction201516)
{
// special case for es2016PRE (extrapolation from 2015)
const double sign = (var == egEnergyCorr::Scale::LArTemperature2016PreUp) ? 1 : -1;
// temp + pileup
value += qsum(0.02, 0.02) * sign; // Guillaume email 23/05/2016 + 26/5/2013
const double sign = (var == egEnergyCorr::Scale::LArTemperature2016PreUp) ? 1 : -1;
// temp + pileup
value += qsum(0.05E-2, 0.02E-2) * sign; // Guillaume email 23/05/2016 + 26/5/2016
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment