163{
164
165 if ( command == fSetActivationAllCmd.get() ) {
166 fManager.
SetActivation(fSetActivationAllCmd->GetNewBoolValue(newValues));
167 return;
168 }
169
170 if ( command == fSetPlottingAllCmd.get() ) {
171 fManager.
SetPlotting(fSetPlottingAllCmd->GetNewBoolValue(newValues));
172 return;
173 }
174
175 if ( command == fSetFileNameAllCmd.get() ) {
177 return;
178 }
179
180
181 std::vector<G4String> parameters;
183
185
188 "\" parameters: " + std::to_string(parameters.size()) +
190 fkClass, "WarnAboutParameters");
191 return;
192 }
193
194 auto counter = 0;
196
197 if ( command == fSetAsciiCmd.get() ) {
199 return;
200 }
201
202 if ( command == fSetActivationCmd.get() ) {
204 return;
205 }
206
207 if ( command == fSetPlottingCmd.get() ) {
209 return;
210 }
211
212 if ( command == fSetFileNameCmd.get() ) {
214 return;
215 }
216}
void SetActivation(G4bool activation)
void SetFileName(G4int id, const G4String &fileName)
void SetAscii(G4int id, G4bool ascii)
void SetPlotting(G4int id, G4bool plotting)
std::size_t GetParameterEntries() const
static G4int ConvertToInt(const char *st)
static G4bool ConvertToBool(const char *st)
const G4String & GetCommandName() const
void Tokenize(const G4String &line, std::vector< G4String > &tokens)
void Warn(const G4String &message, const std::string_view inClass, const std::string_view inFunction)