manager->warn(TString::Format("Transfer for HistoSys only supported for imported systematics. Will instead delete %s HistoSys for region %s and sample %s",systematic->GetName(),region->GetName(),sample->GetName()));
manager->error(TString::Format("transferred histograms are inconsistent, skipping!\n\tnom\t%s\n\tlow\t%s\n\thigh\t%s",TQStringUtils::getDetails(nomHist).Data(),TQStringUtils::getDetails(lowHist).Data(),TQStringUtils::getDetails(highHist).Data()));
deletecopy;
...
...
@@ -228,13 +236,16 @@ namespace TSBaseActions {
}
lowHist->Multiply(nomHist);
highHist->Multiply(nomHist);
// FIXME HAVE TO REPLACE UP WITH 'highHist' AND LOW WITH 'lowHist'