X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TPC%2FAliTPCv2.h;h=26c6715ce81924df2463340b6e86d46c0ac2d12e;hb=14ee1cd02369f528f3ef1b574c3d2c7e87678066;hp=a0c4503a168c7329e4efa38d79e16953e64f7edb;hpb=1f2a122c1bfd10351638fc3f454455adfacc7646;p=u%2Fmrichter%2FAliRoot.git diff --git a/TPC/AliTPCv2.h b/TPC/AliTPCv2.h index a0c4503a168..26c6715ce81 100644 --- a/TPC/AliTPCv2.h +++ b/TPC/AliTPCv2.h @@ -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,13 +23,12 @@ 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 fIdLSec; // lower sector + Int_t fIdUSec; // upper sector private: