|
| Filler (AliFMDFloatMap &map) |
|
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) |
|
|
static Float_t | MakeVal (UShort_t d, Char_t r, UShort_t s, UShort_t t) |
|
Definition at line 39 of file TestFloatMap.C.
static Float_t Filler::MakeVal |
( |
UShort_t |
d, |
|
|
Char_t |
r, |
|
|
UShort_t |
s, |
|
|
UShort_t |
t |
|
) |
| |
|
inlinestatic |
Bool_t Filler::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 42 of file TestFloatMap.C.
Bool_t Filler::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 47 of file TestFloatMap.C.
The documentation for this struct was generated from the following file: