]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCv2.h
Add ResetDecayTable() and SsetDecayTable() methods.
[u/mrichter/AliRoot.git] / TPC / AliTPCv2.h
index a0c4503a168c7329e4efa38d79e16953e64f7edb..26c6715ce81924df2463340b6e86d46c0ac2d12e 100644 (file)
@@ -1,8 +1,14 @@
-#ifndef TPCv2_H
-#define TPCv2_H
+#ifndef ALITPCV2_H
+#define ALITPCV2_H
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+/* $Id$ */
+
 ////////////////////////////////////////////////
 //  Version 2 for TPC                         //
 ////////////////////////////////////////////////
+
  
 #include "AliTPC.h"
 
@@ -17,13 +23,12 @@ public:
   virtual void  Init();
   virtual Int_t IsVersion() const {return 2;}
   virtual void  StepManager();
-  virtual void  DrawModule();
+  virtual void  DrawDetector();
 
 protected:
-  Int_t fIdSens1;    //First  sensitive volume identifier - lower sector
-  Int_t fIdSens2;    //Second sensitive volume identifier - upper sector
-  Int_t fIdSens3;    //Sensitive strip - lower sector
-  Int_t fIdSens4;    //Sensitive strip - upper sector     
+  Int_t fIdSens;    // sensitive strip
+  Int_t fIdLSec;    // lower sector
+  Int_t fIdUSec;    // upper sector    
 
 private: