]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSCalibrator.h
coding convention
[u/mrichter/AliRoot.git] / PHOS / AliPHOSCalibrator.h
index e301c0799db52a729325633d240b22882574863a..bf2930a0cf65bfa91329413078ce3290a3e93824 100644 (file)
@@ -48,7 +48,7 @@ public:
   void PlotGain(Int_t channel) ; //Plot histo with gains for a channel
   void PlotGains() ;             //Plot all gains
 
-  virtual void Print(const Option_t *) const ;
+  virtual void Print() const ;
 
   TH1F * PedestalHisto(Int_t channel)
     {return dynamic_cast<TH1F* >(fPedHistos->At(channel)) ;} ;