]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSCalibrator.h
Fixed compilation warnings with gcc-4.
[u/mrichter/AliRoot.git] / PHOS / AliPHOSCalibrator.h
index 277791c779d08156e0e952d451f8cc60b7218562..dcc47c17e4c76968acaae6aa4732834a82a515dc 100644 (file)
@@ -3,6 +3,13 @@
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
+/* $Id$ */
+
+/* History of cvs commits:
+ *
+ * $Log$
+ */
+
 
 //_________________________________________________________________________
 //  Class for performing calibration in PHOS     
@@ -48,7 +55,7 @@ public:
   void PlotGain(Int_t channel) ; //Plot histo with gains for a channel
   void PlotGains() ;             //Plot all gains
 
-  virtual void Print() const ;
+  virtual void Print(const Option_t * = "") const ;
 
   TH1F * PedestalHisto(Int_t channel)
     {return dynamic_cast<TH1F* >(fPedHistos->At(channel)) ;} ;