Skip to content
Snippets Groups Projects
Commit ba03015b authored by Hass AbouZeid's avatar Hass AbouZeid
Browse files

Merge branch '21.0-XYZ' into '21.0'

Change of TProfile2D naming pattern  in SCT_CalibAlgs

See merge request !3970
parents 984b06a6 6dafe9d3
No related merge requests found
......@@ -1921,7 +1921,7 @@ StatusCode SCTCalib::getBSErrors() {
if ( iType == errItr->first ) {
ostringstream streamHist;
//temporal fix: folder and histogram names should be Preamble
streamHist << "T" << errItr->second << "Errs" << detector_part << "_" << iDisk << "_" << iSide;
streamHist << errItr->second << "Errs" << "_" << iDisk << "_" << iSide;
// streamHist << "T" << errItr->second << "Errs" << detector_part << "_" << iDisk << "_" << iSide;
std::string folder = errItr->second+std::string("/");
//histogram might or might not be inside a folder with the same name
......
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