Skip to content
Snippets Groups Projects
Commit 86f1fd08 authored by Veit Lorenz Scharf's avatar Veit Lorenz Scharf Committed by Graeme Stewart
Browse files

fix order of arguments in constructor of L1CaloPprConditionsRun2...

fix order of arguments in constructor of L1CaloPprConditionsRun2 (TrigT1CaloCalibConditions-00-03-26)

	* src/L1CaloPprConditionsContainerRun2.cxx (makeTransient): fix
	order of arguments in the constructor of
	L1CaloPprConditionsRun2
	* Tag as TrigT1CaloCalibConditions-00-03-26
parent 5cc4641d
No related branches found
No related tags found
No related merge requests found
......@@ -195,8 +195,8 @@ void L1CaloPprConditionsContainerRun2::makeTransient(const std::map<std::string,
m_pprConditionsVec[index] = new L1CaloPprConditionsRun2(extBcidThreshold, satBcidThreshLow, satBcidThreshHigh,
satBcidLevel, bcidEnergyRangeLow, bcidEnergyRangeHigh,
firStartBit, firCoeff1, firCoeff2, firCoeff3, firCoeff4, firCoeff5,
lutCpStrategy, lutCpOffset, lutCpSlope, lutCpNoiseCut, lutCpScale, lutCpPar1, lutCpPar2, lutCpPar3, lutCpPar4,
lutJepStrategy, lutJepOffset, lutJepSlope, lutJepNoiseCut, lutJepScale, lutJepPar1, lutJepPar2, lutJepPar3, lutJepPar4,
lutCpStrategy, lutCpOffset, lutCpSlope, lutCpNoiseCut, lutCpPar1, lutCpPar2, lutCpPar3, lutCpPar4, lutCpScale,
lutJepStrategy, lutJepOffset, lutJepSlope, lutJepNoiseCut, lutJepPar1, lutJepPar2, lutJepPar3, lutJepPar4, lutJepScale,
pedValue, pedMean, pedFirSum);
}
}
......
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