ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/global/management/include/G4UnitsTable.hh>
Public Member Functions | |
G4UnitsCategory (const G4String &name) | |
~G4UnitsCategory () | |
G4bool | operator== (const G4UnitsCategory &) const |
G4bool | operator!= (const G4UnitsCategory &) const |
const G4String & | GetName () const |
G4UnitsContainer & | GetUnitsList () |
G4int | GetNameMxLen () const |
G4int | GetSymbMxLen () const |
void | UpdateNameMxLen (G4int len) |
void | UpdateSymbMxLen (G4int len) |
void | PrintCategory () |
Private Member Functions | |
G4UnitsCategory (const G4UnitsCategory &) | |
G4UnitsCategory & | operator= (const G4UnitsCategory &) |
Private Attributes | |
G4String | Name |
G4UnitsContainer | UnitsList |
G4int | NameMxLen |
G4int | SymbMxLen |
Definition at line 139 of file G4UnitsTable.hh.
View newest version in sPHENIX GitHub at line 139 of file G4UnitsTable.hh
|
explicit |
Definition at line 421 of file G4UnitsTable.cc.
View newest version in sPHENIX GitHub at line 421 of file G4UnitsTable.cc
G4UnitsCategory::~G4UnitsCategory | ( | ) |
Definition at line 428 of file G4UnitsTable.cc.
View newest version in sPHENIX GitHub at line 428 of file G4UnitsTable.cc
References UnitsList.
|
private |
Definition at line 439 of file G4UnitsTable.cc.
View newest version in sPHENIX GitHub at line 439 of file G4UnitsTable.cc
References right.
|
inline |
|
inline |
|
inline |
|
inline |
G4bool G4UnitsCategory::operator!= | ( | const G4UnitsCategory & | right | ) | const |
Definition at line 467 of file G4UnitsTable.cc.
View newest version in sPHENIX GitHub at line 467 of file G4UnitsTable.cc
|
private |
Definition at line 446 of file G4UnitsTable.cc.
View newest version in sPHENIX GitHub at line 446 of file G4UnitsTable.cc
G4bool G4UnitsCategory::operator== | ( | const G4UnitsCategory & | right | ) | const |
Definition at line 460 of file G4UnitsTable.cc.
View newest version in sPHENIX GitHub at line 460 of file G4UnitsTable.cc
void G4UnitsCategory::PrintCategory | ( | ) |
Definition at line 474 of file G4UnitsTable.cc.
View newest version in sPHENIX GitHub at line 474 of file G4UnitsTable.cc
References G4cout, G4endl, Name, and UnitsList.
Referenced by export_G4UnitsTable().
|
private |
Definition at line 165 of file G4UnitsTable.hh.
View newest version in sPHENIX GitHub at line 165 of file G4UnitsTable.hh
Referenced by operator=(), and PrintCategory().
|
private |
Definition at line 167 of file G4UnitsTable.hh.
View newest version in sPHENIX GitHub at line 167 of file G4UnitsTable.hh
Referenced by operator=().
|
private |
Definition at line 168 of file G4UnitsTable.hh.
View newest version in sPHENIX GitHub at line 168 of file G4UnitsTable.hh
Referenced by operator=().
|
private |
Definition at line 166 of file G4UnitsTable.hh.
View newest version in sPHENIX GitHub at line 166 of file G4UnitsTable.hh
Referenced by operator=(), PrintCategory(), and ~G4UnitsCategory().