]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/AliCalorimeter.h
20-apr-2006 NvE Several small modifications to prevent gcc warnings.
[u/mrichter/AliRoot.git] / RALICE / AliCalorimeter.h
index ecae8ff9756c4599b4092dbc37f862065f214698..b69aceeae80fb9b54c40e9fce3996f0ca541972d 100644 (file)
@@ -36,6 +36,7 @@ class AliCalorimeter : public AliDevice
   void AddSignal(AliCalmodule* m);                       // Add module signal to current calorimeter
   void Reset(Int_t row,Int_t col);                       // Reset signal for a certain module
   virtual void Reset(Int_t mode=0);                      // Reset the complete calorimeter
+  using AliDevice::GetSignal;
   virtual Float_t GetSignal(Int_t row,Int_t col=0) { return GetSignal(row,col,0); }
   Float_t GetSignal(Int_t row,Int_t col,Int_t mode);     // Provide signal of a certain module
   Int_t GetNsignals() const;                             // Return number of modules with a signal
@@ -101,6 +102,6 @@ class AliCalorimeter : public AliDevice
   AliObjMatrix* fPositions;                  //! Matrix dbase of module position pointers
   void LoadMatrix();                         // Loading of matrix lookup table from the linear hit array
  
- ClassDef(AliCalorimeter,10) // Description of a modular calorimeter system.
+ ClassDef(AliCalorimeter,11) // Description of a modular calorimeter system.
 };
 #endif