]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STAT/TStatToolkit.h
more centrality bins
[u/mrichter/AliRoot.git] / STAT / TStatToolkit.h
index c0ca2a83afa52f25ee91663104c10e725882d62c..06499d4f2ea93d7614ea63f3c02f1af17a32b9ae 100644 (file)
@@ -75,6 +75,10 @@ class TStatToolkit : public TObject
   static void  AddStatusPad(TCanvas* c1, Float_t padratio, Float_t bottommargin);
   static void  DrawStatusGraphs(TObjArray* oaMultGr);
   //
+  // TTree function for robust draw
+  //
+  static void DrawHistogram(TTree * tree, const char* drawCommand, const char* cuts = "1", const char* hname = "histo", const char* htitle = "histo", Int_t nsigma = 4, Float_t fraction = 0.75);
+  //
   // TestFunctions:
   //
  static  void TestGausFit(Int_t nhistos=5000);