]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSPIDv1.cxx
Parameter's filename is corrected
[u/mrichter/AliRoot.git] / PHOS / AliPHOSPIDv1.cxx
index af794083bfe1510feb240f3cbc7fc8ac19669c6d..04725ac0b26175b1958c8071697b207b7d8312cd 100644 (file)
@@ -458,7 +458,7 @@ void  AliPHOSPIDv1::SetParameters()
   // -Finally there is a row with the energy calibration parameters, 
   // 3 parameters. 
 
-  fFileNamePar = gSystem->ExpandPathName("$ALICE_ROOT/PHOS/Parameters.YVK.dat");
+  fFileNamePar = gSystem->ExpandPathName("$ALICE_ROOT/PHOS/Parameters.dat");
   fParameters = new TMatrixD(14,4) ;
   const Int_t maxLeng=255;
   char string[maxLeng];