]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpSubZone.h
From Cvetan: new macro to load ITS clusters.
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpSubZone.h
index 197f7607bf980efdff58b693eb50423d0b51b01e..53ea5ca8a9edda58feac0320b8bce25942022ddd 100755 (executable)
@@ -33,9 +33,11 @@ class AliMpSubZone : public TObject
 {
   public:
 #ifdef WITH_STL
+    /// Row segment vector type
     typedef std::vector<AliMpVRowSegment*>  RowSegmentVector;
 #endif
 #ifdef WITH_ROOT
+    /// Row segment vector type
     typedef TList  RowSegmentVector;
 #endif
 
@@ -53,11 +55,12 @@ class AliMpSubZone : public TObject
     AliMpVRowSegment*  GetRowSegment(Int_t i) const;
     AliMpVMotif*       GetMotif() const;
 
-  protected:
+  private:
+    /// Not implemented
     AliMpSubZone(const AliMpSubZone& right);
+    /// Not implemented
     AliMpSubZone&  operator = (const AliMpSubZone& right);
 
-  private:
     // data members
     AliMpVMotif*     fMotif;   ///< the motif in this subzone
     RowSegmentVector fSegments;///< contained row segments