Geant4
10.02.p02
|
#include <G4UnitsTable.hh>
Public Member Functions | |
G4BestUnit (G4double internalValue, const G4String &category) | |
G4BestUnit (const G4ThreeVector &internalValue, const G4String &category) | |
~G4BestUnit () | |
G4double * | GetValue () |
const G4String & | GetCategory () const |
size_t | GetIndexOfCategory () const |
operator G4String () const | |
Private Attributes | |
G4double | Value [3] |
G4int | nbOfVals |
G4String | Category |
size_t | IndexOfCategory |
Friends | |
std::ostream & | operator<< (std::ostream &, G4BestUnit VU) |
Definition at line 148 of file G4UnitsTable.hh.
Definition at line 428 of file G4UnitsTable.cc.
References FatalException, G4cout, G4endl, G4Exception(), G4UnitDefinition::GetUnitsTable(), IndexOfCategory, and Value.
G4BestUnit::G4BestUnit | ( | const G4ThreeVector & | internalValue, |
const G4String & | category | ||
) |
Definition at line 452 of file G4UnitsTable.cc.
References FatalException, G4cerr, G4endl, G4Exception(), G4UnitDefinition::GetUnitsTable(), IndexOfCategory, and Value.
G4BestUnit::~G4BestUnit | ( | ) |
Definition at line 475 of file G4UnitsTable.cc.
|
inline |
|
inline |
|
inline |
G4BestUnit::operator G4String | ( | ) | const |
Definition at line 480 of file G4UnitsTable.cc.
|
friend |
Definition at line 489 of file G4UnitsTable.cc.
|
private |
Definition at line 176 of file G4UnitsTable.hh.
|
private |
Definition at line 177 of file G4UnitsTable.hh.
Referenced by G4BestUnit(), and operator<<().
|
private |
Definition at line 175 of file G4UnitsTable.hh.
Referenced by operator<<().
|
private |
Definition at line 174 of file G4UnitsTable.hh.
Referenced by G4BestUnit(), and operator<<().