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

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)
 

Detailed Description

Script to run the QATrender over a single run.

Script to run the QATrender and QAPlotter in one go.

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

Definition in file RunQA.C.

Function Documentation

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.
Parameters
inputInput file
typeData type (data or sim)
yearYear
periodPeriod (e.g., LHC10h)
passPass (e.g., pass1, cpass1, passMC)
runNoRun number

Definition at line 38 of file RunQA.C.