|
| Tester (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) |
|
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 20 of file TestFloatMap.C.
Bool_t Tester::operator() |
( |
UShort_t |
d, |
|
|
Char_t |
r, |
|
|
UShort_t |
s, |
|
|
UShort_t |
t, |
|
|
Float_t |
v |
|
) |
| |
|
inlinevirtual |
Called for each element considered a floating point number
- Parameters
-
d | Detector number |
r | Ring identifier |
s | Sector number |
t | Strip number |
v | Value (as a floating point number) |
- Returns
- Should return
true
on success, false
otherwise
Reimplemented from AliFMDMap::ForOne.
Definition at line 23 of file TestFloatMap.C.
Bool_t Tester::operator() |
( |
UShort_t |
d, |
|
|
Char_t |
r, |
|
|
UShort_t |
s, |
|
|
UShort_t |
t, |
|
|
Int_t |
v |
|
) |
| |
|
inlinevirtual |
Called for each element considered an integer
- Parameters
-
d | Detector number |
r | Ring identifier |
s | Sector number |
t | Strip number |
v | Value (as an integer) |
- Returns
- Should return
true
on success, false
otherwise
Reimplemented from AliFMDMap::ForOne.
Definition at line 35 of file TestFloatMap.C.
The documentation for this struct was generated from the following file: