AliPhysics  fffcdf3 (fffcdf3)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PeriodQA.C File Reference

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)
 

Detailed Description

Script to run the QAPlotter over a tree with runs.

Author
Christian Holm Christensen cholm.nosp@m.@nbi.nosp@m..dk
Date
Thu Nov 17 11:35:08 2011

Definition in file PeriodQA.C.

Function Documentation

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.

Parameters
inputInput file
typeData type (data or sim)
yearYear
periodPeriod (e.g., LHC10h)
passPass (e.g., pass1, cpass1, passMC)

Definition at line 37 of file PeriodQA.C.