AliRoot Core  3dc7879 (3dc7879)
TestOne Struct Reference
Inheritance diagram for TestOne:

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)
 
- Public Member Functions inherited from AliFMDMap::ForOne
virtual ~ForOne ()
 

Detailed Description

Definition at line 11 of file TestMapAccess.C.

Member Function Documentation

Bool_t TestOne::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
dDetector number
rRing identifier
sSector number
tStrip number
vValue (as a floating point number)
Returns
Should return true on success, false otherwise

Reimplemented from AliFMDMap::ForOne.

Definition at line 13 of file TestMapAccess.C.

Bool_t TestOne::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
dDetector number
rRing identifier
sSector number
tStrip number
vValue (as an integer)
Returns
Should return true on success, false otherwise

Reimplemented from AliFMDMap::ForOne.

Definition at line 19 of file TestMapAccess.C.

Bool_t TestOne::operator() ( UShort_t  d,
Char_t  r,
UShort_t  s,
UShort_t  t,
Bool_t  v 
)
inlinevirtual

Called for each element considered an integer

Parameters
dDetector number
rRing identifier
sSector number
tStrip number
vValue (as a boolean)
Returns
Should return true on success, false otherwise

Reimplemented from AliFMDMap::ForOne.

Definition at line 20 of file TestMapAccess.C.

Bool_t TestOne::operator() ( UShort_t  d,
Char_t  r,
UShort_t  s,
UShort_t  t,
UShort_t  v 
)
inlinevirtual

Called for each element considered an integer

Parameters
dDetector number
rRing identifier
sSector number
tStrip number
vValue (as an unsigned short integer)
Returns
Should return true on success, false otherwise

Reimplemented from AliFMDMap::ForOne.

Definition at line 21 of file TestMapAccess.C.


The documentation for this struct was generated from the following file: