238 std::istringstream str (newValue) ;
239 str >> particleName >> cut >> unit ;
246 std::istringstream is(newValue);
250 is >> regName >> cVal >> uniName;
252 ed <<
"illegal arguments : " << newValue;
272 ed <<
" Particle is not found : " << newValue;
278 ed <<
" Particle is not initialized : " << newValue;
288 ed <<
" Particle is not found : " << newValue;
299 if ((newValue ==
"OFF") || (newValue ==
"off") ){
317 G4bool flag = (temp ==
"true" || temp==
"TRUE");