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

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

Public Attributes

AliFMDFloatMapfMap
 

Detailed Description

Definition at line 3 of file TestMapAlgebra.C.

Constructor & Destructor Documentation

SetIt::SetIt ( AliFMDFloatMap m)
inline

Definition at line 6 of file TestMapAlgebra.C.

Member Function Documentation

Bool_t SetIt::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 7 of file TestMapAlgebra.C.

Bool_t SetIt::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 14 of file TestMapAlgebra.C.

Bool_t SetIt::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 18 of file TestMapAlgebra.C.

Bool_t SetIt::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 22 of file TestMapAlgebra.C.

Member Data Documentation

AliFMDFloatMap* SetIt::fMap

Definition at line 26 of file TestMapAlgebra.C.

Referenced by operator()().


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