]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONGeometry.h
Protection against special particle types.
[u/mrichter/AliRoot.git] / MUON / AliMUONGeometry.h
index ca957edd22e257b5e4630f87c7662530af548814..37faac0ba35d399448450153f7be82c0c111896f 100644 (file)
@@ -7,7 +7,7 @@
 /// \class AliMUONGeometry
 /// \brief Container class for geometry modules
 ///
-/// Author: Ivana Hrivnacova, IPN Orsay
+/// \author Ivana Hrivnacova, IPN Orsay
 
 #ifndef ALI_MUON_GEOMETRY_H
 #define ALI_MUON_GEOMETRY_H
@@ -44,7 +44,9 @@ class AliMUONGeometry : public TObject
 
 
   protected:
+    /// Not implemented
     AliMUONGeometry(const AliMUONGeometry& right);
+    /// Not implemented
     AliMUONGeometry&  operator = (const AliMUONGeometry& right);
  
   private:
@@ -62,6 +64,7 @@ class AliMUONGeometry : public TObject
   ClassDef(AliMUONGeometry,1)  // Geometry parametrisation
 };
 
+/// Return geometry transformer
 inline AliMUONGeometryTransformer* AliMUONGeometry::GetTransformer() const
 { return fTransformer; }