]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCv3.h
Changed back the page title
[u/mrichter/AliRoot.git] / TPC / AliTPCv3.h
index ee281ebaa5b4f8d9238680fd23cd2c912871e380..01ee3a104be1d64c8fed9c743189add3037d649e 100644 (file)
@@ -1,15 +1,21 @@
-#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                               */
+
+/* $Id$ */
+
 ////////////////////////////////////////////////
 //  Version 3 for TPC                         //
 ////////////////////////////////////////////////
+
  
 #include "AliTPC.h"
 
 class AliTPCv3 : public AliTPC {
 
 public:
-  AliTPCv3() {}
+  AliTPCv3();
   AliTPCv3(const char *name, const char *title);
   virtual      ~AliTPCv3() {}
   virtual void  CreateGeometry();
@@ -21,7 +27,7 @@ public:
 
 protected:
 
-  Int_t fIdSens1; // sensitive volume (entire drift gas)   
+  Int_t fIdSens; // sensitive volume (entire drift gas)   
 
 private: