![]() |
AliPhysics
bba8f44 (bba8f44)
|
QA at run level. More...
#include <Riostream.h>
#include "AliEMCALGeometry.h"
#include <TColor.h>
#include <TStyle.h>
#include <TSystem.h>
#include <TDirectory.h>
#include <TF1.h>
#include <TFile.h>
#include <TH2F.h>
#include <TCanvas.h>
#include <TGraphErrors.h>
#include <TLegend.h>
#include <TTree.h>
#include <TPRegexp.h>
#include <TList.h>
#include <TObjString.h>
#include <TDatime.h>
#include <TError.h>
#include <AliLog.h>
Go to the source code of this file.
Functions | |
Int_t | DrawOccupancy (Long_t run, TString period, TString pass, TString fTrigger, TString system, TFile *f, TFile *fout, AliEMCALGeometry *geom, Int_t SavePlots) |
Int_t | DrawRun (Long_t run, TString period, TString pass, TString fTrigger, TFile *f, TFile *fout, Int_t SavePlots, Int_t nSM, Bool_t kFilter) |
Int_t | TrendingEMCALTree (Long_t RunId, TString fCalorimeter, TString system, TString period, TString pass, const int n, TList *TriggersList, TFile *f, TFile *fout, Int_t SavePlots) |
TH2F * | FormatRunHisto (TH2F *aHisto, const char *title, const char *YTitle="") |
TH2F * | HistoPerMod (TH2F *name, const char *title) |
TH2 * | AutoZoom (TH2 *H, Option_t *aType="all", Int_t EntryMin=0) |
int | FindNumberOfSM (TFile *f, TString fTrigger, TString period) |
void | set_plot_style () |
Double_t | pi0massP2 (Double_t *x, Double_t *par) |
Double_t | pi0massP1 (Double_t *x, Double_t *par) |
Double_t | fitE (Double_t *x, Double_t *par) |
int | CreateEMCALRunQA (const char *filename, TString RunId, TString period, TString pass, Int_t SavePlots=0, Bool_t filter=0, TString fTrigger="", TString system="", TString fCalorimeter="EMCAL") |
Variables | |
TString | QAPATH |
TString | QAPATHF = "./" |
QA at run level.
This macro produces runLevelQA for EMCal from a QAresults.root file. Re-factored for automatic QA processing A. Shabetai.
Definition in file CreateEMCALRunQA.C.
Definition at line 1666 of file CreateEMCALRunQA.C.
Referenced by DrawOccupancy(), and DrawRun().
int CreateEMCALRunQA | ( | const char * | filename, |
TString | RunId, | ||
TString | period, | ||
TString | pass, | ||
Int_t | SavePlots = 0 , |
||
Bool_t | filter = 0 , |
||
TString | fTrigger = "" , |
||
TString | system = "" , |
||
TString | fCalorimeter = "EMCAL" |
||
) |
Definition at line 103 of file CreateEMCALRunQA.C.
Int_t DrawOccupancy | ( | Long_t | run, |
TString | period, | ||
TString | pass, | ||
TString | fTrigger, | ||
TString | system, | ||
TFile * | f, | ||
TFile * | fout, | ||
AliEMCALGeometry * | geom, | ||
Int_t | SavePlots | ||
) |
Definition at line 186 of file CreateEMCALRunQA.C.
Referenced by CreateEMCALRunQA().
Int_t DrawRun | ( | Long_t | run, |
TString | period, | ||
TString | pass, | ||
TString | fTrigger, | ||
TFile * | f, | ||
TFile * | fout, | ||
Int_t | SavePlots, | ||
Int_t | nSM, | ||
Bool_t | kFilter | ||
) |
Definition at line 373 of file CreateEMCALRunQA.C.
Referenced by CreateEMCALRunQA().
Definition at line 1748 of file CreateEMCALRunQA.C.
Referenced by CreateEMCALRunQA().
Definition at line 92 of file CreateEMCALRunQA.C.
Definition at line 1623 of file CreateEMCALRunQA.C.
Referenced by DrawRun().
Definition at line 1643 of file CreateEMCALRunQA.C.
Referenced by DrawRun().
Definition at line 82 of file CreateEMCALRunQA.C.
Definition at line 66 of file CreateEMCALRunQA.C.
Referenced by TrendingEMCALTree().
void set_plot_style | ( | ) |
Definition at line 51 of file CreateEMCALRunQA.C.
Referenced by DrawOccupancy(), and DrawRun().
Int_t TrendingEMCALTree | ( | Long_t | RunId, |
TString | fCalorimeter, | ||
TString | system, | ||
TString | period, | ||
TString | pass, | ||
const int | n, | ||
TList * | TriggersList, | ||
TFile * | f, | ||
TFile * | fout, | ||
Int_t | SavePlots | ||
) |
Definition at line 733 of file CreateEMCALRunQA.C.
Referenced by CreateEMCALRunQA().
TString QAPATH |
Definition at line 47 of file CreateEMCALRunQA.C.
TString QAPATHF = "./" |
Definition at line 48 of file CreateEMCALRunQA.C.