X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TRD%2FAliTRDsimTR.cxx;h=f34dacaec9540f12979c6b7b82d763b867f656c8;hb=3ecb887f7e3c1a68a06642f4d2966675b5f2f60d;hp=a1a4a7a899bc4dcdc0c98d2903a18f70bcd120be;hpb=f2979d08279454c806408c83068d948b383f7fbf;p=u%2Fmrichter%2FAliRoot.git diff --git a/TRD/AliTRDsimTR.cxx b/TRD/AliTRDsimTR.cxx index a1a4a7a899b..f34dacaec95 100644 --- a/TRD/AliTRDsimTR.cxx +++ b/TRD/AliTRDsimTR.cxx @@ -29,18 +29,13 @@ // // //////////////////////////////////////////////////////////////////////////// -#include - #include #include #include -#include #include #include #include "AliModule.h" -#include "AliLog.h" -#include "AliMC.h" #include "AliTRDsimTR.h" @@ -945,7 +940,9 @@ Double_t AliTRDsimTR::GetMuAi(Double_t energyMeV) //_____________________________________________________________________________ Double_t AliTRDsimTR::Interpolate(Double_t energyMeV - , Double_t *en, Double_t *mu, Int_t n) + , Double_t *en + , const Double_t * const mu + , Int_t n) { // // Interpolates the photon absorbtion cross section @@ -967,7 +964,7 @@ Double_t AliTRDsimTR::Interpolate(Double_t energyMeV //_____________________________________________________________________________ Int_t AliTRDsimTR::Locate(Double_t *xv, Int_t n, Double_t xval - , Int_t &kl, Double_t &dx) + , Int_t &kl, Double_t &dx) { // // Locates a point (xval) in a 1-dim grid (xv(n))