AliPhysics  d20dab4 (d20dab4)

Script to draw the energy loss fits from the output file of AliFMDELossFitter(Task). More...

#include <TFile.h>
#include <THStack.h>
#include <TList.h>
#include <TError.h>
#include <TCanvas.h>
#include <TPad.h>
#include <TStyle.h>
#include <TF1.h>
#include <TLegend.h>
#include <TMath.h>
Include dependency graph for DrawAnaELoss.C:

Go to the source code of this file.

Functions

TListOpenFile (const char *fname)
 
TListCheckFitter (const char *fname="AnalysisResults.root")
 
TCanvas * CheckCanvas ()
 
void CleanStack (THStack *stack)
 
THStack * AddToStack (TList *stacks, TList *list, const char *name)
 
void DrawSummary (const char *fname="forward_eloss.root", bool onlySummary=true)
 
void DrawRings (const char *fname="AnalysisResults.root")
 
void DrawEtaBins (const char *fname="AnalysisResults.root")
 
void DrawAnaELoss (const char *fname="forward_eloss.root", bool onlySummary=true)
 

Variables

TListfitter = 0
 
TCanvas * canvas = 0
 
const char * pdfName = "FitResults.pdf"
 
bool landscape = true
 

Detailed Description

Script to draw the energy loss fits from the output file of AliFMDELossFitter(Task).

Author
Christian Holm Christensen cholm.nosp@m.@nbi.nosp@m..dk
Date
Thu Nov 17 11:16:45 2011

Definition in file DrawAnaELoss.C.

Variable Documentation

bool landscape = true

Produce plots in landscape mode

Definition at line 32 of file DrawAnaELoss.C.

Referenced by CheckCanvas(), SummaryDrawer::CreateCanvas(), DrawSummary(), and CorrDrawer::Run().