]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/MUONefficiency.C
Added include of AliESDVertex.h, now required
[u/mrichter/AliRoot.git] / MUON / MUONefficiency.C
index 6e8664b74933f0975395ab5c85f02f8ea8629456..87fa38231fb289850470159c8dd42c4b576793db 100644 (file)
@@ -60,7 +60,8 @@
 #include "AliLoader.h"
 #include "AliStack.h"
 #include "AliMagFMaps.h"
-#include "AliESD.h"
+#include "AliESDEvent.h"
+#include "AliESDVertex.h"
 #include "AliTracker.h"
 
 // MUON includes
@@ -221,7 +222,7 @@ Bool_t MUONefficiency( char* filename = "galice.root", char* geoFilename = "geom
     return kFALSE;
   }
   
-  AliESD* esd = new AliESD();
+  AliESDEvent* esd = new AliESDEvent();
   TTree* tree = (TTree*) esdFile->Get("esdTree");
   if (!tree) {
     Error("CheckESD", "no ESD tree found");