]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliBaseLoader.cxx
Setter method added
[u/mrichter/AliRoot.git] / STEER / AliBaseLoader.cxx
index 3e64934a0c22b5da8b27417e7dc8db7e4f8cc0da..2abd145fbaacf430b66bdb8ad51306b1e4f671a3 100644 (file)
@@ -63,30 +63,6 @@ AliBaseLoader::AliBaseLoader(const TString& name,  AliDataLoader* dl, Bool_t sto
   //
 }
 
-//______________________________________________________________________________
-AliBaseLoader::AliBaseLoader(const AliBaseLoader& source) : 
-  TNamed(source),
-  fIsLoaded(source.fIsLoaded),
-  fStoreInTopOfFile(source.fStoreInTopOfFile),
-  fDoNotReload(source.fDoNotReload),
-  fDataLoader(source.fDataLoader)
-{
-  //
-  // copy constructor
-  //
-  AliFatal("Copy constructor not implemented");
-}
-
-//______________________________________________________________________________
-AliBaseLoader& AliBaseLoader::operator=(const AliBaseLoader& /*source*/) 
-{
-  //
-  // Assignment operator
-  //
-  AliFatal("Assignment operator not implemented");
-  return *this;
-}
-
 //______________________________________________________________________________
 Int_t AliBaseLoader::Load(Option_t* opt)
 {