![]() |
AliPhysics
4ffc478 (4ffc478)
|
#include <Riostream.h>
#include <fstream>
#include <TFile.h>
#include <TString.h>
#include <TH2F.h>
#include <TH1F.h>
#include <TF1.h>
#include <TGraph.h>
#include <TDirectoryFile.h>
#include <TList.h>
#include <TCanvas.h>
#include <TLegend.h>
#include <TPaveText.h>
#include <TPaveStats.h>
#include <TStyle.h>
#include <TClass.h>
#include <TDatabasePDG.h>
#include <TParameter.h>
#include <AliCounterCollection.h>
#include <AliRDHFCuts.h>
#include "MakePIDqaReport.C"
Go to the source code of this file.
Functions | |
Bool_t | ReadFile (TList *&list, TList *&hstat, TString listname, TString partname, TString path="./", TString filename="PWG3histograms.root", TString dirname="PWG3_D2H_QA") |
Bool_t | ReadFileMore (TList *&list, TList *&hstat, AliRDHFCuts *&cutobj, TString listname, TString partname, TString path="./", TString filename="PWG3histograms.root", TString dirname="PWG3_D2H_QA") |
void | SuperimposeBBToTPCSignal (Int_t period, TCanvas *cpid, Int_t set) |
void | TPCBetheBloch (Int_t set) |
Bool_t | ReadFilesForCompilation (TString inputtextfile, TList **&lists, Int_t &numb, TString *&legend) |
void | CompilationEvSelection (Int_t n, TList **lists, TString *legend) |
void | CompilationTrackSelection (Int_t n, TList **lists, TString *legend) |
void | DrawOutputTrack (TString partname="D00100", TString textleg="", TString path="./", Bool_t superimpose=kFALSE, TString suffixdir="", TString filename="AnalysisResults.root", Bool_t normint=kTRUE) |
void | DrawOutputPID (TString partname="D00100", Int_t mode=0, TString textleg="", TString path="./", TString suffixdir="", TString filename="AnalysisResults.root") |
void | DrawOutputCentrality (TString partname="D0", TString textleg="", TString path="./", Bool_t superimpose=kFALSE, TString suffixdir="", TString filename="PWG3histograms.root") |
void | DrawProjections (TString partname="D0", TString h2dname="hMultvsPercentile", Int_t groupnbins=5, Float_t fitmin=15, Float_t fitmax=50, TString direction="X", TString path="./", TString suffixdir="", TString filename="AnalysisResults.root", TString fitfunc="pol0") |
void | DrawEventSelection (TString partname="D0", TString path="./", TString suffixdir="", TString filename="AnalysisResults.root") |
void | WriteTextFileForCompilation (TString inputtextfile, Int_t analysistype) |
void | CompilationOfTriggeredEvents (TString inputtextfile, Int_t analysistype) |
Variables | |
TString * | periodsname |
Definition at line 1554 of file DrawQAoutput.C.
Referenced by CompilationOfTriggeredEvents().
Definition at line 1534 of file DrawQAoutput.C.
Definition at line 1653 of file DrawQAoutput.C.
Referenced by CompilationOfTriggeredEvents().
void DrawEventSelection | ( | TString | partname = "D0" , |
TString | path = "./" , |
||
TString | suffixdir = "" , |
||
TString | filename = "AnalysisResults.root" |
||
) |
Definition at line 1246 of file DrawQAoutput.C.
void DrawOutputCentrality | ( | TString | partname = "D0" , |
TString | textleg = "" , |
||
TString | path = "./" , |
||
Bool_t | superimpose = kFALSE , |
||
TString | suffixdir = "" , |
||
TString | filename = "PWG3histograms.root" |
||
) |
Definition at line 761 of file DrawQAoutput.C.
void DrawOutputPID | ( | TString | partname = "D00100" , |
Int_t | mode = 0 , |
||
TString | textleg = "" , |
||
TString | path = "./" , |
||
TString | suffixdir = "" , |
||
TString | filename = "AnalysisResults.root" |
||
) |
Definition at line 383 of file DrawQAoutput.C.
void DrawOutputTrack | ( | TString | partname = "D00100" , |
TString | textleg = "" , |
||
TString | path = "./" , |
||
Bool_t | superimpose = kFALSE , |
||
TString | suffixdir = "" , |
||
TString | filename = "AnalysisResults.root" , |
||
Bool_t | normint = kTRUE |
||
) |
Definition at line 134 of file DrawQAoutput.C.
void DrawProjections | ( | TString | partname = "D0" , |
TString | h2dname = "hMultvsPercentile" , |
||
Int_t | groupnbins = 5 , |
||
Float_t | fitmin = 15 , |
||
Float_t | fitmax = 50 , |
||
TString | direction = "X" , |
||
TString | path = "./" , |
||
TString | suffixdir = "" , |
||
TString | filename = "AnalysisResults.root" , |
||
TString | fitfunc = "pol0" |
||
) |
Definition at line 1118 of file DrawQAoutput.C.
Bool_t ReadFile | ( | TList *& | list, |
TList *& | hstat, | ||
TString | listname, | ||
TString | partname, | ||
TString | path = "./" , |
||
TString | filename = "PWG3histograms.root" , |
||
TString | dirname = "PWG3_D2H_QA" |
||
) |
Definition at line 41 of file DrawQAoutput.C.
Referenced by DrawEventSelection(), DrawOutputCentrality(), DrawOutputPID(), DrawOutputTrack(), and DrawProjections().
Bool_t ReadFileMore | ( | TList *& | list, |
TList *& | hstat, | ||
AliRDHFCuts *& | cutobj, | ||
TString | listname, | ||
TString | partname, | ||
TString | path = "./" , |
||
TString | filename = "PWG3histograms.root" , |
||
TString | dirname = "PWG3_D2H_QA" |
||
) |
Definition at line 76 of file DrawQAoutput.C.
Referenced by DrawOutputPID().
Bool_t ReadFilesForCompilation | ( | TString | inputtextfile, |
TList **& | lists, | ||
Int_t & | numb, | ||
TString *& | legend | ||
) |
Definition at line 1473 of file DrawQAoutput.C.
Referenced by CompilationOfTriggeredEvents().
Definition at line 592 of file DrawQAoutput.C.
Referenced by DrawOutputPID().
void TPCBetheBloch | ( | Int_t | set | ) |
Definition at line 614 of file DrawQAoutput.C.
Referenced by SuperimposeBBToTPCSignal().
Definition at line 1418 of file DrawQAoutput.C.
TString* periodsname |
Definition at line 29 of file DrawQAoutput.C.