X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TPC%2FAliTPCv1.h;h=fae054ba082581999337253496843cc6bf829a6c;hb=b127a65fa4eea7453ef5ad616d2394ba947b2c65;hp=8b2a6ece6f92940c64e0bbb44df3bf8921578c63;hpb=3da306186bdfe9b8dedf54c4b9cdcf2bff5b132c;p=u%2Fmrichter%2FAliRoot.git diff --git a/TPC/AliTPCv1.h b/TPC/AliTPCv1.h index 8b2a6ece6f9..fae054ba082 100644 --- a/TPC/AliTPCv1.h +++ b/TPC/AliTPCv1.h @@ -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 */ @@ -8,13 +8,14 @@ //////////////////////////////////////////////// // 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(); @@ -25,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 };