]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpZone.cxx
Removed method
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpZone.cxx
index d31a0b0abd354407a110f012e86d1ac9bb2d6948..57fd51a7e2aa19da400e65cb64bbdffe62f43fc2 100755 (executable)
@@ -77,6 +77,7 @@ AliMpSubZone* AliMpZone::FindSubZone(AliMpVMotif* motif) const
 Int_t AliMpZone::GetNofSubZones() const 
 {
 // Returns number of row segments.
+// ---
 
 #ifdef WITH_STL
   return fSubZones.size();
@@ -90,6 +91,9 @@ Int_t AliMpZone::GetNofSubZones() const
 //_____________________________________________________________________________
 AliMpSubZone* AliMpZone::GetSubZone(Int_t i) const 
 {
+// Returns i-th sub zone.
+// ---
+
   if (i<0 || i>=GetNofSubZones()) {
     Warning("GetSubZone", "Index outside range");
     return 0;