Geant4
10.00.p03
|
#include <G4OpticalPhysicsMessenger.hh>
Public Member Functions | |
G4OpticalPhysicsMessenger (G4OpticalPhysics *) | |
virtual | ~G4OpticalPhysicsMessenger () |
virtual void | SetNewValue (G4UIcommand *, G4String) |
Public Member Functions inherited from G4UImessenger | |
G4UImessenger () | |
G4UImessenger (const G4String &path, const G4String &dsc, G4bool commandsToBeBroadcasted=true) | |
virtual | ~G4UImessenger () |
virtual G4String | GetCurrentValue (G4UIcommand *command) |
G4bool | operator== (const G4UImessenger &messenger) const |
Private Member Functions | |
G4OpticalPhysicsMessenger () | |
Not implemented. More... | |
G4OpticalPhysicsMessenger (const G4OpticalPhysicsMessenger &right) | |
Not implemented. More... | |
G4OpticalPhysicsMessenger & | operator= (const G4OpticalPhysicsMessenger &right) |
Not implemented. More... | |
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 |
Definition at line 74 of file G4OpticalPhysicsMessenger.hh.
G4OpticalPhysicsMessenger::G4OpticalPhysicsMessenger | ( | G4OpticalPhysics * | opticalPhysics | ) |
Definition at line 59 of file G4OpticalPhysicsMessenger.cc.
References G4UIcommand::AvailableForStates(), fDir, fSelectOpProcessCmd, fSetCerenkovMaxBetaChangeCmd, fSetCerenkovMaxPhotonsCmd, fSetFiniteRiseTimeCmd, fSetOpProcessUseCmd, fSetOpProcessVerboseCmd, fSetScintillationByParticleTypeCmd, fSetScintillationYieldFactorCmd, fSetTrackSecondariesFirstCmd, fSetWLSTimeProfileCmd, G4OpticalProcessName(), G4State_Idle, G4State_PreInit, kNoProcess, G4UIcmdWithAString::SetCandidates(), G4UIcmdWithAnInteger::SetDefaultValue(), G4UIcommand::SetGuidance(), G4UIcmdWithAString::SetParameterName(), G4UIcmdWithAnInteger::SetParameterName(), G4UIcmdWithABool::SetParameterName(), and G4UIcommand::SetRange().
|
virtual |
Definition at line 177 of file G4OpticalPhysicsMessenger.cc.
References fDir, fSelectOpProcessCmd, fSetCerenkovMaxBetaChangeCmd, fSetCerenkovMaxPhotonsCmd, fSetFiniteRiseTimeCmd, fSetOpProcessUseCmd, fSetOpProcessVerboseCmd, fSetScintillationByParticleTypeCmd, fSetScintillationYieldFactorCmd, fSetTrackSecondariesFirstCmd, and fSetWLSTimeProfileCmd.
|
private |
Not implemented.
|
private |
Not implemented.
|
private |
Not implemented.
|
virtual |
Apply command to the associated object.
Reimplemented from G4UImessenger.
Definition at line 195 of file G4OpticalPhysicsMessenger.cc.
References fOpticalPhysics, fSelectedProcessIndex, fSelectOpProcessCmd, fSetCerenkovMaxBetaChangeCmd, fSetCerenkovMaxPhotonsCmd, fSetFiniteRiseTimeCmd, fSetOpProcessUseCmd, fSetOpProcessVerboseCmd, fSetScintillationByParticleTypeCmd, fSetScintillationYieldFactorCmd, fSetTrackSecondariesFirstCmd, fSetWLSTimeProfileCmd, G4UIcmdWithABool::GetNewBoolValue(), G4UIcmdWithADouble::GetNewDoubleValue(), G4UIcmdWithAnInteger::GetNewIntValue(), kAbsorption, kBoundary, kCerenkov, kMieHG, kNoProcess, kRayleigh, kScintillation, kWLS, G4OpticalPhysics::SetFiniteRiseTime(), G4OpticalPhysics::SetMaxBetaChangePerStep(), G4OpticalPhysics::SetMaxNumPhotonsPerStep(), G4OpticalPhysics::SetScintillationByParticleType(), G4OpticalPhysics::SetScintillationYieldFactor(), G4OpticalPhysics::SetTrackSecondariesFirst(), and G4OpticalPhysics::SetWLSTimeProfile().
|
private |
command directory
Definition at line 99 of file G4OpticalPhysicsMessenger.hh.
Referenced by G4OpticalPhysicsMessenger(), and ~G4OpticalPhysicsMessenger().
|
private |
associated class
Definition at line 96 of file G4OpticalPhysicsMessenger.hh.
Referenced by SetNewValue().
|
private |
selected optical process
Definition at line 102 of file G4OpticalPhysicsMessenger.hh.
Referenced by SetNewValue().
|
private |
selectOpProcess command
Definition at line 105 of file G4OpticalPhysicsMessenger.hh.
Referenced by G4OpticalPhysicsMessenger(), SetNewValue(), and ~G4OpticalPhysicsMessenger().
|
private |
setCerenkovMaxBetaChange command
Definition at line 117 of file G4OpticalPhysicsMessenger.hh.
Referenced by G4OpticalPhysicsMessenger(), SetNewValue(), and ~G4OpticalPhysicsMessenger().
|
private |
setCerenkovMaxPhotons command
Definition at line 114 of file G4OpticalPhysicsMessenger.hh.
Referenced by G4OpticalPhysicsMessenger(), SetNewValue(), and ~G4OpticalPhysicsMessenger().
|
private |
setFiniteRiseTime command
Definition at line 135 of file G4OpticalPhysicsMessenger.hh.
Referenced by G4OpticalPhysicsMessenger(), SetNewValue(), and ~G4OpticalPhysicsMessenger().
|
private |
setProcessUse command
Definition at line 108 of file G4OpticalPhysicsMessenger.hh.
Referenced by G4OpticalPhysicsMessenger(), SetNewValue(), and ~G4OpticalPhysicsMessenger().
|
private |
setProcessVerbose command
Definition at line 111 of file G4OpticalPhysicsMessenger.hh.
Referenced by G4OpticalPhysicsMessenger(), SetNewValue(), and ~G4OpticalPhysicsMessenger().
|
private |
setScintillationByParticleType command
Definition at line 123 of file G4OpticalPhysicsMessenger.hh.
Referenced by G4OpticalPhysicsMessenger(), SetNewValue(), and ~G4OpticalPhysicsMessenger().
|
private |
setScintillationYieldFactor command
Definition at line 120 of file G4OpticalPhysicsMessenger.hh.
Referenced by G4OpticalPhysicsMessenger(), SetNewValue(), and ~G4OpticalPhysicsMessenger().
|
private |
setTrackSecondariesFirst command
Definition at line 132 of file G4OpticalPhysicsMessenger.hh.
Referenced by G4OpticalPhysicsMessenger(), SetNewValue(), and ~G4OpticalPhysicsMessenger().
|
private |
setWLSTimeProfile command
Definition at line 129 of file G4OpticalPhysicsMessenger.hh.
Referenced by G4OpticalPhysicsMessenger(), SetNewValue(), and ~G4OpticalPhysicsMessenger().