![]() |
AliPhysics
cc1c0ba (cc1c0ba)
|
#include <TStyle.h>
#include <TFile.h>
#include <TList.h>
#include <TH1.h>
#include <THStack.h>
#include <TLegend.h>
#include <TLegendEntry.h>
#include <TLatex.h>
#include <TLine.h>
#include <TString.h>
#include <TCanvas.h>
#include <TError.h>
#include <TColor.h>
Go to the source code of this file.
Functions | |
THStack * | GetStack (const TList *list, const char *name, Int_t rebin) |
TH1 * | GetHist (const TList *list, const char *name, Int_t rebin) |
THStack * | AddStack (THStack *p, const TList *list, const char *name, Int_t rebin) |
void | BuildCentLegend (const TAxis *c) |
void | BuildLegend (const THStack *stack, const TAxis *c) |
void | AddInformation (TList *forward, bool prelim=true) |
Double_t | myFunc (Double_t *xp, Double_t *pp) |
TH1 * | MakeSysError (const TH1 *cen, const TH1 *fwd, Double_t sysErr=0.7) |
void | SimpledNdeta (Int_t what=0x5, Int_t rebin=5, const char *filename="forward_dndeta.root") |
void AddInformation | ( | TList * | forward, |
bool | prelim = true |
||
) |
Add additional information
forward | List of info |
prelim | Preliminary mark |
Definition at line 237 of file SimpledNdeta.C.
Referenced by SimpledNdeta().