]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCv1.h
No ios::binary on Alpha with cxx
[u/mrichter/AliRoot.git] / TPC / AliTPCv1.h
index 04001b2061bae5b79393eed6c9d861bb4f147764..6d2b9801e3d0d513a9664a82396b1eadf8fd2488 100644 (file)
@@ -1,5 +1,5 @@
-#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                               */
 
@@ -15,7 +15,7 @@
 class AliTPCv1 : public AliTPC {
 
 public:
-  AliTPCv1() {}
+  AliTPCv1()
   AliTPCv1(const char *name, const char *title);
   virtual      ~AliTPCv1() {}
   virtual void  CreateGeometry();
@@ -26,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
 };