]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSTracker.cxx
New class AliESDEvent, backward compatibility with the old AliESD (Christian)
[u/mrichter/AliRoot.git] / PHOS / AliPHOSTracker.cxx
index dbb80530c27b6b99f0218ec9c263b1207de2e263..4da6db53d3a2141d3390a3c6eaf5e06155a8a0c2 100644 (file)
@@ -4,19 +4,19 @@
 #include "AliPHOSTrackSegmentMakerv2.h"
 #include "AliPHOSPIDv1.h"
 #include "AliRunLoader.h"
-#include "AliESD.h"
+#include "AliESDEvent.h"
 
 //-------------------------------------------------------------------------
 //                          PHOS tracker.
 // Matches ESD tracks with the PHOS and makes the PID.  
-// Currently, has only one function implemented : PropagateBack(AliESD*)
+// Currently, has only one function implemented : PropagateBack(AliESDEvent*)
 //-------------------------------------------------------------------------
 
 ClassImp(AliPHOSTracker)
 
 Bool_t AliPHOSTracker::fgDebug = kFALSE ; 
 
-Int_t AliPHOSTracker::PropagateBack(AliESD *esd) {
+Int_t AliPHOSTracker::PropagateBack(AliESDEvent *esd) {
   // Called by AliReconstruction 
   // Creates the tracksegments and Recparticles
   // Makes the PID