]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCv1.h
AliTPCclusterInof is added to the cluster only as option
[u/mrichter/AliRoot.git] / TPC / AliTPCv1.h
index 344bccc53ba64c3c6834f15b0ecda0849959dc6f..fae054ba082581999337253496843cc6bf829a6c 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,8 @@ 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
+
   
   ClassDef(AliTPCv1,1)  // Time Projection Chamber version 1
 };