9 #ifndef __StGlauberPlotMaker_h__
10 #define __StGlauberPlotMaker_h__
25 Int_t
Read(
const TString filename,
const TString type) ;
32 void Draw(
const UInt_t mode = 0) ;
36 Double_t GetYMinimum()
const ;
37 Double_t GetYMaximum()
const ;
38 TString GetYTitle()
const ;
41 TGraphErrors* Divide(
const TGraphErrors& g0,
const TGraphErrors& g1)
const ;
44 TGraphErrors* SystematicErrors(
const UInt_t mode) ;
51 std::vector<TGraphErrors*> mGraph ;
52 std::vector<TGraphErrors*> mGraphDraw ;
54 TGraph* mSystematicError ;
55 static UInt_t mCanvasId ;
56 static UInt_t mGraphId ;
void Draw(const UInt_t mode=0)
virtual ~StGlauberPlotMaker()
Default constructor.
Int_t Read(const TString filename, const TString type)
Default destructor.