]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpSubZone.h
Commenting out the infamous speed eater = StdoutToAliDebug until a better solution...
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpSubZone.h
index cfbc5bf1af00ff8cf1b64afc9db839648de85fe4..100a460f0b0cf4c725671dc8dff89d8f0be6fe4c 100755 (executable)
@@ -2,14 +2,14 @@
  * See cxx source for full Copyright notice                               */
 
 // $Id$
-// $MpId: AliMpSubZone.h,v 1.10 2006/05/23 13:07:44 ivana Exp $
+// $MpId: AliMpSubZone.h,v 1.11 2006/05/24 13:58:21 ivana Exp $
 
 /// \ingroup sector
 /// \class AliMpSubZone
 /// \brief A region in zone composed of the row segments with the same 
 /// motif type.
 ///
-/// Authors: David Guez, Ivana Hrivnacova; IPN Orsay
+/// \author David Guez, Ivana Hrivnacova; IPN Orsay
 
 #ifndef ALI_MP_SUB_ZONE_H
 #define ALI_MP_SUB_ZONE_H
@@ -53,11 +53,10 @@ class AliMpSubZone : public TObject
     AliMpVRowSegment*  GetRowSegment(Int_t i) const;
     AliMpVMotif*       GetMotif() const;
 
-  protected:
+  private:
     AliMpSubZone(const AliMpSubZone& right);
     AliMpSubZone&  operator = (const AliMpSubZone& right);
 
-  private:
     // data members
     AliMpVMotif*     fMotif;   ///< the motif in this subzone
     RowSegmentVector fSegments;///< contained row segments