]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Parameter's filename is corrected
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 20 Feb 2003 18:00:42 +0000 (18:00 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 20 Feb 2003 18:00:42 +0000 (18:00 +0000)
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];