![]() |
AliRoot Core
3dc7879 (3dc7879)
|
Public Member Functions | |
Bool_t | operator() (UShort_t d, Char_t r, UShort_t s, UShort_t t, Float_t v) |
Bool_t | operator() (UShort_t d, Char_t r, UShort_t s, UShort_t t, Int_t v) |
![]() | |
virtual | ~ForOne () |
virtual bool | operator() (UShort_t d, Char_t r, UShort_t s, UShort_t t, Float_t m, Float_t e)=0 |
![]() | |
virtual | ~ForOne () |
virtual Bool_t | operator() (UShort_t d, Char_t r, UShort_t s, UShort_t t, UShort_t v) |
virtual Bool_t | operator() (UShort_t d, Char_t r, UShort_t s, UShort_t t, Bool_t v) |
Definition at line 6 of file TestFloatMap.C.
|
inlinevirtual |
Called for each element considered a floating point number
d | Detector number |
r | Ring identifier |
s | Sector number |
t | Strip number |
v | Value (as a floating point number) |
true
on success, false
otherwise Reimplemented from AliFMDMap::ForOne.
Definition at line 8 of file TestFloatMap.C.
|
inlinevirtual |
Called for each element considered an integer
true
on success, false
otherwise Reimplemented from AliFMDMap::ForOne.
Definition at line 13 of file TestFloatMap.C.