]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/ITS/clusterfinders/AliHLTITSClusterFinderSPD.h
bug fix in ordering the strip
[u/mrichter/AliRoot.git] / HLT / ITS / clusterfinders / AliHLTITSClusterFinderSPD.h
index 67d8bbee01394c160ec7eb7face7d9911b94b876..f8d1587b11ed7a87a787d4425817cc921de1f1bb 100644 (file)
@@ -21,7 +21,7 @@ class AliHLTITSClusterFinderSPD : public TObject
 {
 public:
   AliHLTITSClusterFinderSPD(AliITSDetTypeRec* dettyp);
-
   virtual ~AliHLTITSClusterFinderSPD(){
     delete[] fSignal2Bin;
     delete[] fBin2Signal;
@@ -60,6 +60,11 @@ public:
   UShort_t *fSignal2Bin; // array of input SPD signals
   UShort_t *fBin2Signal; // 2D map of SPD signals;
 
+ private:
+
+  AliHLTITSClusterFinderSPD(const AliHLTITSClusterFinderSPD&);
+  AliHLTITSClusterFinderSPD &operator=( const AliHLTITSClusterFinderSPD &);
+
   ClassDef(AliHLTITSClusterFinderSPD,0)  // ITS cluster finder V2 for SPD
 };