]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Added new method GetHitType - request from Marian and Jiri
authorkowal2 <kowal2@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 16 Apr 2002 16:20:54 +0000 (16:20 +0000)
committerkowal2 <kowal2@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 16 Apr 2002 16:20:54 +0000 (16:20 +0000)
TPC/AliTPC.h

index 8d901054118202635f52bd5d5f0ec694ca9f6802..eac72c99ac89d8e1c8e82d65cb5ca55ea43b4d82 100644 (file)
@@ -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
 };