![]() |
AliPhysics
fffcdf3 (fffcdf3)
|
Script to run the QATrender over a single run. More...
Go to the source code of this file.
Functions | |
void | RunQA (const char *input, const char *type, Int_t year, const char *period, const char *pass, Long_t runNo) |
Script to run the QATrender over a single run.
Script to run the QATrender and QAPlotter in one go.
Definition in file RunQA.C.
void RunQA | ( | const char * | input, |
const char * | type, | ||
Int_t | year, | ||
const char * | period, | ||
const char * | pass, | ||
Long_t | runNo | ||
) |
Run the QATrender
The QATrender is run over the list of files (runs) to produce the file trending.root
which contains a TTree of QA information - one entry per run.
The QATrender will also produce two files per run:
index.root
which contains TCanvas objects of the finished plots.index.pdf
which is a PDF of the TCanvases mentioned above.input | Input file |
type | Data type (data or sim) |
year | Year |
period | Period (e.g., LHC10h) |
pass | Pass (e.g., pass1, cpass1, passMC) |
runNo | Run number |