]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCtrackerMI.h
coding convention for type (_t) and access of reference data from alien OCDB
[u/mrichter/AliRoot.git] / TPC / AliTPCtrackerMI.h
index 50386449cee47e9268ef012a27bd9bea9472ccca..bed5ad704d9982d04ca9a00de1e2e14da4e1fb99 100644 (file)
@@ -140,7 +140,7 @@ public:
      AliTPCclusterMI* GetCluster1(Int_t i) const {return &fClusters1[i];}
      AliTPCclusterMI* GetCluster2(Int_t i) const {return &fClusters2[i];}
      Short_t GetFastCluster(Int_t i) const {return fFastCluster[i];}
-     void SetFastCluster(Int_t i, Short_t cl) {fFastCluster[i]=cl;}
+     void SetFastCluster(Int_t i, Short_t cl);
 
 private:  
      AliTPCRow & operator=(const AliTPCRow & );