Skip to content
Snippets Groups Projects

Adding code by A. Kiryunin

Merged Pavol Strizenec requested to merge pavol/athena:add_HEC_SamplingFractions into 21.3
Files
3
@@ -542,7 +542,7 @@ StatusCode AthenaPoolCnvSvc::commitOutput(const std::string& outputConnectionSpe
return(StatusCode::RECOVERABLE);
}
} else if (currentFileSize > m_domainMaxFileSize) {
ATH_MSG_WARNING("FileSize > MaxFileSize for " << m_outputConnectionSpec);
ATH_MSG_WARNING("FileSize > domMaxFileSize for " << m_outputConnectionSpec);
return(StatusCode::RECOVERABLE);
}
// For "safety" we reset the output file and the technology type
Loading