1 #ifndef ALIVZERODIGIT_H
2 #define ALIVZERODIGIT_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
10 //_____________________________________________________________________________
11 class AliVZEROdigit: public AliDigit {
15 AliVZEROdigit(Int_t* tracks, Int_t* digits);
16 AliVZEROdigit(Int_t /* cellnumber */, Int_t /* adc */, Int_t /* Time */);
17 virtual ~AliVZEROdigit() {};
18 Int_t CellNumber() const {return fCellNumber;}
19 Int_t ADC() const {return fADC;}
20 Int_t Time() const {return fTime;}
23 Int_t fTrack; // Track number
26 Int_t fEvent; // Event number
27 Int_t fCellNumber; // Scintillator cell number
28 Int_t fADC; // ADC response
29 Int_t fTime; // Time of Flight
31 ClassDef(AliVZEROdigit,1) //Digit (Header) object for set : VZERO