124{
125 if (command == listCmd) {
126
130
131 while ((*piter)())
132 {
134 if ((newValues ==
"all") || (newValues == particle->
GetParticleType())) {
136 if ((counter++) % 4 == 3) {
138 }
139 else {
141 }
142 }
143 }
145 if (counter == 0) {
147 }
148
149
150
153 while ((*piter)())
154 {
157 }
159 }
160 else if (command == selectCmd) {
161
163 }
164 else if (command == findCmd) {
165
167 if (tmp == nullptr) {
168 G4cout <<
"Unknown particle [" << newValues <<
"]. Command ignored." <<
G4endl;
169 }
170 else {
173 }
174 }
175 else if (command == createAllIonCmd) {
176
178 }
179 else if (command == createAllIsomerCmd) {
180
182 }
183 else if (command == verboseCmd) {
184
186 }
187}
G4GLOB_DLL std::ostream G4cout
const G4String & GetParticleType() const
G4IonTable * GetIonTable() const
G4ParticleDefinition * FindParticle(G4int PDGEncoding)
void SetVerboseLevel(G4int value)
void SelectParticle(const G4String &name)
static G4int GetNewIntValue(const char *paramString)