]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliTrackFitterRieman.cxx
changing msg to aliinfo
[u/mrichter/AliRoot.git] / STEER / AliTrackFitterRieman.cxx
index f08a2fee4b18ed7c4de6470d4e632683270b54d5..1a5265e69c4cfef569090c4139d816d08845a25b 100644 (file)
@@ -199,7 +199,7 @@ Bool_t AliTrackFitterRieman::Fit(const TArrayI *volIds,const TArrayI *volIdsFit,
 
   Reset();
 
-  if (fPoints && AliLog::GetDebugLevel("","AliTrackFitterRieman")>1&& gRandom->Rndm()<debugRatio){
+  if (fPoints && volIdsFit && AliLog::GetDebugLevel("","AliTrackFitterRieman")>1&& gRandom->Rndm()<debugRatio){
     Int_t nVol    = volIds->GetSize();
     Int_t nVolFit = volIdsFit->GetSize();
     Int_t volId  = volIds->At(0);