151{
152 if ( command == fSetActivationCmd.get() ) {
153
154 std::vector<G4String> parameters;
156
158 auto counter = 0;
162 }
163 else {
164
167 }
168 }
169 else if ( command == fSetActivationAllCmd.get() ) {
170 auto activation = fSetActivationAllCmd->GetNewBoolValue(newValues);
172 }
173 else if ( command == fSetFileNameCmd.get() ) {
174
175 std::vector<G4String> parameters;
177
179 auto counter = 0;
181 auto fileName = parameters[counter++];
183 }
184 else {
185
188 }
189 }
190 else if ( command == fSetFileNameAllCmd.get() ) {
191 auto fileName = newValues;
193 }
194}
std::size_t GetParameterEntries() const
static G4int ConvertToInt(const char *st)
static G4bool ConvertToBool(const char *st)
const G4String & GetCommandName() const
void SetNtupleFileName(const G4String &fileName)
void SetNtupleActivation(G4bool activation)
void Tokenize(const G4String &line, std::vector< G4String > &tokens)