![]() |
AliPhysics
db95e02 (db95e02)
|
#include <iomanip>
#include <iostream>
#include <TH1.h>
#include <TH2.h>
#include <TRandom.h>
#include <TCanvas.h>
#include <TArrayD.h>
#include <TStyle.h>
#include <TGraphErrors.h>
#include <TF1.h>
#include <TMath.h>
#include <THStack.h>
#include <TList.h>
#include <TLatex.h>
#include <TProfile.h>
#include <TLegend.h>
#include <TLegendEntry.h>
Go to the source code of this file.
Classes | |
struct | Function |
struct | Fitter |
struct | Generator |
Functions | |
static Double_t | landauGaus1 (Double_t *xp, Double_t *pp) |
static Double_t | landauGausN (Double_t *xp, Double_t *pp) |
static Double_t | landauGausI (Double_t *xp, Double_t *pp) |
void | TestELossDist (const char *type="png") |