]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCEsdWriterComponent.h
New class AliESDEvent, backward compatibility with the old AliESD (Christian)
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCEsdWriterComponent.h
index 4d26c528ce9bc962410895883ae3be26bbb35b6d..114290be26e0ffcc00c7e5b2b8f0fd86c355eec2 100644 (file)
@@ -16,7 +16,7 @@
 
 // forward declarations
 class TTree;
-class AliESD;
+class AliESDEvent;
 class AliHLTTPCTrackArray;
 
 /**
@@ -118,14 +118,14 @@ class AliHLTTPCEsdWriterComponent : public AliHLTRootFileWriterComponent
    * @param pESD     pointer to ESD
    * @return neg. error code if failed
    */
-  int Tracks2ESD(AliHLTTPCTrackArray* pTracks, AliESD* pESD);
+  int Tracks2ESD(AliHLTTPCTrackArray* pTracks, AliESDEvent* pESD);
 
   /** the ESD tree */
   TTree* fTree; //! transient value
 
   /** the ESD */
-  AliESD* fESD; //! transient value
+  AliESDEvent* fESD; //! transient value
 
-  ClassDef(AliHLTTPCEsdWriterComponent, 0)
+  ClassDef(AliHLTTPCEsdWriterComponent, 1)
 };
 #endif