]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - JETAN/AliFastJetInput.cxx
Changed scripts for new TrainSetup
[u/mrichter/AliRoot.git] / JETAN / AliFastJetInput.cxx
index d075d11f5b096689a8e026e02450dd12746ea61a..6814f98eaa5f4b6e51363ce07c643382fb7bdc3c 100644 (file)
@@ -189,7 +189,7 @@ Float_t  AliFastJetInput::EtaToTheta(Float_t arg)
 
 
 }
-Double_t AliFastJetInput::Thermalspectrum(Double_t *x, Double_t *par){
+Double_t AliFastJetInput::Thermalspectrum(const Double_t *x, const Double_t *par){
 
   return x[0]*TMath::Exp(-x[0]/par[0]);