Skip to content
Snippets Groups Projects
Commit 3877ad3f authored by Dongshuo Du's avatar Dongshuo Du
Browse files

normalzie the yields to nominal yield for the shape estimated by transfer method

parent e2e61768
No related branches found
No related tags found
3 merge requests!664analysis developments,!628normalzie the yields to nominal yield for the shape estimated by transfer method,!611WIP: Histogram processing harmonization
Pipeline #1914213 passed
......@@ -3,6 +3,7 @@
#include "QFramework/TQUtils.h"
#include "QFramework/TQStringUtils.h"
#include "TString.h"
#include "QFramework/TQHistogramUtils.h"
#include "SFramework/TSStatisticsManager.h"
......@@ -241,6 +242,8 @@ namespace TSBaseActions {
}
lowHist->Multiply(nomHist);
highHist->Multiply(nomHist);
TQHistogramUtils::normalize(lowHist,nomHist);
TQHistogramUtils::normalize(highHist,nomHist);
TString histoPathLow=systematic->getTagStringDefault("HistoLow","");
TString histoPathHigh=systematic->getTagStringDefault("HistoHigh","");
TQFolder::getPathTail(histoPathLow);
......
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