Skip to content
Snippets Groups Projects
Commit d856be86 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'typo.LArRawConditions-20181115' into 'master'

LArRawConditions: Fix typo.

See merge request atlas/athena!15946
parents f310eea7 c3e1a145
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ void LArHVScaleCorrComplete::set(const HWIdentifier& CellID, const float corr) { ...@@ -9,7 +9,7 @@ void LArHVScaleCorrComplete::set(const HWIdentifier& CellID, const float corr) {
} }
const float& LArHVScaleCorrComplete::HVScaleCorr(const Identifier&) const { const float& LArHVScaleCorrComplete::HVScaleCorr(const Identifier&) const {
std::cout << "LArHVScaleCorrComplete access by offlien id not implemented!" << std::endl; std::cout << "LArHVScaleCorrComplete access by offline id not implemented!" << std::endl;
std::abort(); std::abort();
const static float errcode=LArElecCalib::ERRORCODE; const static float errcode=LArElecCalib::ERRORCODE;
return errcode; return errcode;
......
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