X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TPC%2FAliTPCv2.h;h=26c6715ce81924df2463340b6e86d46c0ac2d12e;hb=645fc1440f9c5854a5ed226c10e7e130f9eba6ed;hp=85287bb5a0dbcd840ba837921a789ddf5b0f633f;hpb=fe4da5cc22f890b04843f1aebec0f1bf4f9c3fc9;p=u%2Fmrichter%2FAliRoot.git diff --git a/TPC/AliTPCv2.h b/TPC/AliTPCv2.h index 85287bb5a0d..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" @@ -20,10 +26,9 @@ public: 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: