]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/Digits2RecParticles.C
Fix Coverity 15062, 15063
[u/mrichter/AliRoot.git] / PHOS / Digits2RecParticles.C
index 9186a1297d3eece62fa8712856b6ad2703e650c9..34e149a446fdaed140edc75cc5eb01b6f992f8be 100644 (file)
@@ -26,7 +26,7 @@ void Digits2RecParticles(){
   fPID->SetShowerProfileCuts(0.3, 1.8, 0.3, 1.8 ) ;       
       
   //========== Creates the Reconstructioner
-  AliPHOSReconstructioner * fRec = new AliPHOSReconstructioner(fClu, fTrs, fPID) ; 
+  AliPHOSReconstructor * fRec = new AliPHOSReconstructor(fClu, fTrs, fPID) ; 
   // fRec -> SetDebugReconstruction(kTRUE);     
      
   gAlice->GetEvent(0) ;