]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCv1.h
New classes included
[u/mrichter/AliRoot.git] / TPC / AliTPCv1.h
index 344bccc53ba64c3c6834f15b0ecda0849959dc6f..6d2b9801e3d0d513a9664a82396b1eadf8fd2488 100644 (file)
@@ -1,15 +1,21 @@
-#ifndef TPCv1_H
-#define TPCv1_H
+#ifndef ALITPCV1_H
+#define ALITPCV1_H
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+/* $Id$ */
+
 ////////////////////////////////////////////////
 //  Version 1 for TPC                         //
 ////////////////////////////////////////////////
+
  
 #include "AliTPC.h"
 
 class AliTPCv1 : public AliTPC {
 
 public:
-  AliTPCv1() {}
+  AliTPCv1()
   AliTPCv1(const char *name, const char *title);
   virtual      ~AliTPCv1() {}
   virtual void  CreateGeometry();
@@ -20,8 +26,10 @@ public:
   virtual void  DrawDetector();
 
 protected:
-  Int_t fIdSens1;    //First  sensitive volume identifier
-  Int_t fIdSens2;    //Second sensitive volume identifier
+  Int_t fIdSens;    //Sensitive volume identifier
+  Int_t fIdLSec;    // Lower sector identifier
+  Int_t fIdUSec;    // Upper sector identifier
+
   
   ClassDef(AliTPCv1,1)  // Time Projection Chamber version 1
 };