From: kowal2 Date: Tue, 16 Apr 2002 16:20:54 +0000 (+0000) Subject: Added new method GetHitType - request from Marian and Jiri X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=38bf1e13d7107d59a61e2615f7dccaca8ac9e055;p=u%2Fmrichter%2FAliRoot.git Added new method GetHitType - request from Marian and Jiri --- diff --git a/TPC/AliTPC.h b/TPC/AliTPC.h index 8d901054118..eac72c99ac8 100644 --- a/TPC/AliTPC.h +++ b/TPC/AliTPC.h @@ -149,12 +149,13 @@ private: // index[1] sector number, // index[2] pad row number // index[3] pad row number for which signal is calculated + Int_t GetHitType(){return fHitType;} Int_t fNoiseDepth; //!noise table Float_t * fNoiseTable; //![fNoiseDepth] table with noise Int_t fCurrentNoise; //!index of the noise in the noise table Bool_t* fActiveSectors; //!bool indicating which sectors are active - ClassDef(AliTPC,6) // Time Projection Chamber class + ClassDef(AliTPC,7) // Time Projection Chamber class };