]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSegFactory.h
- Adapted comments for Doxygen
[u/mrichter/AliRoot.git] / MUON / AliMUONSegFactory.h
index 595190fbbee98773979b4e178efa95f0f1d31228..73e2b1c37b84077f3a3d459c713c45b400e95c0c 100644 (file)
@@ -3,7 +3,7 @@
 
 /* $Id$ */
 
-/// \ingroup sim
+/// \ingroup base
 /// \class AliMUONSegFactory
 /// \brief New factory for building segmentations at all levels
 ///
@@ -106,6 +106,7 @@ class AliMUONSegFactory : public  TObject {
   ClassDef(AliMUONSegFactory,0)  // MUON Factory for Chambers and Segmentation
 };
 
+/// Return segmentation
 inline AliMUONSegmentation* AliMUONSegFactory::GetSegmentation() const
 { return fSegmentation; }