]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TRD/AliHLTTRDTrackerComponent.cxx
New class AliESDEvent, backward compatibility with the old AliESD (Christian)
[u/mrichter/AliRoot.git] / HLT / TRD / AliHLTTRDTrackerComponent.cxx
index 04b90ebec1f68f864756d4c98ee61654fb0163f2..8991571c9cc1ed918e9bf230e1bcd33254018196 100644 (file)
@@ -33,7 +33,7 @@ using namespace std;
 
 #include "AliTRDclusterizerV1HLT.h"
 #include "AliTRDReconstructor.h"
-#include "AliESD.h"
+#include "AliESDEvent.h"
 #include "AliTRDtrackerHLT.h"
 #include "AliTRDCalibraFillHisto.h"
 #include "AliMagFMaps.h"
@@ -285,8 +285,8 @@ int AliHLTTRDTrackerComponent::DoEvent( const AliHLTComponentEventData & evtData
 
   AliTRDReconstructor::SetSeedingOn(kTRUE);
 
-  AliESD *esd = new AliESD();
-
+  AliESDEvent *esd = new AliESDEvent();
+  esd->CreateStdContent();
   //fTracker->MakeSeedsMI(3, 5, esd);
   fTracker->PropagateBack(esd);