Definition at line 30 of file CheckRaw.C.
Public Member Functions | |
CheckRaw () | |
Bool_t | Init () |
Bool_t | ProcessDigit (AliFMDDigit *digit) |
Bool_t | ProcessRawDigit (AliFMDDigit *digit) |
Protected Attributes | |
AliFMDUShortMap | fMap |
|
Definition at line 33 of file CheckRaw.C. |
|
Initialize the class. If a user class overloads this member function, then this must be explicitly called
Reimplemented from AliFMDInput. Definition at line 38 of file CheckRaw.C. |
|
Process one digit. Users should over this to process each digit.
Reimplemented from AliFMDInput. Definition at line 48 of file CheckRaw.C. |
|
Process one digit from raw data files. Users should over this to process each raw digit.
Reimplemented from AliFMDInput. Definition at line 63 of file CheckRaw.C. |
|
Definition at line 87 of file CheckRaw.C. |