AliPhysics  80d8773 (80d8773)
PlotEMCALQATrendingTree.C File Reference

QA at run level. More...

#include <TSystem.h>
#include <TStyle.h>
#include <TROOT.h>
#include <Riostream.h>
#include <TFile.h>
#include <TH1F.h>
#include <TCanvas.h>
#include <TGraphErrors.h>
#include <TLegend.h>
#include <TTree.h>
#include <TTreeFormula.h>
#include <TEventList.h>
#include <TObjString.h>
#include <TList.h>
#include <TCut.h>
#include <TError.h>
#include <TDatime.h>
#include <TPRegexp.h>
#include <TInterpreter.h>
#include <TGaxis.h>
Include dependency graph for PlotEMCALQATrendingTree.C:

Go to the source code of this file.

Functions

int PlotEMCALQATrendingTree (TTree *tree, const char *trig, TFile *fout, Bool_t SavePlots, TString expr)
 
TH1F * ZoomFromTree (TH1F *h, TTree *atree, Int_t n, const char *aVar, UShort_t aScaleFactor=1)
 
Double_t GetTreeMinimum (TTree *aTree, Int_t n, const char *columname)
 
Double_t GetTreeMaximum (TTree *aTree, Int_t n, const char *columname)
 
int NextInt (int newMax=0)
 
int PlotEMCALQATrendingTree (const char *filename="trending.root", Bool_t SavePlots=0, TString expr="", TString fTrigger="")
 

Variables

TString QAPATH
 
TString QAPATHF = "./"
 

Detailed Description

QA at run level.

This macro produces periodLevelQA for EMCAL from a trending tree. Re-factored for automatic QA processing and trending by Alexandre Shabetai.

Author
Alexis Mas, Alexi.nosp@m.s.Ma.nosp@m.s@sub.nosp@m.atec.nosp@m.h.in2.nosp@m.p3.f.nosp@m.r, SUBATECH
Alexandre Shabetai, Alexa.nosp@m.ndre.nosp@m..Shab.nosp@m.etai.nosp@m.@suba.nosp@m.tech.nosp@m..in2p.nosp@m.3.fr SUBATECH
Marie Germain, Marie.nosp@m..Ger.nosp@m.main@.nosp@m.suba.nosp@m.tech..nosp@m.in2p.nosp@m.3.fr, SUBATECH

Definition in file PlotEMCALQATrendingTree.C.

Function Documentation

Double_t GetTreeMaximum ( TTree aTree,
Int_t  n,
const char *  columname 
)

Definition at line 978 of file PlotEMCALQATrendingTree.C.

Referenced by ZoomFromTree().

Double_t GetTreeMinimum ( TTree aTree,
Int_t  n,
const char *  columname 
)

Definition at line 952 of file PlotEMCALQATrendingTree.C.

Referenced by ZoomFromTree().

int NextInt ( int  newMax = 0)

Definition at line 47 of file PlotEMCALQATrendingTree.C.

Referenced by PlotEMCALQATrendingTree().

int PlotEMCALQATrendingTree ( TTree tree,
const char *  trig,
TFile *  fout,
Bool_t  SavePlots,
TString  expr 
)

Definition at line 103 of file PlotEMCALQATrendingTree.C.

Referenced by PlotEMCALQATrendingTree().

int PlotEMCALQATrendingTree ( const char *  filename = "trending.root",
Bool_t  SavePlots = 0,
TString  expr = "",
TString  fTrigger = "" 
)

Definition at line 61 of file PlotEMCALQATrendingTree.C.

TH1F * ZoomFromTree ( TH1F *  h,
TTree atree,
Int_t  n,
const char *  aVar,
UShort_t  aScaleFactor = 1 
)

Definition at line 927 of file PlotEMCALQATrendingTree.C.

Referenced by PlotEMCALQATrendingTree().

Variable Documentation

TString QAPATH

Definition at line 43 of file PlotEMCALQATrendingTree.C.

TString QAPATHF = "./"

Definition at line 44 of file PlotEMCALQATrendingTree.C.