![]() |
AliPhysics
fffcdf3 (fffcdf3)
|
Script to run the QAPlotter over a tree with runs. More...
Go to the source code of this file.
Functions | |
void | PeriodQA (const char *input, const char *type, Int_t year, const char *period, const char *pass) |
Script to run the QAPlotter over a tree with runs.
Definition in file PeriodQA.C.
void PeriodQA | ( | const char * | input, |
const char * | type, | ||
Int_t | year, | ||
const char * | period, | ||
const char * | pass | ||
) |
Run the QAPlotter
The QAPlotter is then run over the merged trending.root
file and produces two files
index.root
which contains TCanvas objects of the finished plots. It also contains the TMultiGraph objects painted in the canvases.index.pdf
which is a PDF of the TCanvases mentioned above.The QAPlotter will also produce PNGs of each canvas.
input | Input file |
type | Data type (data or sim) |
year | Year |
period | Period (e.g., LHC10h) |
pass | Pass (e.g., pass1, cpass1, passMC) |
Definition at line 37 of file PeriodQA.C.