]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCv3.h
First implemnetation of the inteface to the GOOFIE
[u/mrichter/AliRoot.git] / TPC / AliTPCv3.h
index 34d6cd3f80967b031a60704dcab59d3ab2d4e15d..01ee3a104be1d64c8fed9c743189add3037d649e 100644 (file)
@@ -15,7 +15,7 @@
 class AliTPCv3 : public AliTPC {
 
 public:
-  AliTPCv3() {}
+  AliTPCv3();
   AliTPCv3(const char *name, const char *title);
   virtual      ~AliTPCv3() {}
   virtual void  CreateGeometry();
@@ -27,7 +27,7 @@ public:
 
 protected:
 
-  Int_t fIdSens1; // sensitive volume (entire drift gas)   
+  Int_t fIdSens; // sensitive volume (entire drift gas)   
 
 private: