]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONResponseFactory.cxx
Comments for Doxygen (mostly added comments for inline functions)
[u/mrichter/AliRoot.git] / MUON / AliMUONResponseFactory.cxx
index 2c73b8670753d6ee9f15dbb454339d5229339df1..b68eaa512ef4562471b97c6ceaf937667cea4b1c 100644 (file)
 
 #include "AliMUON.h"
 #include "AliMUONConstants.h"
-#include "AliMUONTriggerConstants.h"
 #include "AliMUONChamber.h"
 #include "AliMUONResponseV0.h"
 #include "AliMUONResponseTrigger.h"
 #include "AliMUONResponseTriggerV1.h"
 
+/// \cond CLASSIMP
 ClassImp(AliMUONResponseFactory)
+/// \endcond
 
 //__________________________________________________________________________
   AliMUONResponseFactory::AliMUONResponseFactory(const char* name)
@@ -59,15 +60,6 @@ ClassImp(AliMUONResponseFactory)
   AliDebug(1,Form("default (empty) ctor this=%p",this));
 }
 
-//__________________________________________________________________________
-AliMUONResponseFactory::AliMUONResponseFactory(const AliMUONResponseFactory& rhs)
- : TNamed(rhs)
-{
-/// Protected copy constructor
-
-  AliFatal("Not implemented.");
-}
-
 //__________________________________________________________________________
 
 AliMUONResponseFactory::~AliMUONResponseFactory()
@@ -75,18 +67,6 @@ AliMUONResponseFactory::~AliMUONResponseFactory()
 /// Destructor
        AliDebug(1,Form("dtor this=%p",this));
 }
-
-//__________________________________________________________________________
-AliMUONResponseFactory&  AliMUONResponseFactory::operator=(const AliMUONResponseFactory& rhs)
-{
-/// Protected assignement operator
-
-  if (this == &rhs) return *this;
-
-  AliFatal("Not implemented.");
-    
-  return *this;  
-}    
           
 //__________________________________________________________________________
 void AliMUONResponseFactory::BuildCommon()