Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ScoreQuantityMessenger.hh>
Public Member Functions | |
G4ScoreQuantityMessenger (G4ScoringManager *SManager) | |
~G4ScoreQuantityMessenger () | |
void | SetNewValue (G4UIcommand *command, G4String newValues) |
G4String | GetCurrentValue (G4UIcommand *) |
Public Member Functions inherited from G4UImessenger | |
G4UImessenger () | |
G4UImessenger (const G4String &path, const G4String &dsc) | |
virtual | ~G4UImessenger () |
virtual G4String | GetCurrentValue (G4UIcommand *command) |
virtual void | SetNewValue (G4UIcommand *command, G4String newValue) |
G4bool | operator== (const G4UImessenger &messenger) const |
Protected Member Functions | |
void | FillTokenVec (G4String newValues, G4TokenVec &token) |
void | FParticleCommand (G4VScoringMesh *mesh, G4TokenVec &token) |
void | FParticleWithEnergyCommand (G4VScoringMesh *mesh, G4TokenVec &token) |
G4bool | CheckMeshPS (G4VScoringMesh *mesh, G4String &psname) |
Protected Member Functions inherited from G4UImessenger | |
G4String | ItoS (G4int i) |
G4String | DtoS (G4double a) |
G4String | BtoS (G4bool b) |
G4int | StoI (G4String s) |
G4double | StoD (G4String s) |
G4bool | StoB (G4String s) |
void | AddUIcommand (G4UIcommand *newCommand) |
void | CreateDirectory (const G4String &path, const G4String &dsc) |
template<typename T > | |
T * | CreateCommand (const G4String &cname, const G4String &dsc) |
Additional Inherited Members | |
Protected Attributes inherited from G4UImessenger | |
G4UIdirectory * | baseDir |
G4String | baseDirName |
Definition at line 59 of file G4ScoreQuantityMessenger.hh.
G4ScoreQuantityMessenger::G4ScoreQuantityMessenger | ( | G4ScoringManager * | SManager | ) |
Definition at line 88 of file G4ScoreQuantityMessenger.cc.
G4ScoreQuantityMessenger::~G4ScoreQuantityMessenger | ( | ) |
Definition at line 171 of file G4ScoreQuantityMessenger.cc.
|
protected |
Definition at line 533 of file G4ScoreQuantityMessenger.cc.
Referenced by SetNewValue().
|
protected |
Definition at line 495 of file G4ScoreQuantityMessenger.cc.
Referenced by SetNewValue().
|
protected |
Definition at line 505 of file G4ScoreQuantityMessenger.cc.
Referenced by SetNewValue().
|
protected |
Definition at line 520 of file G4ScoreQuantityMessenger.cc.
Referenced by SetNewValue().
|
virtual |
Reimplemented from G4UImessenger.
Definition at line 488 of file G4ScoreQuantityMessenger.cc.
|
virtual |
Reimplemented from G4UImessenger.
Definition at line 212 of file G4ScoreQuantityMessenger.cc.