![]() |
AliRoot Core
3dc7879 (3dc7879)
|
Public Member Functions | |
SetIt (AliFMDFloatMap *m) | |
Bool_t | operator() (UShort_t d, Char_t r, UShort_t s, UShort_t t, Float_t) |
Bool_t | operator() (UShort_t, Char_t, UShort_t, UShort_t, Int_t) |
Bool_t | operator() (UShort_t, Char_t, UShort_t, UShort_t, UShort_t) |
Bool_t | operator() (UShort_t, Char_t, UShort_t, UShort_t, Bool_t) |
![]() | |
virtual | ~ForOne () |
Public Attributes | |
AliFMDFloatMap * | fMap |
Definition at line 3 of file TestMapAlgebra.C.
|
inline |
Definition at line 6 of file TestMapAlgebra.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 7 of file TestMapAlgebra.C.
|
inlinevirtual |
Called for each element considered an integer
true
on success, false
otherwise Reimplemented from AliFMDMap::ForOne.
Definition at line 14 of file TestMapAlgebra.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 18 of file TestMapAlgebra.C.
|
inlinevirtual |
Called for each element considered an integer
true
on success, false
otherwise Reimplemented from AliFMDMap::ForOne.
Definition at line 22 of file TestMapAlgebra.C.
AliFMDFloatMap* SetIt::fMap |
Definition at line 26 of file TestMapAlgebra.C.
Referenced by operator()().