![]() |
![]() |
#include <CocoaUnitsTable.h>
Public Member Functions | |
CocoaBestUnit (ALIdouble internalValue, const ALIstring &category) | |
CocoaBestUnit (const CLHEP::Hep3Vector &internalValue, const ALIstring &category) | |
const ALIstring & | GetCategory () const |
size_t | GetIndexOfCategory () const |
ALIdouble * | GetValue () |
~CocoaBestUnit () | |
Private Attributes | |
ALIstring | Category |
size_t | IndexOfCategory |
ALIint | nbOfVals |
ALIdouble | Value [3] |
Friends | |
std::ostream & | operator<< (std::ostream &, CocoaBestUnit VU) |
Definition at line 103 of file CocoaUnitsTable.h.
Definition at line 321 of file CocoaUnitsTable.cc.
CocoaBestUnit::CocoaBestUnit | ( | const CLHEP::Hep3Vector & | internalValue, |
const ALIstring & | category | ||
) |
Definition at line 350 of file CocoaUnitsTable.cc.
CocoaBestUnit::~CocoaBestUnit | ( | ) |
Definition at line 372 of file CocoaUnitsTable.cc.
|
inline |
|
inline |
|
inline |
Definition at line 117 of file CocoaUnitsTable.h.
References Value.
Referenced by UnitConverter::ucstring().
|
friend |
Definition at line 377 of file CocoaUnitsTable.cc.
|
private |
Definition at line 131 of file CocoaUnitsTable.h.
Referenced by GetCategory().
|
private |
Definition at line 132 of file CocoaUnitsTable.h.
Referenced by GetIndexOfCategory().
|
private |
Definition at line 130 of file CocoaUnitsTable.h.
|
private |
Definition at line 129 of file CocoaUnitsTable.h.
Referenced by GetValue().