]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliTaskLoader.cxx
Calorimeter filtering task added, Pi0 calibration task also do filtering if requested...
[u/mrichter/AliRoot.git] / STEER / AliTaskLoader.cxx
index bda5cf997c56427f0ed41a412ad6a0de20aefff4..3945225683ea6e0d33ded9e0489cf043acb18a1c 100644 (file)
@@ -46,27 +46,6 @@ AliTaskLoader::AliTaskLoader(const TString& name, AliDataLoader* dl,
   //
 }
 
-//______________________________________________________________________________
-AliTaskLoader::AliTaskLoader(const AliTaskLoader& source):
-  AliBaseLoader(source),
-  fParentalTask(source.fParentalTask)
-{
-  //
-  // copy constructor
-  //
-  AliFatal("Copy constructor not implemented");
-}
-
-//______________________________________________________________________________
-AliTaskLoader& AliTaskLoader::operator=(const AliTaskLoader& /*source*/) 
-{
-  //
-  // Assignment operator
-  //
-  AliFatal("Assignment operator not implemented");
-  return *this;
-}
-
 //______________________________________________________________________________
 void AliTaskLoader::Clean()
 {