From 1c2bdf000acd2a25cf2e6fc951bbd97361fcd52a Mon Sep 17 00:00:00 2001 From: ivana Date: Wed, 11 Jul 2007 15:06:44 +0000 Subject: [PATCH] Updated for changes in the framework: using AliESDEvent instead of AliESD (Laurent) --- MUON/MUONefficiency.C | 4 ++-- MUON/MUONmassPlot_ESD.C | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MUON/MUONefficiency.C b/MUON/MUONefficiency.C index 6e8664b7493..6ffc50cdcfe 100644 --- a/MUON/MUONefficiency.C +++ b/MUON/MUONefficiency.C @@ -60,7 +60,7 @@ #include "AliLoader.h" #include "AliStack.h" #include "AliMagFMaps.h" -#include "AliESD.h" +#include "AliESDEvent.h" #include "AliTracker.h" // MUON includes @@ -221,7 +221,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"); diff --git a/MUON/MUONmassPlot_ESD.C b/MUON/MUONmassPlot_ESD.C index f2e93bda73d..a64271ae0f6 100644 --- a/MUON/MUONmassPlot_ESD.C +++ b/MUON/MUONmassPlot_ESD.C @@ -21,7 +21,7 @@ #include "AliLoader.h" #include "AliStack.h" #include "AliMagFMaps.h" -#include "AliESD.h" +#include "AliESDEvent.h" #include "AliTracker.h" // MUON includes @@ -167,7 +167,7 @@ Bool_t MUONmassPlot(char* filename = "galice_sim.root", Int_t ExtrapToVertex = - return kFALSE; } - AliESD* esd = new AliESD(); + AliESDEvent* esd = new AliESDEvent(); TTree* tree = (TTree*) esdFile->Get("esdTree"); if (!tree) { Error("CheckESD", "no ESD tree found"); -- 2.43.0