]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCv3.h
Remove obsolete class AliTPCclusterLMI (Marian)
[u/mrichter/AliRoot.git] / TPC / AliTPCv3.h
index 6b4f43076e66d4a8027b7b5782d473b49ffac0ec..01ee3a104be1d64c8fed9c743189add3037d649e 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef TPCv3_H
-#define TPCv3_H
+#ifndef ALITPCV3_H
+#define ALITPCV3_H
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
@@ -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: