9 #ifndef CROMBIETOOLS_PLOTTOOLS_PLOTSTACK_H 10 #define CROMBIETOOLS_PLOTTOOLS_PLOTSTACK_H 37 void MakeCanvas ( TString FileBase, Int_t NumXBins, Double_t *XBins,
38 TString XLabel, TString YLabel =
"", Bool_t logY =
false );
41 void MakeCanvas ( TString FileBase, Int_t NumXBins, Double_t MinX, Double_t MaxX,
42 TString XLabel, TString YLabel =
"", Bool_t logY =
false );
45 void MakeCanvas ( TString FileBase, TString XLabel, TString YLabel =
"", Bool_t logY =
false );
79 void InsertTemplate ( TString fileName, TString histName, TString LegendEntry )
118 void MakeCanvas (TString FileBase, std::vector<TH1D*> DataHists, std::vector<TH1D*> MCHists, std::vector<TH1D*> SignalHists,
119 TString XLabel, TString YLabel, Bool_t logY);