![]() |
AliPhysics
d1ec5d4 (d1ec5d4)
|
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 833 of file PlotEMCALQATrendingTree.C.
Referenced by ZoomFromTree().
Definition at line 807 of file PlotEMCALQATrendingTree.C.
Referenced by ZoomFromTree().
int NextInt | ( | int | newMax = 0 | ) |
Definition at line 46 of file PlotEMCALQATrendingTree.C.
Referenced by PlotEMCALQATrendingTree().
int PlotEMCALQATrendingTree | ( | TTree * | tree, |
const char * | trig, | ||
TFile * | fout, | ||
Bool_t | SavePlots, | ||
TString | expr | ||
) |
Definition at line 102 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 60 of file PlotEMCALQATrendingTree.C.
TH1F * ZoomFromTree | ( | TH1F * | h, |
TTree * | atree, | ||
Int_t | n, | ||
const char * | aVar, | ||
UShort_t | aScaleFactor = 1 |
||
) |
Definition at line 782 of file PlotEMCALQATrendingTree.C.
Referenced by PlotEMCALQATrendingTree().
TString QAPATH |
Definition at line 42 of file PlotEMCALQATrendingTree.C.
TString QAPATHF = "./" |
Definition at line 43 of file PlotEMCALQATrendingTree.C.