1#ifndef TG4_RUN_MESSENGER_H
2#define TG4_RUN_MESSENGER_H
18#include <G4UImessenger.hh>
25class G4UIcmdWithoutParameter;
26class G4UIcmdWithAString;
27class G4UIcmdWithABool;
Geant4 implementation of the TVirtualMC interface methods for access to Geant4 at run level.
Messenger class that defines commands for TG4RunManager.
TG4RunMessenger()
Not implemented.
G4UIcmdWithoutParameter * fG3DefaultsCmd
command: g3Defaults
TG4RunManager * fRunManager
associated class
G4UIcmdWithoutParameter * fRootCmd
command: root
virtual void SetNewValue(G4UIcommand *command, G4String string)
virtual ~TG4RunMessenger()
G4UIdirectory * fDirectory
command directory
TG4UICmdWithAComplexString * fRootCommandCmd
command: rootCmd
G4UIcmdWithABool * fUseRootRandomCmd
command: useRootRandom
G4UIcmdWithAString * fRootMacroCmd
command: rootMacro
TG4RunMessenger(const TG4RunMessenger &right)
Not implemented.
TG4RunMessenger & operator=(const TG4RunMessenger &right)
Not implemented.
G4 command that takes up to three string values.