Geant4_10
|
#include <G4UnitsTable.hh>
Public Member Functions | |
G4UnitDefinition (const G4String &name, const G4String &symbol, const G4String &category, G4double value) | |
~G4UnitDefinition () | |
G4int | operator== (const G4UnitDefinition &) const |
G4int | operator!= (const G4UnitDefinition &) const |
const G4String & | GetName () const |
const G4String & | GetSymbol () const |
G4double | GetValue () const |
void | PrintDefinition () |
Static Public Member Functions | |
static void | BuildUnitsTable () |
static void | PrintUnitsTable () |
static void | ClearUnitsTable () |
static G4UnitsTable & | GetUnitsTable () |
static G4double | GetValueOf (const G4String &) |
static G4String | GetCategory (const G4String &) |
Definition at line 64 of file G4UnitsTable.hh.
G4UnitDefinition::G4UnitDefinition | ( | const G4String & | name, |
const G4String & | symbol, | ||
const G4String & | category, | ||
G4double | value | ||
) |
Definition at line 59 of file G4UnitsTable.cc.
G4UnitDefinition::~G4UnitDefinition | ( | ) |
Definition at line 87 of file G4UnitsTable.cc.
|
static |
Definition at line 193 of file G4UnitsTable.cc.
|
static |
Definition at line 160 of file G4UnitsTable.cc.
|
inline |
|
inline |
|
static |
Definition at line 129 of file G4UnitsTable.cc.
|
inline |
Definition at line 138 of file G4UnitsTable.cc.
G4int G4UnitDefinition::operator!= | ( | const G4UnitDefinition & | right | ) | const |
Definition at line 122 of file G4UnitsTable.cc.
G4int G4UnitDefinition::operator== | ( | const G4UnitDefinition & | right | ) | const |
Definition at line 115 of file G4UnitsTable.cc.
void G4UnitDefinition::PrintDefinition | ( | ) |
|
static |