Geant4
10.01.p02
|
#include <RE05PrimaryGeneratorMessenger.hh>
Public Member Functions | |
RE05PrimaryGeneratorMessenger (RE05PrimaryGeneratorAction *mpga) | |
virtual | ~RE05PrimaryGeneratorMessenger () |
virtual void | SetNewValue (G4UIcommand *command, G4String newValues) |
virtual G4String | GetCurrentValue (G4UIcommand *command) |
Public Member Functions inherited from G4UImessenger | |
G4UImessenger () | |
G4UImessenger (const G4String &path, const G4String &dsc, G4bool commandsToBeBroadcasted=true) | |
virtual | ~G4UImessenger () |
G4bool | operator== (const G4UImessenger &messenger) const |
G4bool | CommandsShouldBeInMaster () const |
Private Attributes | |
RE05PrimaryGeneratorAction * | myAction |
G4UIdirectory * | mydetDirectory |
G4UIcmdWithAString * | genCmd |
Additional Inherited Members | |
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, G4bool commandsToBeBroadcasted=true) |
template<typename T > | |
T * | CreateCommand (const G4String &cname, const G4String &dsc) |
Protected Attributes inherited from G4UImessenger | |
G4UIdirectory * | baseDir |
G4String | baseDirName |
G4bool | commandsShouldBeInMaster |
Definition at line 42 of file RE05PrimaryGeneratorMessenger.hh.
RE05PrimaryGeneratorMessenger::RE05PrimaryGeneratorMessenger | ( | RE05PrimaryGeneratorAction * | mpga | ) |
Definition at line 38 of file RE05PrimaryGeneratorMessenger.cc.
References genCmd, mydetDirectory, G4UIcmdWithAString::SetCandidates(), G4UIcmdWithAString::SetDefaultValue(), G4UIcommand::SetGuidance(), and G4UIcmdWithAString::SetParameterName().
|
virtual |
Definition at line 52 of file RE05PrimaryGeneratorMessenger.cc.
References genCmd, and mydetDirectory.
|
virtual |
Reimplemented from G4UImessenger.
Definition at line 64 of file RE05PrimaryGeneratorMessenger.cc.
References genCmd, RE05PrimaryGeneratorAction::GetHEPEvtGenerator(), and myAction.
|
virtual |
Reimplemented from G4UImessenger.
Definition at line 58 of file RE05PrimaryGeneratorMessenger.cc.
References genCmd, myAction, and RE05PrimaryGeneratorAction::SetHEPEvtGenerator().
|
private |
Definition at line 57 of file RE05PrimaryGeneratorMessenger.hh.
Referenced by GetCurrentValue(), RE05PrimaryGeneratorMessenger(), SetNewValue(), and ~RE05PrimaryGeneratorMessenger().
|
private |
Definition at line 53 of file RE05PrimaryGeneratorMessenger.hh.
Referenced by GetCurrentValue(), and SetNewValue().
|
private |
Definition at line 56 of file RE05PrimaryGeneratorMessenger.hh.
Referenced by RE05PrimaryGeneratorMessenger(), and ~RE05PrimaryGeneratorMessenger().