![]() |
AliPhysics
80d8773 (80d8773)
|
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>
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 = "./" |
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.
Definition in file PlotEMCALQATrendingTree.C.
Definition at line 978 of file PlotEMCALQATrendingTree.C.
Referenced by ZoomFromTree().
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().
TString QAPATH |
Definition at line 43 of file PlotEMCALQATrendingTree.C.
TString QAPATHF = "./" |
Definition at line 44 of file PlotEMCALQATrendingTree.C.