]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONVGeometryDESegmentation.cxx
- Revised comments and adapted them for Doxygen
[u/mrichter/AliRoot.git] / MUON / AliMUONVGeometryDESegmentation.cxx
index e9322735da68985407dbae02365763857688e7ef..dbe047376fb8838467a266987a8b9cf2477e20d2 100644 (file)
 
 #include "AliMUONVGeometryDESegmentation.h"
 
+/// \cond CLASSIMP
 ClassImp(AliMUONVGeometryDESegmentation)
+/// \endcond
 
 
 //______________________________________________________________________________
 AliMUONVGeometryDESegmentation::AliMUONVGeometryDESegmentation() 
 : AliSegmentation()
 {
-// Normal/default constructor
+/// Normal/default constructor
 }
 
 //______________________________________________________________________________
-AliMUONVGeometryDESegmentation::AliMUONVGeometryDESegmentation(
-                                  const AliMUONVGeometryDESegmentation& rhs) 
-  : AliSegmentation(rhs)
+AliMUONVGeometryDESegmentation::~AliMUONVGeometryDESegmentation() 
 {
-// Copy constructor
-}
-
-//______________________________________________________________________________
-AliMUONVGeometryDESegmentation::~AliMUONVGeometryDESegmentation() {
-// Destructor
+/// Destructor
 } 
-
-//
-// operators
-//
-
-//______________________________________________________________________________
-AliMUONVGeometryDESegmentation& 
-AliMUONVGeometryDESegmentation::operator=(const AliMUONVGeometryDESegmentation& rhs)
-{
-// Copy operator 
-
-  // check assignement to self
-  if (this == &rhs) return *this;
-
-  AliFatal("Assignment operator is not implemented.");
-    
-  return *this;  
-}