]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCv2.h
Obsolete TRD options removed + fast way to ask for tracks
[u/mrichter/AliRoot.git] / TPC / AliTPCv2.h
index a0c4503a168c7329e4efa38d79e16953e64f7edb..157e77477129da03931477590ed62bbf27cb8c7d 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,19 +23,18 @@ 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 fIDrift;    // drift gas
+  Int_t fSecOld;    // indicate the previous sector - for reference points    
 
 private:
 
   Float_t BetheBloch(Float_t bg);
   
-  ClassDef(AliTPCv2,1)  // Time Projection Chamber version 2
+  ClassDef(AliTPCv2,2)  // Time Projection Chamber version 2
 };
 
 #endif