]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCFast.h
- changes due to deletion of files
[u/mrichter/AliRoot.git] / TPC / AliTPCFast.h
index 82a56b194b25c0ef8c223ea6fd043df6717073eb..b20dfbd90aac8291cdf63250c5537bc257f025e8 100644 (file)
@@ -19,6 +19,9 @@ class AliTPCParam;
 class AliTPCFast : public TObject {
 
 public:
+  AliTPCFast():TObject(),fParam(0){}
+  AliTPCFast(const AliTPCFast &param); // copy constructor
+  AliTPCFast &operator = (const AliTPCFast & param); //assignment
   void Hits2Clusters(AliRunLoader* runLoader) const;
   void Hits2ExactClusters(AliRunLoader* runLoader) const;
   void Hits2ExactClustersSector(AliRunLoader* runLoader,