]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCv3.h
coding convention for type (_t) and access of reference data from alien OCDB
[u/mrichter/AliRoot.git] / TPC / AliTPCv3.h
index 03f7e9ccec0891f4c889304fbbf9de91053f5be5..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                               */
 
@@ -8,13 +8,14 @@
 ////////////////////////////////////////////////
 //  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();
@@ -26,7 +27,7 @@ public:
 
 protected:
 
-  Int_t fIdSens1; // sensitive volume (entire drift gas)   
+  Int_t fIdSens; // sensitive volume (entire drift gas)   
 
 private: