![]() |
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, Char_t, UShort_t, UShort_t, Int_t) |
Bool_t | operator() (UShort_t, Char_t, UShort_t, UShort_t, Bool_t) |
Bool_t | operator() (UShort_t, Char_t, UShort_t, UShort_t, UShort_t) |
![]() | |
virtual | ~ForOne () |
Definition at line 11 of file TestMapAccess.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 13 of file TestMapAccess.C.
|
inlinevirtual |
Called for each element considered an integer
true
on success, false
otherwise Reimplemented from AliFMDMap::ForOne.
Definition at line 19 of file TestMapAccess.C.
|
inlinevirtual |
Called for each element considered an integer
true
on success, false
otherwise Reimplemented from AliFMDMap::ForOne.
Definition at line 20 of file TestMapAccess.C.
|
inlinevirtual |
Called for each element considered an integer
d | Detector number |
r | Ring identifier |
s | Sector number |
t | Strip number |
v | Value (as an unsigned short integer) |
true
on success, false
otherwise Reimplemented from AliFMDMap::ForOne.
Definition at line 21 of file TestMapAccess.C.