]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONClusterFinderVS.h
- Adding the array of slat segmentation and GetLayerSegmentation(..) method
[u/mrichter/AliRoot.git] / MUON / AliMUONClusterFinderVS.h
index aa405f6650a4b697e9bbe2beefd35ebde5330160..914dee2512c18e9b5002654b4069f5538c7fe812 100644 (file)
@@ -62,9 +62,6 @@ class AliMUONClusterFinderVS : public TObject
     void ResetRawClusters();
 
  protected:
-    AliMUONClusterFinderVS(const AliMUONClusterFinderVS& clusterFinder);
-//  Assignment operator
-    AliMUONClusterFinderVS & operator = (const AliMUONClusterFinderVS& rhs);
 
     AliMUONClusterInput*          fInput;        //!< AliMUONClusterInput instance
     AliMUONDigitMapA1*            fDigitMap[2];  ///< Hit Maps for cathode 1 and 2
@@ -111,7 +108,11 @@ class AliMUONClusterFinderVS : public TObject
     Int_t                    fTrack[2];        ///< Only digits with main contributions from these tracks are
     // considered 
     
-    //  Return pointer to raw clusters    
+ private:
+    AliMUONClusterFinderVS(const AliMUONClusterFinderVS& clusterFinder);
+//  Assignment operator
+    AliMUONClusterFinderVS & operator = (const AliMUONClusterFinderVS& rhs);
+
     ClassDef(AliMUONClusterFinderVS,2) //Class for clustering and reconstruction of space points
       };
 #endif