![]() |
AliRoot Core
3dc7879 (3dc7879)
|
#include <AliESDFMD.h>
Public Member Functions | |
virtual | ~ForOne () |
virtual bool | operator() (UShort_t d, Char_t r, UShort_t s, UShort_t t, Float_t m, Float_t e)=0 |
Base class of looping over the FMD ESD object
A simple example could be
Definition at line 50 of file AliESDFMD.h.
|
inlinevirtual |
Destructor
Definition at line 56 of file AliESDFMD.h.
|
pure virtual |
Functional operator called for each entry
d | Detector number |
r | Ring identifier |
s | Sector number |
t | Strip number |
m | 'Bare' multiplicity of this strip |
e | Pseudo-rapidity of this strip |
kTRUE
in case of success, kFALSE
in case of failure. If the method returns kFALSE
, the loop stops. Referenced by ~ForOne().