]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliAODHandler.cxx
Response of the 4 towers for the 2 neutron calorimeters since,
[u/mrichter/AliRoot.git] / STEER / AliAODHandler.cxx
index 35f4e53706f3a20e2c86dca7158576a227703e89..46f9c95c5d05740bba7c1bb42d3f28edbfac57a7 100644 (file)
@@ -31,7 +31,7 @@ ClassImp(AliAODHandler)
 
 //______________________________________________________________________________
 AliAODHandler::AliAODHandler() :
-    AliVirtualEventHandler(),
+    AliVEventHandler(),
     fAODEvent(NULL),
     fTreeA(NULL),
     fFileA(NULL),
@@ -42,7 +42,7 @@ AliAODHandler::AliAODHandler() :
 
 //______________________________________________________________________________
 AliAODHandler::AliAODHandler(const char* name, const char* title):
-    AliVirtualEventHandler(name, title),
+    AliVEventHandler(name, title),
     fAODEvent(NULL),
     fTreeA(NULL),
     fFileA(NULL),
@@ -107,7 +107,7 @@ Bool_t AliAODHandler::TerminateIO()
 void AliAODHandler::CreateTree()
 {
     // Creates the AOD Tree
-    fTreeA = new TTree("AOD", "AliAOD tree");
+    fTreeA = new TTree("aodTree", "AliAOD tree");
     fTreeA->Branch(fAODEvent->GetList());
 }