]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALHadronCorrectionv0.cxx
Use of (dummy) reconstructors for all detectors (T.Kuhr)
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALHadronCorrectionv0.cxx
index 4e9995aeb4be31f54b427cca03f530e5af04d341..39cfbd2ef6eed4184037c9892f8305044bc1ed6d 100644 (file)
  **************************************************************************/
 
 
-/*
-$Log$
-Revision 1.2.4.2  2003/07/07 14:13:31  schutz
-NewIO
-
-Revision 1.4  2002/10/14 14:55:35  hristov
-Merging the VirtualMC branch to the main development branch (HEAD)
-
-Revision 1.2.6.2  2002/07/24 10:06:16  alibrary
-Updating VirtualMC
-
-Revision 1.3  2002/04/11 19:24:42  nilsen
-fixed a complation warning about not brace-enclosing the sub-elements of
-the static Double_t c[naxVariant][nPol].
-
-Revision 1.2  2002/02/04 15:11:44  hristov
-Use TMath::Abs instead of fabs (Alpha)
-
-Revision 1.1  2002/01/17 23:52:43  morsch
-First commit.
-
-*/
-
+/* $Id$ */
 
 #include "AliEMCALHadronCorrectionv0.h"
 
@@ -74,7 +52,7 @@ AliEMCALHadronCorrectionv0::Instance()
 }
 
 Double_t 
-AliEMCALHadronCorrectionv0::GetEnergy(const Double_t pmom,const Double_t eta,const Int_t gid)
+AliEMCALHadronCorrectionv0::GetEnergy(Double_t pmom, Double_t eta, Int_t /*gid*/)
 {
   Int_t iEta=0; // index 
   Double_t etaw = TMath::Abs(eta);