Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4tgrParameterMgr.hh>
Public Member Functions | |
void | AddParameterNumber (const std::vector< G4String > &wl, G4bool mustBeNew=0) |
void | AddParameterString (const std::vector< G4String > &wl, G4bool mustBeNew=0) |
void | CheckIfNewParameter (const std::vector< G4String > &wl, G4bool mustBeNew) |
G4String | FindParameter (const G4String &name, G4bool exists=true) |
void | DumpList () |
Static Public Member Functions | |
static G4tgrParameterMgr * | GetInstance () |
Definition at line 50 of file G4tgrParameterMgr.hh.
void G4tgrParameterMgr::AddParameterNumber | ( | const std::vector< G4String > & | wl, |
G4bool | mustBeNew = 0 |
||
) |
Definition at line 72 of file G4tgrParameterMgr.cc.
Referenced by G4tgrLineProcessor::ProcessLine().
void G4tgrParameterMgr::AddParameterString | ( | const std::vector< G4String > & | wl, |
G4bool | mustBeNew = 0 |
||
) |
Definition at line 94 of file G4tgrParameterMgr.cc.
Referenced by G4tgrLineProcessor::ProcessLine().
void G4tgrParameterMgr::CheckIfNewParameter | ( | const std::vector< G4String > & | wl, |
G4bool | mustBeNew | ||
) |
Definition at line 113 of file G4tgrParameterMgr.cc.
Referenced by AddParameterNumber(), and AddParameterString().
void G4tgrParameterMgr::DumpList | ( | ) |
Definition at line 183 of file G4tgrParameterMgr.cc.
Referenced by FindParameter().
Definition at line 150 of file G4tgrParameterMgr.cc.
Referenced by G4tgrUtils::GetDouble(), and G4tgrUtils::GetString().
|
static |
Definition at line 61 of file G4tgrParameterMgr.cc.
Referenced by G4tgrUtils::GetDouble(), G4tgrUtils::GetString(), and G4tgrLineProcessor::ProcessLine().