Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/intercoms/src/G4UIcontrolMessenger.cc

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

Diff markup

Differences between /intercoms/src/G4UIcontrolMessenger.cc (Version 11.3.0) and /intercoms/src/G4UIcontrolMessenger.cc (Version 10.1.p2)


  1 //                                                  1 //
  2 // *******************************************      2 // ********************************************************************
  3 // * License and Disclaimer                         3 // * License and Disclaimer                                           *
  4 // *                                                4 // *                                                                  *
  5 // * The  Geant4 software  is  copyright of th      5 // * The  Geant4 software  is  copyright of the Copyright Holders  of *
  6 // * the Geant4 Collaboration.  It is provided      6 // * the Geant4 Collaboration.  It is provided  under  the terms  and *
  7 // * conditions of the Geant4 Software License      7 // * conditions of the Geant4 Software License,  included in the file *
  8 // * LICENSE and available at  http://cern.ch/      8 // * LICENSE and available at  http://cern.ch/geant4/license .  These *
  9 // * include a list of copyright holders.           9 // * include a list of copyright holders.                             *
 10 // *                                               10 // *                                                                  *
 11 // * Neither the authors of this software syst     11 // * Neither the authors of this software system, nor their employing *
 12 // * institutes,nor the agencies providing fin     12 // * institutes,nor the agencies providing financial support for this *
 13 // * work  make  any representation or  warran     13 // * work  make  any representation or  warranty, express or implied, *
 14 // * regarding  this  software system or assum     14 // * regarding  this  software system or assume any liability for its *
 15 // * use.  Please see the license in the file      15 // * use.  Please see the license in the file  LICENSE  and URL above *
 16 // * for the full disclaimer and the limitatio     16 // * for the full disclaimer and the limitation of liability.         *
 17 // *                                               17 // *                                                                  *
 18 // * This  code  implementation is the result      18 // * This  code  implementation is the result of  the  scientific and *
 19 // * technical work of the GEANT4 collaboratio     19 // * technical work of the GEANT4 collaboration.                      *
 20 // * By using,  copying,  modifying or  distri     20 // * By using,  copying,  modifying or  distributing the software (or *
 21 // * any work based  on the software)  you  ag     21 // * any work based  on the software)  you  agree  to acknowledge its *
 22 // * use  in  resulting  scientific  publicati     22 // * use  in  resulting  scientific  publications,  and indicate your *
 23 // * acceptance of all terms of the Geant4 Sof     23 // * acceptance of all terms of the Geant4 Software license.          *
 24 // *******************************************     24 // ********************************************************************
 25 //                                                 25 //
 26 // G4UIcontrolMessenger                        << 
 27 //                                                 26 //
 28 // Author: Makoto Asai, SLAC - 2001            <<  27 // $Id: G4UIcontrolMessenger.cc 80641 2014-05-05 15:10:28Z gcosmo $
 29 // ------------------------------------------- <<  28 //
 30                                                    29 
                                                   >>  30 #include <stdlib.h>
 31 #include "G4UIcontrolMessenger.hh"                 31 #include "G4UIcontrolMessenger.hh"
 32                                                <<  32 #include "G4UImanager.hh"
 33 #include "G4StateManager.hh"                   <<  33 #include "G4UIdirectory.hh"
 34 #include "G4Tokenizer.hh"                      <<  34 #include "G4UIcommand.hh"
 35 #include "G4UIaliasList.hh"                    <<  35 #include "G4UIparameter.hh"
 36 #include "G4UIcmdWithABool.hh"                 << 
 37 #include "G4UIcmdWithAString.hh"                   36 #include "G4UIcmdWithAString.hh"
 38 #include "G4UIcmdWithAnInteger.hh"                 37 #include "G4UIcmdWithAnInteger.hh"
 39 #include "G4UIcmdWithoutParameter.hh"              38 #include "G4UIcmdWithoutParameter.hh"
 40 #include "G4UIcommand.hh"                      <<  39 #include "G4UIaliasList.hh"
 41 #include "G4UIdirectory.hh"                    <<  40 #include "G4StateManager.hh"
 42 #include "G4UImanager.hh"                      <<  41 #include "G4Tokenizer.hh"
 43 #include "G4UIparameter.hh"                    << 
 44 #include "G4UIsession.hh"                      << 
 45 #include "G4ios.hh"                            << 
 46                                                    42 
 47 #include <cstdlib>                             <<  43 #include "G4ios.hh"
 48                                                    44 
 49 // ------------------------------------------- << 
 50 G4UIcontrolMessenger::G4UIcontrolMessenger()       45 G4UIcontrolMessenger::G4UIcontrolMessenger()
 51 {                                                  46 {
 52   controlDirectory = new G4UIdirectory("/contr     47   controlDirectory = new G4UIdirectory("/control/");
 53   controlDirectory->SetGuidance("UI control co     48   controlDirectory->SetGuidance("UI control commands.");
 54                                                    49 
 55   macroPathCommand = new G4UIcmdWithAString("/ <<  50   macroPathCommand = new G4UIcmdWithAString("/control/macroPath",this);
 56   macroPathCommand->SetGuidance(               <<  51   macroPathCommand->SetGuidance("Set macro search path" 
 57     "Set macro search path"                    <<  52                                 "with colon-separated list.");
 58     " with colon-separated list.");            <<  53   macroPathCommand->SetParameterName("path",false);
 59   macroPathCommand->SetParameterName("path", f << 
 60                                                    54 
 61   ExecuteCommand = new G4UIcmdWithAString("/co <<  55   ExecuteCommand = new G4UIcmdWithAString("/control/execute",this);
 62   ExecuteCommand->SetGuidance("Execute a macro     56   ExecuteCommand->SetGuidance("Execute a macro file.");
 63   ExecuteCommand->SetParameterName("fileName", <<  57   ExecuteCommand->SetParameterName("fileName",false);
 64   ExecuteCommand->SetToBeBroadcasted(false);       58   ExecuteCommand->SetToBeBroadcasted(false);
 65                                                    59 
 66   loopCommand = new G4UIcommand("/control/loop <<  60   loopCommand = new G4UIcommand("/control/loop",this);
 67   loopCommand->SetGuidance("Execute a macro fi     61   loopCommand->SetGuidance("Execute a macro file more than once.");
 68   loopCommand->SetGuidance("Loop counter can b     62   loopCommand->SetGuidance("Loop counter can be used as an aliased variable.");
 69   auto* param1 = new G4UIparameter("macroFile" <<  63   G4UIparameter* param1 = new G4UIparameter("macroFile",'s',false);
 70   loopCommand->SetParameter(param1);               64   loopCommand->SetParameter(param1);
 71   auto* param2 = new G4UIparameter("counterNam <<  65   G4UIparameter* param2 = new G4UIparameter("counterName",'s',false);
 72   loopCommand->SetParameter(param2);               66   loopCommand->SetParameter(param2);
 73   auto* param3 = new G4UIparameter("initialVal <<  67   G4UIparameter* param3 = new G4UIparameter("initialValue",'d',false);
 74   loopCommand->SetParameter(param3);               68   loopCommand->SetParameter(param3);
 75   auto* param4 = new G4UIparameter("finalValue <<  69   G4UIparameter* param4 = new G4UIparameter("finalValue",'d',false);
 76   loopCommand->SetParameter(param4);               70   loopCommand->SetParameter(param4);
 77   auto* param5 = new G4UIparameter("stepSize", <<  71   G4UIparameter* param5 = new G4UIparameter("stepSize",'d',true);
 78   param5->SetDefaultValue(1.0);                    72   param5->SetDefaultValue(1.0);
 79   loopCommand->SetParameter(param5);               73   loopCommand->SetParameter(param5);
 80   loopCommand->SetToBeBroadcasted(false);          74   loopCommand->SetToBeBroadcasted(false);
 81                                                    75 
 82   foreachCommand = new G4UIcommand("/control/f <<  76   foreachCommand = new G4UIcommand("/control/foreach",this);
 83   foreachCommand->SetGuidance("Execute a macro     77   foreachCommand->SetGuidance("Execute a macro file more than once.");
 84   foreachCommand->SetGuidance("Loop counter ca     78   foreachCommand->SetGuidance("Loop counter can be used as an aliased variable.");
 85   foreachCommand->SetGuidance("Values must be      79   foreachCommand->SetGuidance("Values must be separated by a space.");
 86   auto* param6 = new G4UIparameter("macroFile" <<  80   G4UIparameter* param6 = new G4UIparameter("macroFile",'s',false);
 87   foreachCommand->SetParameter(param6);            81   foreachCommand->SetParameter(param6);
 88   auto* param7 = new G4UIparameter("counterNam <<  82   G4UIparameter* param7 = new G4UIparameter("counterName",'s',false);
 89   foreachCommand->SetParameter(param7);            83   foreachCommand->SetParameter(param7);
 90   auto* param8 = new G4UIparameter("valueList" <<  84   G4UIparameter* param8 = new G4UIparameter("valueList",'s',false);
 91   foreachCommand->SetParameter(param8);            85   foreachCommand->SetParameter(param8);
 92   foreachCommand->SetToBeBroadcasted(false);       86   foreachCommand->SetToBeBroadcasted(false);
 93                                                <<  87   
 94   suppressAbortionCommand = new G4UIcmdWithAnI <<  88   suppressAbortionCommand = new G4UIcmdWithAnInteger("/control/suppressAbortion",this);
 95   suppressAbortionCommand->SetGuidance("Suppre     89   suppressAbortionCommand->SetGuidance("Suppress the program abortion caused by G4Exception.");
 96   suppressAbortionCommand->SetGuidance("Suppre     90   suppressAbortionCommand->SetGuidance("Suppression level = 0 : no suppression");
 97   suppressAbortionCommand->SetGuidance("           91   suppressAbortionCommand->SetGuidance("                  = 1 : suppress during EventProc state");
 98   suppressAbortionCommand->SetGuidance(        <<  92   suppressAbortionCommand->SetGuidance("                  = 2 : full suppression, i.e. no abortion by G4Exception");
 99     "                  = 2 : full suppression, <<  93   suppressAbortionCommand->SetGuidance("When abortion is suppressed, you will get error messages issued by G4Exception,");
100     "G4Exception");                            <<  94   suppressAbortionCommand->SetGuidance("and there is NO guarantee for the correct result after the G4Exception error message.");
101   suppressAbortionCommand->SetGuidance(        <<  95   suppressAbortionCommand->SetParameterName("level",true);
102     "When abortion is suppressed, you will get << 
103     "G4Exception,");                           << 
104   suppressAbortionCommand->SetGuidance(        << 
105     "and there is NO guarantee for the correct << 
106     "error message.");                         << 
107   suppressAbortionCommand->SetParameterName("l << 
108   suppressAbortionCommand->SetRange("level >=      96   suppressAbortionCommand->SetRange("level >= 0 && level <= 2");
109   suppressAbortionCommand->SetDefaultValue(0);     97   suppressAbortionCommand->SetDefaultValue(0);
110                                                    98 
111   verboseCommand = new G4UIcmdWithAnInteger("/ <<  99   verboseCommand = new G4UIcmdWithAnInteger("/control/verbose",this);
112   verboseCommand->SetGuidance("Applied command    100   verboseCommand->SetGuidance("Applied command will also be shown on screen.");
113   verboseCommand->SetGuidance("This command is    101   verboseCommand->SetGuidance("This command is useful with MACRO file.");
114   verboseCommand->SetGuidance("  0 : silent");    102   verboseCommand->SetGuidance("  0 : silent");
115   verboseCommand->SetGuidance("  1 : only the     103   verboseCommand->SetGuidance("  1 : only the valid commands are shown.");
116   verboseCommand->SetGuidance("  2 : comment l    104   verboseCommand->SetGuidance("  2 : comment lines are also shown (default).");
117   verboseCommand->SetParameterName("switch", t << 105   verboseCommand->SetParameterName("switch",true);
118   verboseCommand->SetRange("switch >= 0 && swi    106   verboseCommand->SetRange("switch >= 0 && switch <=2");
119   verboseCommand->SetDefaultValue(2);             107   verboseCommand->SetDefaultValue(2);
120                                                << 108   
121   doublePrecCommand = new G4UIcmdWithABool("/c << 109   historyCommand = new G4UIcmdWithAString("/control/saveHistory",this);
122   doublePrecCommand->SetGuidance(              << 
123     "Use double precision for printing out the << 
124   doublePrecCommand->SetParameterName("useDoub << 
125   doublePrecCommand->SetDefaultValue(true);    << 
126                                                << 
127   historyCommand = new G4UIcmdWithAString("/co << 
128   historyCommand->SetGuidance("Store command h    110   historyCommand->SetGuidance("Store command history to a file.");
129   historyCommand->SetGuidance("Defaul file nam    111   historyCommand->SetGuidance("Defaul file name is G4history.macro.");
130   historyCommand->SetParameterName("fileName", << 112   historyCommand->SetParameterName("fileName",true);
131   historyCommand->SetDefaultValue("G4History.m    113   historyCommand->SetDefaultValue("G4History.macro");
132   historyCommand->SetToBeBroadcasted(false);   << 114   
133                                                << 115   stopStoreHistoryCommand 
134   stopStoreHistoryCommand = new G4UIcmdWithout << 116     = new G4UIcmdWithoutParameter("/control/stopSavingHistory",this);
135   stopStoreHistoryCommand->SetGuidance("Stop s    117   stopStoreHistoryCommand->SetGuidance("Stop saving history file.");
136   stopStoreHistoryCommand->SetToBeBroadcasted( << 
137                                                   118 
138   aliasCommand = new G4UIcommand("/control/ali << 119   aliasCommand = new G4UIcommand("/control/alias",this);
139   aliasCommand->SetGuidance("Set an alias.");     120   aliasCommand->SetGuidance("Set an alias.");
140   aliasCommand->SetGuidance("String can be ali    121   aliasCommand->SetGuidance("String can be aliased by this command.");
141   aliasCommand->SetGuidance("The string may co    122   aliasCommand->SetGuidance("The string may contain one or more spaces,");
142   aliasCommand->SetGuidance("the string must b    123   aliasCommand->SetGuidance("the string must be enclosed by double quotes (\").");
143   aliasCommand->SetGuidance("To use an alias,     124   aliasCommand->SetGuidance("To use an alias, enclose the alias name with");
144   aliasCommand->SetGuidance("parenthesis \"{\" << 125   aliasCommand->SetGuidance("parenthis \"{\" and \"}\".");
145   auto* aliasNameParam = new G4UIparameter("al << 126   G4UIparameter* aliasNameParam = new G4UIparameter("aliasName",'s',false);
146   aliasCommand->SetParameter(aliasNameParam);     127   aliasCommand->SetParameter(aliasNameParam);
147   auto* aliasValueParam = new G4UIparameter("a << 128   G4UIparameter* aliasValueParam = new G4UIparameter("aliasValue",'s',false);
148   aliasCommand->SetParameter(aliasValueParam);    129   aliasCommand->SetParameter(aliasValueParam);
149                                                   130 
150   unaliasCommand = new G4UIcmdWithAString("/co << 131   unaliasCommand = new G4UIcmdWithAString("/control/unalias",this);
151   unaliasCommand->SetGuidance("Remove an alias    132   unaliasCommand->SetGuidance("Remove an alias.");
152   unaliasCommand->SetParameterName("aliasName" << 133   unaliasCommand->SetParameterName("aliasName",false);
153                                                   134 
154   listAliasCommand = new G4UIcmdWithoutParamet << 135   listAliasCommand = new G4UIcmdWithoutParameter("/control/listAlias",this);
155   listAliasCommand->SetGuidance("List aliases.    136   listAliasCommand->SetGuidance("List aliases.");
156                                                   137 
157   getEnvCmd = new G4UIcmdWithAString("/control << 138   getEnvCmd = new G4UIcmdWithAString("/control/getEnv",this);
158   getEnvCmd->SetGuidance("Get a shell environm    139   getEnvCmd->SetGuidance("Get a shell environment variable and define it as an alias.");
159   getEnvCmd->SetToBeBroadcasted(false);        << 
160                                                   140 
161   getValCmd = new G4UIcommand("/control/getVal << 141   getValCmd = new G4UIcommand("/control/getVal",this);
162   getValCmd->SetGuidance("Get the current valu    142   getValCmd->SetGuidance("Get the current value of the UI command and define it as an alias.");
163   getValCmd->SetGuidance(                      << 143   getValCmd->SetGuidance("Command is ignored if the UI command does not support GetCurrentValue().");
164     "Command is ignored if the UI command does << 144   getValCmd->SetGuidance(" Syntax : <alias_name> <UI_command>");
165   getValCmd->SetGuidance(" Syntax : <alias_nam << 145   G4UIparameter* aliName = new G4UIparameter("alias_name",'s',false);
166   auto* aliName = new G4UIparameter("alias_nam << 
167   getValCmd->SetParameter(aliName);               146   getValCmd->SetParameter(aliName);
168   auto* comName = new G4UIparameter("UI_comman << 147   G4UIparameter* comName = new G4UIparameter("UI_command",'s',false);
169   getValCmd->SetParameter(comName);               148   getValCmd->SetParameter(comName);
170   auto* iIdxParam = new G4UIparameter("iIdx",  << 
171   iIdxParam->SetDefaultValue(0);               << 
172   getValCmd->SetParameter(iIdxParam);          << 
173   getValCmd->SetToBeBroadcasted(false);        << 
174                                                << 
175   echoCmd = new G4UIcmdWithAString("/control/e << 
176   echoCmd->SetGuidance("Display the valueramet << 
177   echoCmd->SetGuidance("If alias is contained, << 
178                                                   149 
179   shellCommand = new G4UIcmdWithAString("/cont << 150   echoCmd = new G4UIcmdWithAString("/control/echo",this);
                                                   >> 151   echoCmd->SetGuidance("Display the aliased value.");
                                                   >> 152 
                                                   >> 153   shellCommand = new G4UIcmdWithAString("/control/shell",this);
180   shellCommand->SetGuidance("Execute a (Unix)     154   shellCommand->SetGuidance("Execute a (Unix) SHELL command.");
181   shellCommand->SetToBeBroadcasted(false);     << 
182                                                   155 
183   ManualCommand = new G4UIcmdWithAString("/con << 156   ManualCommand = new G4UIcmdWithAString("/control/manual",this);
184   ManualCommand->SetGuidance("Display all of s    157   ManualCommand->SetGuidance("Display all of sub-directories and commands.");
185   ManualCommand->SetGuidance("Directory path s    158   ManualCommand->SetGuidance("Directory path should be given by FULL-PATH.");
186   ManualCommand->SetParameterName("dirPath", t << 159   ManualCommand->SetParameterName("dirPath",true);
187   ManualCommand->SetDefaultValue("/");            160   ManualCommand->SetDefaultValue("/");
188   ManualCommand->SetToBeBroadcasted(false);       161   ManualCommand->SetToBeBroadcasted(false);
189                                                   162 
190   HTMLCommand = new G4UIcmdWithAString("/contr << 163   HTMLCommand = new G4UIcmdWithAString("/control/createHTML",this);
191   HTMLCommand->SetGuidance("Generate HTML file    164   HTMLCommand->SetGuidance("Generate HTML files for all of sub-directories and commands.");
192   HTMLCommand->SetGuidance("Directory path sho    165   HTMLCommand->SetGuidance("Directory path should be given by FULL-PATH.");
193   HTMLCommand->SetParameterName("dirPath", tru << 166   HTMLCommand->SetParameterName("dirPath",true);
194   HTMLCommand->SetDefaultValue("/");              167   HTMLCommand->SetDefaultValue("/");
195   HTMLCommand->SetToBeBroadcasted(false);         168   HTMLCommand->SetToBeBroadcasted(false);
196                                                   169 
197   maxStoredHistCommand = new G4UIcmdWithAnInte << 170   maxStoredHistCommand = new G4UIcmdWithAnInteger("/control/maximumStoredHistory",this);
198   maxStoredHistCommand->SetGuidance("Set maxim    171   maxStoredHistCommand->SetGuidance("Set maximum number of stored UI commands.");
199   maxStoredHistCommand->SetParameterName("max" << 172   maxStoredHistCommand->SetParameterName("max",true);
200   maxStoredHistCommand->SetDefaultValue(20);      173   maxStoredHistCommand->SetDefaultValue(20);
201                                                   174 
202   ifCommand = new G4UIcommand("/control/if", t << 175   ifCommand = new G4UIcommand("/control/if",this);
203   ifCommand->SetGuidance("Execute a macro file    176   ifCommand->SetGuidance("Execute a macro file if the expression is true.");
204   ifCommand->SetGuidance(" Syntax : <double> <    177   ifCommand->SetGuidance(" Syntax : <double> <comp> <double> <macro_file>");
205   auto* leftParam = new G4UIparameter("left",  << 178   G4UIparameter* leftParam = new G4UIparameter("left",'d',false);
206   ifCommand->SetParameter(leftParam);             179   ifCommand->SetParameter(leftParam);
207   auto* compParam = new G4UIparameter("comp",  << 180   G4UIparameter* compParam = new G4UIparameter("comp",'s',false);
208   compParam->SetParameterCandidates("> >= < <=    181   compParam->SetParameterCandidates("> >= < <= == !=");
209   ifCommand->SetParameter(compParam);             182   ifCommand->SetParameter(compParam);
210   auto* rightParam = new G4UIparameter("right" << 183   G4UIparameter* rightParam = new G4UIparameter("right",'d',false);
211   ifCommand->SetParameter(rightParam);            184   ifCommand->SetParameter(rightParam);
212   auto* macroFileParam = new G4UIparameter("ma << 185   G4UIparameter* macroFileParam = new G4UIparameter("aliasValue",'s',false);
213   ifCommand->SetParameter(macroFileParam);        186   ifCommand->SetParameter(macroFileParam);
214   ifCommand->SetToBeBroadcasted(false);           187   ifCommand->SetToBeBroadcasted(false);
215                                                   188 
216   doifCommand = new G4UIcommand("/control/doif << 189   doifCommand = new G4UIcommand("/control/doif",this);
217   doifCommand->SetGuidance("Execute a UI comma << 190   doifCommand->SetGuidance("Execute a macro file if the expression is true.");
218   doifCommand->SetGuidance(" Syntax : <double>    191   doifCommand->SetGuidance(" Syntax : <double> <comp> <double> <UI_command>");
219   auto* doleftParam = new G4UIparameter("left" << 192   G4UIparameter* doleftParam = new G4UIparameter("left",'d',false);
220   doifCommand->SetParameter(doleftParam);         193   doifCommand->SetParameter(doleftParam);
221   auto* docompParam = new G4UIparameter("comp" << 194   G4UIparameter* docompParam = new G4UIparameter("comp",'s',false);
222   docompParam->SetParameterCandidates("> >= <     195   docompParam->SetParameterCandidates("> >= < <= == !=");
223   doifCommand->SetParameter(docompParam);         196   doifCommand->SetParameter(docompParam);
224   auto* dorightParam = new G4UIparameter("righ << 197   G4UIparameter* dorightParam = new G4UIparameter("right",'d',false);
225   doifCommand->SetParameter(dorightParam);        198   doifCommand->SetParameter(dorightParam);
226   auto* comParam = new G4UIparameter("UI_comma << 199   G4UIparameter* comParam = new G4UIparameter("UI_command",'s',false);
227   doifCommand->SetParameter(comParam);            200   doifCommand->SetParameter(comParam);
228   doifCommand->SetToBeBroadcasted(false);         201   doifCommand->SetToBeBroadcasted(false);
229                                                   202 
230   addCommand = new G4UIcommand("/control/add", << 203   addCommand = new G4UIcommand("/control/add",this);
231   addCommand->SetGuidance("Define a new alias     204   addCommand->SetGuidance("Define a new alias as the sum of two values.");
232   addCommand->SetGuidance(" Syntax : <new_alia    205   addCommand->SetGuidance(" Syntax : <new_alias> <value1> <value2>");
233   addCommand->SetGuidance(" <new_alias> may be    206   addCommand->SetGuidance(" <new_alias> may be an already existing alias. If it is the case,");
234   addCommand->SetGuidance(" aliased value is a    207   addCommand->SetGuidance(" aliased value is alternated.");
235   auto* newAlias1 = new G4UIparameter("new_ali << 208   G4UIparameter* newAlias1 = new G4UIparameter("new_alias",'s',false);
236   addCommand->SetParameter(newAlias1);            209   addCommand->SetParameter(newAlias1);
237   auto* val1a = new G4UIparameter("value1", 'd << 210   G4UIparameter* val1a = new G4UIparameter("value1",'d',false);
238   addCommand->SetParameter(val1a);                211   addCommand->SetParameter(val1a);
239   auto* val1b = new G4UIparameter("value2", 'd << 212   G4UIparameter* val1b = new G4UIparameter("value2",'d',false);
240   addCommand->SetParameter(val1b);                213   addCommand->SetParameter(val1b);
241   addCommand->SetToBeBroadcasted(false);          214   addCommand->SetToBeBroadcasted(false);
242                                                   215 
243   subtractCommand = new G4UIcommand("/control/ << 216   subtractCommand = new G4UIcommand("/control/subtract",this);
244   subtractCommand->SetGuidance("Define a new a    217   subtractCommand->SetGuidance("Define a new alias as the subtraction of two values.");
245   subtractCommand->SetGuidance(" Syntax : <new    218   subtractCommand->SetGuidance(" Syntax : <new_alias> <value1> <value2>");
246   subtractCommand->SetGuidance(" <new_alias> m    219   subtractCommand->SetGuidance(" <new_alias> may be an already existing alias. If it is the case,");
247   subtractCommand->SetGuidance(" aliased value    220   subtractCommand->SetGuidance(" aliased value is alternated.");
248   auto* newAlias2 = new G4UIparameter("new_ali << 221   G4UIparameter* newAlias2 = new G4UIparameter("new_alias",'s',false);
249   subtractCommand->SetParameter(newAlias2);       222   subtractCommand->SetParameter(newAlias2);
250   auto* val2a = new G4UIparameter("value1", 'd << 223   G4UIparameter* val2a = new G4UIparameter("value1",'d',false);
251   subtractCommand->SetParameter(val2a);           224   subtractCommand->SetParameter(val2a);
252   auto* val2b = new G4UIparameter("value2", 'd << 225   G4UIparameter* val2b = new G4UIparameter("value2",'d',false);
253   subtractCommand->SetParameter(val2b);           226   subtractCommand->SetParameter(val2b);
254   subtractCommand->SetToBeBroadcasted(false);     227   subtractCommand->SetToBeBroadcasted(false);
255                                                   228 
256   multiplyCommand = new G4UIcommand("/control/ << 229   multiplyCommand = new G4UIcommand("/control/multiply",this);
257   multiplyCommand->SetGuidance("Define a new a << 230   multiplyCommand->SetGuidance("Define a new alias as the multiplification of two values.");
258   multiplyCommand->SetGuidance(" Syntax : <new    231   multiplyCommand->SetGuidance(" Syntax : <new_alias> <value1> <value2>");
259   multiplyCommand->SetGuidance(" <new_alias> m    232   multiplyCommand->SetGuidance(" <new_alias> may be an already existing alias. If it is the case,");
260   multiplyCommand->SetGuidance(" aliased value    233   multiplyCommand->SetGuidance(" aliased value is alternated.");
261   auto* newAlias3 = new G4UIparameter("new_ali << 234   G4UIparameter* newAlias3 = new G4UIparameter("new_alias",'s',false);
262   multiplyCommand->SetParameter(newAlias3);       235   multiplyCommand->SetParameter(newAlias3);
263   auto* val3a = new G4UIparameter("value1", 'd << 236   G4UIparameter* val3a = new G4UIparameter("value1",'d',false);
264   multiplyCommand->SetParameter(val3a);           237   multiplyCommand->SetParameter(val3a);
265   auto* val3b = new G4UIparameter("value2", 'd << 238   G4UIparameter* val3b = new G4UIparameter("value2",'d',false);
266   multiplyCommand->SetParameter(val3b);           239   multiplyCommand->SetParameter(val3b);
267   multiplyCommand->SetToBeBroadcasted(false);     240   multiplyCommand->SetToBeBroadcasted(false);
268                                                   241 
269   divideCommand = new G4UIcommand("/control/di << 242   divideCommand = new G4UIcommand("/control/divide",this);
270   divideCommand->SetGuidance("Define a new ali    243   divideCommand->SetGuidance("Define a new alias as the division of two values.");
271   divideCommand->SetGuidance(" Syntax : <new_a    244   divideCommand->SetGuidance(" Syntax : <new_alias> <value1> <value2>");
272   divideCommand->SetGuidance(" <new_alias> may    245   divideCommand->SetGuidance(" <new_alias> may be an already existing alias. If it is the case,");
273   divideCommand->SetGuidance(" aliased value i    246   divideCommand->SetGuidance(" aliased value is alternated.");
274   auto* newAlias4 = new G4UIparameter("new_ali << 247   G4UIparameter* newAlias4 = new G4UIparameter("new_alias",'s',false);
275   divideCommand->SetParameter(newAlias4);         248   divideCommand->SetParameter(newAlias4);
276   auto* val4a = new G4UIparameter("value1", 'd << 249   G4UIparameter* val4a = new G4UIparameter("value1",'d',false);
277   divideCommand->SetParameter(val4a);             250   divideCommand->SetParameter(val4a);
278   auto* val4b = new G4UIparameter("value2", 'd << 251   G4UIparameter* val4b = new G4UIparameter("value2",'d',false);
279   val4b->SetParameterRange("value2 != 0.");       252   val4b->SetParameterRange("value2 != 0.");
280   divideCommand->SetParameter(val4b);             253   divideCommand->SetParameter(val4b);
281   divideCommand->SetToBeBroadcasted(false);       254   divideCommand->SetToBeBroadcasted(false);
282                                                   255 
283   remainderCommand = new G4UIcommand("/control << 256   remainderCommand = new G4UIcommand("/control/remainder",this);
284   remainderCommand->SetGuidance("Define a new     257   remainderCommand->SetGuidance("Define a new alias as the remainder of two values.");
285   remainderCommand->SetGuidance(" Syntax : <ne    258   remainderCommand->SetGuidance(" Syntax : <new_alias> <value1> <value2>");
286   remainderCommand->SetGuidance(               << 259   remainderCommand->SetGuidance(" <new_alias> may be an already existing alias. If it is the case,");
287     " <new_alias> may be an already existing a << 
288   remainderCommand->SetGuidance(" aliased valu    260   remainderCommand->SetGuidance(" aliased value is alternated.");
289   auto* newAlias5 = new G4UIparameter("new_ali << 261   G4UIparameter* newAlias5 = new G4UIparameter("new_alias",'s',false);
290   remainderCommand->SetParameter(newAlias5);      262   remainderCommand->SetParameter(newAlias5);
291   auto* val5a = new G4UIparameter("value1", 'i << 263   G4UIparameter* val5a = new G4UIparameter("value1",'i',false);
292   remainderCommand->SetParameter(val5a);          264   remainderCommand->SetParameter(val5a);
293   auto* val5b = new G4UIparameter("value2", 'i << 265   G4UIparameter* val5b = new G4UIparameter("value2",'i',false);
294   val4b->SetParameterRange("value2 != 0");        266   val4b->SetParameterRange("value2 != 0");
295   remainderCommand->SetParameter(val5b);          267   remainderCommand->SetParameter(val5b);
296   remainderCommand->SetToBeBroadcasted(false);    268   remainderCommand->SetToBeBroadcasted(false);
297                                                   269 
298   strifCommand = new G4UIcommand("/control/str << 
299   strifCommand->SetGuidance("Execute a macro f << 
300   strifCommand->SetGuidance(" Syntax : <string << 
301   auto* strleftParam = new G4UIparameter("left << 
302   strifCommand->SetParameter(strleftParam);    << 
303   auto* strcompParam = new G4UIparameter("comp << 
304   strcompParam->SetParameterCandidates("== !=" << 
305   strifCommand->SetParameter(strcompParam);    << 
306   auto* strrightParam = new G4UIparameter("rig << 
307   strifCommand->SetParameter(strrightParam);   << 
308   auto* strmacroFileParam = new G4UIparameter( << 
309   strifCommand->SetParameter(strmacroFileParam << 
310   strifCommand->SetToBeBroadcasted(false);     << 
311                                                << 
312   strdoifCommand = new G4UIcommand("/control/s << 
313   strdoifCommand->SetGuidance("Execute a UI co << 
314   strdoifCommand->SetGuidance(" Syntax : <stri << 
315   auto* strdoleftParam = new G4UIparameter("le << 
316   strdoifCommand->SetParameter(strdoleftParam) << 
317   auto* strdocompParam = new G4UIparameter("co << 
318   strdocompParam->SetParameterCandidates("== ! << 
319   strdoifCommand->SetParameter(strdocompParam) << 
320   auto* strdorightParam = new G4UIparameter("r << 
321   strdoifCommand->SetParameter(strdorightParam << 
322   auto* strdomacroFileParam = new G4UIparamete << 
323   strdoifCommand->SetParameter(strdomacroFileP << 
324   strdoifCommand->SetToBeBroadcasted(false);   << 
325                                                << 
326   ifBatchCommand = new G4UIcmdWithAString("/co << 
327   ifBatchCommand->SetGuidance("Execute a macro << 
328   ifBatchCommand->SetParameterName("macroFile" << 
329   ifBatchCommand->SetToBeBroadcasted(false);   << 
330                                                << 
331   ifInteractiveCommand = new G4UIcmdWithAStrin << 
332   ifInteractiveCommand->SetGuidance(           << 
333     "Execute a macro file if program is runnin << 
334   ifInteractiveCommand->SetParameterName("macr << 
335   ifInteractiveCommand->SetToBeBroadcasted(fal << 
336                                                << 
337   doifBatchCommand = new G4UIcmdWithAString("/ << 
338   doifBatchCommand->SetGuidance("Execute a UI  << 
339   doifBatchCommand->SetParameterName("UIcomman << 
340   doifBatchCommand->SetToBeBroadcasted(false); << 
341                                                << 
342   doifInteractiveCommand = new G4UIcmdWithAStr << 
343   doifInteractiveCommand->SetGuidance(         << 
344     "Execute a UI command if program is runnin << 
345   doifInteractiveCommand->SetParameterName("UI << 
346   doifInteractiveCommand->SetToBeBroadcasted(f << 
347 }                                                 270 }
348                                                   271 
349 // ------------------------------------------- << 
350 G4UIcontrolMessenger::~G4UIcontrolMessenger()     272 G4UIcontrolMessenger::~G4UIcontrolMessenger()
351 {                                                 273 {
352   delete macroPathCommand;                        274   delete macroPathCommand;
353   delete ExecuteCommand;                          275   delete ExecuteCommand;
354   delete suppressAbortionCommand;                 276   delete suppressAbortionCommand;
355   delete verboseCommand;                          277   delete verboseCommand;
356   delete doublePrecCommand;                    << 
357   delete historyCommand;                          278   delete historyCommand;
358   delete stopStoreHistoryCommand;                 279   delete stopStoreHistoryCommand;
359   delete ManualCommand;                           280   delete ManualCommand;
360   delete aliasCommand;                            281   delete aliasCommand;
361   delete unaliasCommand;                          282   delete unaliasCommand;
362   delete listAliasCommand;                        283   delete listAliasCommand;
363   delete getEnvCmd;                               284   delete getEnvCmd;
364   delete getValCmd;                               285   delete getValCmd;
365   delete echoCmd;                                 286   delete echoCmd;
366   delete shellCommand;                            287   delete shellCommand;
367   delete loopCommand;                             288   delete loopCommand;
368   delete foreachCommand;                       << 289   delete foreachCommand; 
369   delete HTMLCommand;                             290   delete HTMLCommand;
370   delete maxStoredHistCommand;                    291   delete maxStoredHistCommand;
371   delete ifCommand;                               292   delete ifCommand;
372   delete doifCommand;                             293   delete doifCommand;
373   delete addCommand;                              294   delete addCommand;
374   delete subtractCommand;                         295   delete subtractCommand;
375   delete multiplyCommand;                         296   delete multiplyCommand;
376   delete divideCommand;                           297   delete divideCommand;
377   delete remainderCommand;                        298   delete remainderCommand;
378   delete strifCommand;                         << 299 
379   delete strdoifCommand;                       << 
380   delete ifBatchCommand;                       << 
381   delete ifInteractiveCommand;                 << 
382   delete doifBatchCommand;                     << 
383   delete doifInteractiveCommand;               << 
384   delete controlDirectory;                        300   delete controlDirectory;
385 }                                                 301 }
386                                                   302 
387 // ------------------------------------------- << 303 void G4UIcontrolMessenger::SetNewValue(G4UIcommand * command,G4String newValue)
388 void G4UIcontrolMessenger::SetNewValue(G4UIcom << 
389 {                                                 304 {
390   G4UImanager* UI = G4UImanager::GetUIpointer( << 305   G4UImanager * UI = G4UImanager::GetUIpointer();
391                                                   306 
392   if (command == macroPathCommand) {           << 307   if( command == macroPathCommand) {
393     UI->SetMacroSearchPath(newValue);          << 308     UI-> SetMacroSearchPath(newValue);
394     UI->ParseMacroSearchPath();                << 309     UI-> ParseMacroSearchPath();
395   }                                            << 310   }  
396   if (command == ExecuteCommand) {             << 311   if(command==ExecuteCommand)
397     command->ResetFailure();                   << 312   {
398     UI->ExecuteMacroFile(UI->FindMacroPath(new << 313     UI-> ExecuteMacroFile(UI-> FindMacroPath(newValue));
399     if (UI->GetLastReturnCode() != 0) {        << 314   }
400       G4ExceptionDescription ed;               << 315   if(command==suppressAbortionCommand)
401       ed << "Command aborted (" << UI->GetLast << 316   {
402       command->CommandFailed(UI->GetLastReturn << 317     G4StateManager::GetStateManager()->SetSuppressAbortion(suppressAbortionCommand->GetNewIntValue(newValue));
403     }                                          << 
404   }                                            << 
405   if (command == suppressAbortionCommand) {    << 
406     G4StateManager::GetStateManager()->SetSupp << 
407       suppressAbortionCommand->GetNewIntValue( << 
408   }                                               318   }
409   if (command == verboseCommand) {             << 319   if(command==verboseCommand)
                                                   >> 320   {
410     UI->SetVerboseLevel(verboseCommand->GetNew    321     UI->SetVerboseLevel(verboseCommand->GetNewIntValue(newValue));
411   }                                               322   }
412   if (command == doublePrecCommand) {          << 323   if(command==historyCommand)
413     G4UImanager::UseDoublePrecisionStr(doubleP << 324   {
414   }                                            << 325     UI->StoreHistory(newValue);
415   if (command == historyCommand) {             << 326   }
416     UI->StoreHistory(newValue);                << 327   if(command==stopStoreHistoryCommand)
                                                   >> 328   {
                                                   >> 329     UI->StoreHistory(false);
417   }                                               330   }
418   if (command == stopStoreHistoryCommand) {    << 331   if(command==ManualCommand)
419     UI->StoreHistory(false);                   << 332   {
420   }                                            << 
421   if (command == ManualCommand) {              << 
422     UI->ListCommands(newValue);                   333     UI->ListCommands(newValue);
423   }                                               334   }
424   if (command == aliasCommand) {               << 335   if(command==aliasCommand)
                                                   >> 336   {
425     UI->SetAlias(newValue);                       337     UI->SetAlias(newValue);
426   }                                               338   }
427   if (command == unaliasCommand) {             << 339   if(command==unaliasCommand)
                                                   >> 340   {
428     UI->RemoveAlias(newValue);                    341     UI->RemoveAlias(newValue);
429   }                                               342   }
430   if (command == listAliasCommand) {           << 343   if(command==listAliasCommand)
                                                   >> 344   {
431     UI->ListAlias();                              345     UI->ListAlias();
432   }                                               346   }
433   if (command == getEnvCmd) {                  << 347   if(command==getEnvCmd)
434     command->ResetFailure();                   << 348   {
435     if (std::getenv(newValue) != nullptr) {    << 349     if(getenv(newValue))
436       G4String st = newValue;                  << 350     { 
                                                   >> 351       G4String st = "/control/alias ";
                                                   >> 352       st += newValue;
437       st += " ";                                  353       st += " ";
438       st += std::getenv(newValue);             << 354       st += getenv(newValue);
439       UI->SetAlias(st.c_str());                << 355       UI->ApplyCommand(st);
440     }                                          << 
441     else {                                     << 
442       G4ExceptionDescription ed;               << 
443       ed << "<" << newValue << "> is not defin << 
444       command->CommandFailed(ed);              << 
445     }                                             356     }
                                                   >> 357     else
                                                   >> 358     { G4cerr << "<" << newValue << "> is not defined as a shell variable. Command ignored." << G4endl; }
446   }                                               359   }
447   if (command == getValCmd) {                  << 360   if(command==getValCmd)
                                                   >> 361   {
448     G4Tokenizer next(newValue);                   362     G4Tokenizer next(newValue);
449     const G4String& aliName = next();          << 363     G4String aliName = next();
450     const G4String& com = next();              << 364     G4String com = next();
451     const G4String& curVal = UI->GetCurrentVal << 365     G4String curVal = UI->GetCurrentValues(com);
452     if (!(curVal.empty())) {                   << 366     if(!(curVal.isNull()))
453       G4String theValue = curVal;              << 367     { 
454       G4String iIdx = next();                  << 
455       if (!(iIdx.empty())) {                   << 
456         G4int idx = StoI(iIdx);                << 
457         G4Tokenizer nextVal(curVal);           << 
458         for (G4int i = 0; i <= idx; i++) {     << 
459           theValue = nextVal();                << 
460         }                                      << 
461       }                                        << 
462       G4String st = "/control/alias ";            368       G4String st = "/control/alias ";
463       st += aliName + " " + theValue;          << 369       st += aliName + " " + curVal;
464       UI->ApplyCommand(st);                       370       UI->ApplyCommand(st);
465     }                                             371     }
466   }                                               372   }
467   if (command == echoCmd) {                    << 373   if(command==echoCmd)
468     G4cout << UI->SolveAlias(newValue) << G4en << 374   { G4cout << UI->SolveAlias(newValue) << G4endl; }
                                                   >> 375   if(command==shellCommand)
                                                   >> 376   {
                                                   >> 377     system(newValue);
469   }                                               378   }
470   if (command == shellCommand) {               << 379   if(command==loopCommand)
471     command->ResetFailure();                   << 380   {
472     G4int rc = system(newValue);               << 
473     if (rc < 0) {                              << 
474       G4ExceptionDescription ed;               << 
475       ed << "<" << newValue << "> is not a val << 
476       command->CommandFailed(ed);              << 
477     }                                          << 
478   }                                            << 
479   if (command == loopCommand) {                << 
480     command->ResetFailure();                   << 
481     UI->LoopS(newValue);                          381     UI->LoopS(newValue);
482     if (UI->GetLastReturnCode() != 0) {        << 
483       G4ExceptionDescription ed;               << 
484       ed << "Command aborted (" << UI->GetLast << 
485       command->CommandFailed(UI->GetLastReturn << 
486     }                                          << 
487   }                                               382   }
488   if (command == foreachCommand) {             << 383   if(command==foreachCommand)
489     command->ResetFailure();                   << 384   {
490     UI->ForeachS(newValue);                       385     UI->ForeachS(newValue);
491     if (UI->GetLastReturnCode() != 0) {        << 
492       G4ExceptionDescription ed;               << 
493       ed << "Command aborted (" << UI->GetLast << 
494       command->CommandFailed(UI->GetLastReturn << 
495     }                                          << 
496   }                                               386   }
497   if (command == HTMLCommand) {                << 387   if(command==HTMLCommand)
                                                   >> 388   {
498     UI->CreateHTML(newValue);                     389     UI->CreateHTML(newValue);
499   }                                               390   }
500   if (command == maxStoredHistCommand) {       << 391   if(command==maxStoredHistCommand)
                                                   >> 392   {
501     UI->SetMaxHistSize(maxStoredHistCommand->G    393     UI->SetMaxHistSize(maxStoredHistCommand->GetNewIntValue(newValue));
502   }                                               394   }
503   if (command == ifCommand) {                  << 395   if(command==ifCommand)
                                                   >> 396   {
504     G4Tokenizer next(newValue);                   397     G4Tokenizer next(newValue);
505     G4double l = StoD(next());                    398     G4double l = StoD(next());
506     const G4String& comp = next();             << 399     G4String comp = next();
507     G4double r = StoD(next());                    400     G4double r = StoD(next());
508     const G4String& mac = next();              << 401     G4String mac = next();
509     G4bool x = false;                             402     G4bool x = false;
510     if (comp == ">") {                         << 403     if(comp==">") x = (l>r);
511       x = (l > r);                             << 404     else if(comp==">=") x = (l>=r);
512     }                                          << 405     else if(comp=="<") x = (l<r);
513     else if (comp == ">=") {                   << 406     else if(comp=="<=") x = (l<=r);
514       x = (l >= r);                            << 407     else if(comp=="==") x = (l==r);
515     }                                          << 408     else if(comp=="!=") x = (l!=r);
516     else if (comp == "<") {                    << 409     if(x) UI->ExecuteMacroFile(mac);
517       x = (l < r);                             << 
518     }                                          << 
519     else if (comp == "<=") {                   << 
520       x = (l <= r);                            << 
521     }                                          << 
522     else if (comp == "==") {                   << 
523       x = (l == r);                            << 
524     }                                          << 
525     else if (comp == "!=") {                   << 
526       x = (l != r);                            << 
527     }                                          << 
528     if (x) {                                   << 
529       UI->ExecuteMacroFile(UI->FindMacroPath(m << 
530     }                                          << 
531   }                                               410   }
532   if (command == doifCommand) {                << 411   if(command==doifCommand)
                                                   >> 412   {
533     G4Tokenizer next(newValue);                   413     G4Tokenizer next(newValue);
534     G4double l = StoD(next());                    414     G4double l = StoD(next());
535     const G4String& comp = next();             << 415     G4String comp = next();
536     G4double r = StoD(next());                    416     G4double r = StoD(next());
537                                                   417 
538     G4String c1 = next();                         418     G4String c1 = next();
539     G4String ca;                                  419     G4String ca;
540     while (!((ca = next()).empty())) {         << 420     while(!((ca=next()).isNull()))
                                                   >> 421     {
541       c1 += " ";                                  422       c1 += " ";
542       c1 += ca;                                   423       c1 += ca;
543     }                                             424     }
544     if (c1[0] == '"') {                        << 425     if(c1(0)=='"')
                                                   >> 426     {
545       G4String strippedValue;                     427       G4String strippedValue;
546       if (c1.back() == '"') {                  << 428       if(c1(c1.length()-1)=='"')
547         strippedValue = c1.substr(1, c1.length << 429       { strippedValue = c1(1,c1.length()-2); }
548       }                                        << 430       else
549       else {                                   << 431       { strippedValue = c1(1,c1.length()-1); }
550         strippedValue = c1.substr(1, c1.length << 432       c1 = strippedValue;
551       }                                        << 
552       c1 = std::move(strippedValue);           << 
553     }                                             433     }
554                                                   434 
555     G4bool x = false;                             435     G4bool x = false;
556     if (comp == ">") {                         << 436     if(comp==">") x = (l>r);
557       x = (l > r);                             << 437     else if(comp==">=") x = (l>=r);
558     }                                          << 438     else if(comp=="<") x = (l<r);
559     else if (comp == ">=") {                   << 439     else if(comp=="<=") x = (l<=r);
560       x = (l >= r);                            << 440     else if(comp=="==") x = (l==r);
561     }                                          << 441     else if(comp=="!=") x = (l!=r);
562     else if (comp == "<") {                    << 442     if(x) UI->ApplyCommand(c1);
563       x = (l < r);                             << 
564     }                                          << 
565     else if (comp == "<=") {                   << 
566       x = (l <= r);                            << 
567     }                                          << 
568     else if (comp == "==") {                   << 
569       x = (l == r);                            << 
570     }                                          << 
571     else if (comp == "!=") {                   << 
572       x = (l != r);                            << 
573     }                                          << 
574     if (x) {                                   << 
575       UI->ApplyCommand(c1);                    << 
576     }                                          << 
577   }                                               443   }
578   if (command == addCommand) {                 << 444   if(command==addCommand)
                                                   >> 445   {
579     G4Tokenizer next(newValue);                   446     G4Tokenizer next(newValue);
580     const G4String& newA = next();             << 447     G4String newA = next();
581     G4double l = StoD(next());                    448     G4double l = StoD(next());
582     G4double r = StoD(next());                    449     G4double r = StoD(next());
583     G4String st = "/control/alias ";              450     G4String st = "/control/alias ";
584     st += newA;                                   451     st += newA;
585     st += " ";                                    452     st += " ";
586     st += DtoS(l + r);                         << 453     st += DtoS(l+r);
587     UI->ApplyCommand(st);                         454     UI->ApplyCommand(st);
588   }                                               455   }
589   if (command == subtractCommand) {            << 456   if(command==subtractCommand)
                                                   >> 457   {
590     G4Tokenizer next(newValue);                   458     G4Tokenizer next(newValue);
591     const G4String& newA = next();             << 459     G4String newA = next();
592     G4double l = StoD(next());                    460     G4double l = StoD(next());
593     G4double r = StoD(next());                    461     G4double r = StoD(next());
594     G4String st = "/control/alias ";              462     G4String st = "/control/alias ";
595     st += newA;                                   463     st += newA;
596     st += " ";                                    464     st += " ";
597     st += DtoS(l - r);                         << 465     st += DtoS(l-r);
598     UI->ApplyCommand(st);                         466     UI->ApplyCommand(st);
599   }                                               467   }
600   if (command == multiplyCommand) {            << 468   if(command==multiplyCommand)
                                                   >> 469   {
601     G4Tokenizer next(newValue);                   470     G4Tokenizer next(newValue);
602     const G4String& newA = next();             << 471     G4String newA = next();
603     G4double l = StoD(next());                    472     G4double l = StoD(next());
604     G4double r = StoD(next());                    473     G4double r = StoD(next());
605     G4String st = "/control/alias ";              474     G4String st = "/control/alias ";
606     st += newA;                                   475     st += newA;
607     st += " ";                                    476     st += " ";
608     st += DtoS(l * r);                         << 477     st += DtoS(l*r);
609     UI->ApplyCommand(st);                         478     UI->ApplyCommand(st);
610   }                                               479   }
611   if (command == divideCommand) {              << 480   if(command==divideCommand)
                                                   >> 481   {
612     G4Tokenizer next(newValue);                   482     G4Tokenizer next(newValue);
613     const G4String& newA = next();             << 483     G4String newA = next();
614     G4double l = StoD(next());                    484     G4double l = StoD(next());
615     G4double r = StoD(next());                    485     G4double r = StoD(next());
616     G4String st = "/control/alias ";              486     G4String st = "/control/alias ";
617     st += newA;                                   487     st += newA;
618     st += " ";                                    488     st += " ";
619     st += DtoS(l / r);                         << 489     st += DtoS(l/r);
620     UI->ApplyCommand(st);                         490     UI->ApplyCommand(st);
621   }                                               491   }
622   if (command == remainderCommand) {           << 492   if(command==remainderCommand)
                                                   >> 493   {
623     G4Tokenizer next(newValue);                   494     G4Tokenizer next(newValue);
624     const G4String& newA = next();             << 495     G4String newA = next();
625     G4int l = StoI(next());                       496     G4int l = StoI(next());
626     G4int r = StoI(next());                       497     G4int r = StoI(next());
627     G4String st = "/control/alias ";              498     G4String st = "/control/alias ";
628     st += newA;                                   499     st += newA;
629     st += " ";                                    500     st += " ";
630     st += DtoS(l % r);                         << 501     st += DtoS(l%r);
631     UI->ApplyCommand(st);                         502     UI->ApplyCommand(st);
632   }                                               503   }
633   if (command == strifCommand) {               << 
634     G4Tokenizer next(newValue);                << 
635     const G4String& l = next();                << 
636     const G4String& comp = next();             << 
637     const G4String& r = next();                << 
638     const G4String& mac = next();              << 
639     G4bool x = false;                          << 
640     if (comp == "==") {                        << 
641       x = (l == r);                            << 
642     }                                          << 
643     else if (comp == "!=") {                   << 
644       x = (l != r);                            << 
645     }                                          << 
646     if (x) {                                   << 
647       UI->ExecuteMacroFile(UI->FindMacroPath(m << 
648     }                                          << 
649   }                                            << 
650   if (command == strdoifCommand) {             << 
651     G4Tokenizer next(newValue);                << 
652     const G4String& l = next();                << 
653     const G4String& comp = next();             << 
654     const G4String& r = next();                << 
655                                                << 
656     G4String c1 = next();                      << 
657     G4String ca;                               << 
658     while (!((ca = next()).empty())) {         << 
659       c1 += " ";                               << 
660       c1 += ca;                                << 
661     }                                          << 
662     if (c1[0] == '"') {                        << 
663       G4String strippedValue;                  << 
664       if (c1.back() == '"') {                  << 
665         strippedValue = c1.substr(1, c1.length << 
666       }                                        << 
667       else {                                   << 
668         strippedValue = c1.substr(1, c1.length << 
669       }                                        << 
670       c1 = std::move(strippedValue);           << 
671     }                                          << 
672                                                << 
673     G4bool x = false;                          << 
674     if (comp == "==") {                        << 
675       x = (l == r);                            << 
676     }                                          << 
677     else if (comp == "!=") {                   << 
678       x = (l != r);                            << 
679     }                                          << 
680     if (x) {                                   << 
681       UI->ApplyCommand(c1);                    << 
682     }                                          << 
683   }                                            << 
684   if (command == ifBatchCommand) {             << 
685     if (G4UIsession::InSession() == 0) {       << 
686       UI->ExecuteMacroFile(UI->FindMacroPath(n << 
687     }                                          << 
688   }                                            << 
689   if (command == ifInteractiveCommand) {       << 
690     if (G4UIsession::InSession() > 0) {        << 
691       UI->ExecuteMacroFile(UI->FindMacroPath(n << 
692     }                                          << 
693   }                                            << 
694   if (command == doifBatchCommand) {           << 
695     if (G4UIsession::InSession() == 0) {       << 
696       UI->ApplyCommand(newValue);              << 
697     }                                          << 
698   }                                            << 
699   if (command == doifInteractiveCommand) {     << 
700     if (G4UIsession::InSession() > 0) {        << 
701       UI->ApplyCommand(newValue);              << 
702     }                                          << 
703   }                                            << 
704 }                                                 504 }
705                                                   505 
706 // ------------------------------------------- << 506 G4String G4UIcontrolMessenger::GetCurrentValue(G4UIcommand * command)
707 G4String G4UIcontrolMessenger::GetCurrentValue << 
708 {                                                 507 {
709   G4UImanager* UI = G4UImanager::GetUIpointer( << 508   G4UImanager * UI = G4UImanager::GetUIpointer();
710   G4String currentValue;                          509   G4String currentValue;
711                                                << 510   
712   if (command == macroPathCommand) {           << 511   if( command == macroPathCommand ) {
713     currentValue = UI->GetMacroSearchPath();   << 512     currentValue = UI-> GetMacroSearchPath();
714   }                                               513   }
715   if (command == verboseCommand) {             << 514   if(command==verboseCommand)
                                                   >> 515   {
716     currentValue = verboseCommand->ConvertToSt    516     currentValue = verboseCommand->ConvertToString(UI->GetVerboseLevel());
717   }                                               517   }
718   if (command == doublePrecCommand) {          << 518   if(command==suppressAbortionCommand)
719     currentValue = doublePrecCommand->ConvertT << 519   {
720   }                                            << 520     currentValue = suppressAbortionCommand->ConvertToString(G4StateManager::GetStateManager()->GetSuppressAbortion());
721   if (command == suppressAbortionCommand) {    << 
722     currentValue = suppressAbortionCommand->Co << 
723       G4StateManager::GetStateManager()->GetSu << 
724   }                                               521   }
725   if (command == maxStoredHistCommand) {       << 522   if(command==maxStoredHistCommand)
                                                   >> 523   {
726     currentValue = maxStoredHistCommand->Conve    524     currentValue = maxStoredHistCommand->ConvertToString(UI->GetMaxHistSize());
727   }                                               525   }
728                                                << 526   
729   return currentValue;                            527   return currentValue;
730 }                                                 528 }
                                                   >> 529 
                                                   >> 530 
731                                                   531