]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFClusterFinder.h
Coding conventions (Annalisa)
[u/mrichter/AliRoot.git] / TOF / AliTOFClusterFinder.h
index 6c2714eb47edd8f121fd5233b09f98d8cad449b5..681b23dd765be5f8f3838f58f59573b5d031d740 100644 (file)
@@ -26,6 +26,8 @@ class AliTOFClusterFinder : public TObject
 
   AliTOFClusterFinder();
   AliTOFClusterFinder(AliRunLoader* runLoader);
+  AliTOFClusterFinder(const AliTOFClusterFinder &source); // copy constructor
+  AliTOFClusterFinder& operator=(const AliTOFClusterFinder &source); // ass. op.
   virtual ~AliTOFClusterFinder();
 
   void Digits2RecPoints(Int_t ievt);