]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Added dummy body for undefined reference
authoralibrary <alibrary@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 18 Sep 2003 08:15:23 +0000 (08:15 +0000)
committeralibrary <alibrary@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 18 Sep 2003 08:15:23 +0000 (08:15 +0000)
RICH/AliRICHParam.h

index b475edea269cd822146d87d0f9ed28d9df84bf54..1e4bb4c45600e248c428afadb17670862e216658 100644 (file)
@@ -18,7 +18,7 @@ public:
   inline  Bool_t SigGenCond(Float_t x,Float_t y);
   Float_t Gain(Float_t y);                                 //Returns total charge induced by single photon
   Float_t TotalCharge(Int_t iPID,Float_t eloss,Float_t y); //Returns total charge induced by particle lost eloss GeV
-  Float_t PadCharge(Int_t iPadX,Int_t iPadY);              //Returns charge for a given pad
+  Float_t PadCharge(Int_t /* iPadX */,Int_t /* iPadY */) {return 0;}   //Returns charge for a given pad
         
   void    Segmentation(Int_t Nx,Int_t Ny)    {fNpadX=Nx;fNpadY=Ny;Recalc();}
   Int_t   Nx()                          const{return fNpadX;}