47 TString mac(gROOT->GetMacroPath());
49 mac.Prepend(Form(
".:%s:",
fwd.Data()));
50 gSystem->AddIncludePath(Form(
"-I%s",
fwd.Data()));
55 fwd =
"${ALICE_PHYSICS}/PWGLF/FORWARD/analysis2";
56 mac.Prepend(Form(
".:%s/qa:%s/corrs:",
fwd.Data(),
fwd.Data()));
57 gSystem->AddIncludePath(Form(
"-I%s/qa",
fwd.Data()));
59 gROOT->SetMacroPath(mac);
64 if (inp.Contains(
"#QA_results")) inp.ReplaceAll(
"#QA_results",
"#trending");
66 gROOT->LoadMacro(
"QATrender.C+g");
67 QATrender t(keep, type, year, period, pass, runNo);
70 if (!t.
Run()) exit(1);
void RunQA(const char *input, const char *type, Int_t year, const char *period, const char *pass, Long_t runNo)
void AddFile(const char *filename)