]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliReconstructor.cxx
Change according to Federico's suggestions (Massimo)
[u/mrichter/AliRoot.git] / STEER / AliReconstructor.cxx
index 3aa7c68eb590e5fa9504fb84e06cfd3ca702f294..a003f2ea0440e664dee12b44cc7e87423b122dd8 100644 (file)
@@ -70,24 +70,6 @@ void AliReconstructor::Reconstruct(AliRawReader* /*rawReader*/,
   AliError("local event reconstruction not implemented for raw data input");
 }
 
-//_____________________________________________________________________________
-void AliReconstructor::Reconstruct(AliRunLoader* /*runLoader*/) const
-{
-// run the local reconstruction
-
-  AliError("local reconstruction not implemented");
-}
-
-//_____________________________________________________________________________
-void AliReconstructor::Reconstruct(AliRunLoader* /*runLoader*/, 
-                                  AliRawReader* /*rawReader*/) const
-{
-// run the local reconstruction with raw data input
-
-  AliError("local reconstruction not implemented for raw data input");
-}
-
-
 //_____________________________________________________________________________
 void AliReconstructor::FillESD(TTree* /*digitsTree*/, TTree* /*clustersTree*/,
                               AliESDEvent* /*esd*/) const
@@ -107,26 +89,6 @@ void AliReconstructor::FillESD(AliRawReader* /*rawReader*/,
   FillESD((TTree*)NULL, clustersTree, esd);
 }
 
-//_____________________________________________________________________________
-void AliReconstructor::FillESD(AliRunLoader* /*runLoader*/, 
-                              AliESDEvent* /*esd*/) const
-{
-// fill the ESD.
-// by default nothing is done
-
-}
-
-//_____________________________________________________________________________
-void AliReconstructor::FillESD(AliRunLoader* runLoader, 
-                              AliRawReader* /*rawReader*/, AliESDEvent* esd) const
-{
-// fill the ESD in case of raw data input.
-// by default the FillESD method for MC is called
-
-  FillESD(runLoader, esd);
-}
-
-
 //_____________________________________________________________________________
 const char* AliReconstructor::GetDetectorName() const
 {