]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSresponseSDD.h
Fixed compiler warnings with regards to copy construtors and unused variabls
[u/mrichter/AliRoot.git] / ITS / AliITSresponseSDD.h
index c0e613614adbb81661f4f2a6709b7affff72d796..b16b478dfe28464b70f9058693e70f793dff88a0 100644 (file)
@@ -131,7 +131,7 @@ class AliITSresponseSDD : public AliITSresponse {
     }
     // Get number of intervals in which the gaussian lookup table is divided
     Int_t GausNLookUp() {return fNcomps;}
-    Float_t IntPH(Float_t eloss) {// Pulse height from scored quantity (eloss)
+    Float_t IntPH(Float_t) {// Pulse height from scored quantity (eloss)
        return 0.;}
     Float_t IntXZ(AliITSsegmentation *) {// Charge disintegration 
        return 0.;}