#include <ALIUnitsTable.h>
Public Member Functions | |
ALIUnitDefinition (ALIstring name, ALIstring symbol, ALIstring category, ALIdouble value) | |
ALIstring | GetName () const |
ALIstring | GetSymbol () const |
ALIdouble | GetValue () const |
ALIint | operator!= (const ALIUnitDefinition &) const |
ALIint | operator== (const ALIUnitDefinition &) const |
void | PrintDefinition () |
~ALIUnitDefinition () | |
Static Public Member Functions | |
static void | BuildUnitsTable () |
static ALIstring | GetCategory (ALIstring) |
static ALIUnitsTable & | GetUnitsTable () |
static ALIdouble | GetValueOf (ALIstring) |
static void | PrintUnitsTable () |
Private Member Functions | |
ALIUnitDefinition (ALIUnitDefinition &) | |
ALIUnitDefinition & | operator= (const ALIUnitDefinition &) |
Private Attributes | |
size_t | CategoryIndex |
ALIstring | Name |
ALIstring | SymbolName |
ALIdouble | Value |
Static Private Attributes | |
static ALIUnitsTable | theUnitsTable |
Definition at line 52 of file ALIUnitsTable.h.
ALIUnitDefinition::ALIUnitDefinition | ( | ALIstring | name, |
ALIstring | symbol, | ||
ALIstring | category, | ||
ALIdouble | value | ||
) |
Definition at line 12 of file ALIUnitsTable.cc.
References CategoryIndex, GetName(), i, and theUnitsTable.
Referenced by BuildUnitsTable().
ALIUnitDefinition::~ALIUnitDefinition | ( | ) |
Definition at line 35 of file ALIUnitsTable.cc.
|
private |
Definition at line 40 of file ALIUnitsTable.cc.
|
static |
Definition at line 125 of file ALIUnitsTable.cc.
References ALIUnitDefinition(), g, and edm::second().
Referenced by GetCategory(), and GetValueOf().
Definition at line 94 of file ALIUnitsTable.cc.
References BuildUnitsTable(), gather_cfg::cout, i, j, mergeVDriftHistosByStation::name, theUnitsTable, and create_public_lumi_plots::units.
|
inline |
|
inline |
|
inlinestatic |
Definition at line 81 of file ALIUnitsTable.h.
References theUnitsTable.
Referenced by ALIBestUnit::ALIBestUnit(), and operator<<().
|
inline |
Definition at line 74 of file ALIUnitsTable.cc.
References BuildUnitsTable(), gather_cfg::cout, i, j, mergeVDriftHistosByStation::name, theUnitsTable, and create_public_lumi_plots::units.
Referenced by ParameterMgr::getVal().
ALIint ALIUnitDefinition::operator!= | ( | const ALIUnitDefinition & | right | ) | const |
Definition at line 68 of file ALIUnitsTable.cc.
|
private |
Definition at line 47 of file ALIUnitsTable.cc.
References CategoryIndex, Name, SymbolName, and Value.
ALIint ALIUnitDefinition::operator== | ( | const ALIUnitDefinition & | right | ) | const |
Definition at line 61 of file ALIUnitsTable.cc.
void ALIUnitDefinition::PrintDefinition | ( | ) |
Definition at line 115 of file ALIUnitsTable.cc.
References CategoryIndex, gather_cfg::cout, Name, SymbolName, theUnitsTable, and Value.
|
static |
|
private |
Definition at line 96 of file ALIUnitsTable.h.
Referenced by ALIUnitDefinition(), operator=(), and PrintDefinition().
|
private |
Definition at line 88 of file ALIUnitsTable.h.
Referenced by GetName(), operator=(), and PrintDefinition().
|
private |
Definition at line 89 of file ALIUnitsTable.h.
Referenced by GetSymbol(), operator=(), and PrintDefinition().
|
staticprivate |
Definition at line 93 of file ALIUnitsTable.h.
Referenced by ALIUnitDefinition(), GetCategory(), GetUnitsTable(), GetValueOf(), PrintDefinition(), and PrintUnitsTable().
|
private |
Definition at line 90 of file ALIUnitsTable.h.
Referenced by GetValue(), operator=(), and PrintDefinition().