]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/flow/AliFMDFlowAxis.h
Added drawing capabilities
[u/mrichter/AliRoot.git] / FMD / flow / AliFMDFlowAxis.h
index 81a5f6f7a3bec98fdeb020f831aa75d3c0df5688..045bc02a796fe86c2e9de8335140d6157790c41e 100644 (file)
@@ -57,6 +57,8 @@ public:
   Double_t* Bins() const { return fBins; }
   /** Get the number of bins */ 
   UShort_t N() const { return fN; }
+  /** Print the axis */ 
+  void Print(Option_t* option="") const; //*MENU*
 protected:
   /** Number of bins */ 
   UShort_t fN;