]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - VZERO/AliVZEROReconstructor.cxx
Removing the unused runloader. Moving from AliESD to AliESDEvent
[u/mrichter/AliRoot.git] / VZERO / AliVZEROReconstructor.cxx
index 3863009e03f509901457f4d71a3e128ca63fbb61..3c881b3b8190dbc3b676ed4c8aeeae542c77b9e7 100644 (file)
@@ -25,7 +25,7 @@
 #include "AliRawReader.h"
 #include "AliVZEROReconstructor.h"
 #include "AliVZERORawStream.h"
-#include "AliESD.h"
+#include "AliESDEvent.h"
 
 ClassImp(AliVZEROReconstructor)
 
@@ -33,7 +33,6 @@ ClassImp(AliVZEROReconstructor)
 AliVZEROReconstructor:: AliVZEROReconstructor(): AliReconstructor(),
    fESDVZERO(0x0),
    fESD(0x0),
-   fRunLoader(0x0),
    fCalibData(GetCalibData())
 {
   // Default constructor  
@@ -62,11 +61,10 @@ AliVZEROReconstructor::~AliVZEROReconstructor()
 }
 
 //_____________________________________________________________________________
-void AliVZEROReconstructor::Init(AliRunLoader* runLoader)
+void AliVZEROReconstructor::Init(AliRunLoader* /*runLoader*/)
 {
 // initializer
 
-  fRunLoader = runLoader;
   fESDVZERO  = new AliESDVZERO;
 }
 
@@ -99,7 +97,7 @@ void AliVZEROReconstructor::ConvertDigits(AliRawReader* rawReader, TTree* digits
 
 //______________________________________________________________________
 void AliVZEROReconstructor::FillESD(TTree* digitsTree, TTree* /*clustersTree*/,
-                                   AliESD* esd) const
+                                   AliESDEvent* esd) const
 {
 // fills multiplicities to the ESD