![]() |
AliPhysics
4ea6a45 (4ea6a45)
|
A script to draw the Poisson vs Energy Loss correlation. More...
#include <TH1.h>
#include <TH2.h>
#include <TList.h>
#include <TFile.h>
#include <TString.h>
#include <TError.h>
#include <TPad.h>
#include <TCanvas.h>
#include <TMath.h>
#include <TF1.h>
#include <TLine.h>
#include <TLatex.h>
#include <TLinearFitter.h>
#include <TStyle.h>
Go to the source code of this file.
Functions | |
Double_t | DrawRingELossPoisson (TList *p, UShort_t d, Char_t r, Double_t xmin, Double_t xmax) |
void | DrawELossPoisson (const char *filename="forward.root", const char *folder="ForwardResults", Double_t xmax=-1, Double_t xmin=-1) |
A script to draw the Poisson vs Energy Loss correlation.
Definition in file DrawELossPoisson.C.