|
Geant4
10.03
|
#include <G4UnitsTable.hh>
Collaboration diagram for G4BestUnit: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 173 of file G4UnitsTable.hh.
Definition at line 484 of file G4UnitsTable.cc.
References FatalException, G4cout, G4endl, G4Exception(), G4UnitDefinition::GetUnitsTable(), IndexOfCategory, and Value.
Here is the call graph for this function:| G4BestUnit::G4BestUnit | ( | const G4ThreeVector & | internalValue, |
| const G4String & | category | ||
| ) |
Definition at line 508 of file G4UnitsTable.cc.
References FatalException, G4cerr, G4endl, G4Exception(), G4UnitDefinition::GetUnitsTable(), IndexOfCategory, and Value.
Here is the call graph for this function:| G4BestUnit::~G4BestUnit | ( | ) |
Definition at line 531 of file G4UnitsTable.cc.
|
inline |
|
inline |
|
inline |
| G4BestUnit::operator G4String | ( | ) | const |
Definition at line 536 of file G4UnitsTable.cc.
|
friend |
Definition at line 545 of file G4UnitsTable.cc.
|
private |
Definition at line 201 of file G4UnitsTable.hh.
|
private |
Definition at line 202 of file G4UnitsTable.hh.
Referenced by G4BestUnit(), and operator<<().
|
private |
Definition at line 200 of file G4UnitsTable.hh.
Referenced by operator<<().
|
private |
Definition at line 199 of file G4UnitsTable.hh.
Referenced by G4BestUnit(), and operator<<().