3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
8 ////////////////////////////////////////////////
9 // Digit class for TPC //
10 ////////////////////////////////////////////////
14 class AliTPCdigit : public AliDigit {
16 Int_t fSector; //array of volumes
17 Int_t fPadRow; //Row number
18 Int_t fPad ; //Pad number
19 Int_t fTime; //Time bucket
20 Int_t fSignal; //Signal amplitude
24 AliTPCdigit(Int_t *tracks, Int_t *digits);
25 virtual ~AliTPCdigit() {}
27 ClassDef(AliTPCdigit,1) // Time Projection Chamber digits