60 FlagCmd->
SetGuidance(
"Defines if GFlash is activated");
64 ContCmd->
SetGuidance(
"Defines if Containment is checked");
72 EminCmd->
SetGuidance(
"Set minimum kinetic energy to trigger parametrisation");
79 EmaxCmd->
SetGuidance(
"Set maximum kinetic energy to trigger parametrisation");
86 EkillCmd->
SetGuidance(
"Set maximum kinetic energy for electrons to be killed");
109 if( command == FlagCmd ) {
113 if( command == ContCmd ) {
117 if( command == StepInX0Cmd ) {
122 else if( command == EminCmd ) {
128 else if( command == EmaxCmd ) {
134 else if( command == EkillCmd ) {
146 std::ostringstream os;
148 if( command == FlagCmd ) {
153 else if( command == EkillCmd ) {
154 os <<
"/GFlash/Ekill "
160 else if( command == EminCmd ) {
161 os <<
"/GFlash/Emin "
167 else if( command == EmaxCmd ) {
168 os <<
"/GFlash/Emax "
static G4Electron * ElectronDefinition()
void SetUnitCategory(const char *unitCategory)
void SetDefaultUnit(const char *defUnit)
static G4double GetNewDoubleValue(const char *paramString)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
static G4double GetNewDoubleValue(const char *paramString)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
static G4int GetNewIntValue(const char *paramString)
void SetGuidance(const char *aGuidance)
void AvailableForStates(G4ApplicationState s1)
G4double GetMinEneToParametrise(G4ParticleDefinition &particleType)
void SetMaxEneToParametrise(G4ParticleDefinition &particleType, G4double enemax)
G4double GetMaxEneToParametrise(G4ParticleDefinition &particleType)
G4double GetEneToKill(G4ParticleDefinition &particleType)
void SetEneToKill(G4ParticleDefinition &particleType, G4double enekill)
void SetMinEneToParametrise(G4ParticleDefinition &particleType, G4double enemin)
G4String GetCurrentValue(G4UIcommand *command)
~GFlashShowerModelMessenger()
GFlashShowerModelMessenger(GFlashShowerModel *myModel)
void SetNewValue(G4UIcommand *command, G4String newValues)
void SetStepInX0(G4double Lenght)
void SetFlagParamType(G4int I)
void SetFlagParticleContainment(G4int I)
GFlashParticleBounds * PBound