]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpTrigger.cxx
Fixing Doxygen warnings
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpTrigger.cxx
index d51bdd02ac8f82ad6e654462d7d5ff558d930f40..899ef03ce8404b2b6e42973a3562341b03db4a98 100644 (file)
@@ -26,7 +26,7 @@
 #include "TArrayI.h"
 #include "TObjArray.h"
 
-//
+//-----------------------------------------------------------------------------
 /// \class AliMpTrigger
 /// 
 /// A trigger 'slat' object. 
@@ -37,6 +37,7 @@
 /// "locations".
 ///
 /// \author Laurent Aphecetche
+//-----------------------------------------------------------------------------
 
 /// \cond CLASSIMP
 ClassImp(AliMpTrigger)
@@ -143,14 +144,6 @@ AliMpTrigger::AdoptLayer(AliMpSlat* slat)
   return kTRUE;
 }
 
-//_____________________________________________________________________________
-TVector2
-AliMpTrigger::Dimensions() const
-{
-  /// Returns the dimensions (half-sizes) of that slat (cm)
-  return TVector2(DX(),DY());
-}
-
 //_____________________________________________________________________________
 Double_t
 AliMpTrigger::DX() const
@@ -296,14 +289,6 @@ AliMpTrigger::PlaneType() const
   return fPlaneType;
 }
 
-//_____________________________________________________________________________
-TVector2
-AliMpTrigger::Position() const
-{
-  /// Slat position (cm)
-  return TVector2(DX(),DY());
-}
-
 //_____________________________________________________________________________
 void
 AliMpTrigger::Print(Option_t* opt) const