Skip to content
Snippets Groups Projects
Commit 41afd41e authored by Andre Gunther's avatar Andre Gunther :island:
Browse files

Merge branch 'isanders-ftmatfallback' into 'master'

MatCalibration: add fallback solution for missing conditions

See merge request !4475
parents 8a2e1a4f 475fec48
No related branches found
No related tags found
1 merge request!4475MatCalibration: add fallback solution for missing conditions
Pipeline #7110371 passed
......@@ -76,6 +76,8 @@ StatusCode DeFTMat::initialize() {
} else {
msg << MSG::DEBUG << "Unable to find FT mat contraction conditions for " << getMatName( aChan )
<< ". It will not be possible to correct for temperature distortions." << endmsg;
m_matContractionParameterVector =
std::vector<double>( m_nChannelsInSiPM * m_nSiPMsInMat, 0.0 ); // fallback solution to remove later warnings
m_matContractionParameterVector.shrink_to_fit();
}
......
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