92 G4cerr <<
"Illegal application state - Scan() ignored." <<
G4endl;
171 G4cout <<
" Theta(deg) Phi(deg) Length(mm) x0 lambda0" <<
G4endl;
179 std::cos(theta)*std::sin(phi),
189 << std::setw(11) << theta/
deg <<
" "
190 << std::setw(11) << phi/
deg <<
" "
191 << std::setw(11) << length/
mm <<
" "
192 << std::setw(11) << x0 <<
" "
193 << std::setw(11) << lambda <<
G4endl;
194 aveLength += length/
mm;
201 G4cout <<
" ave. for theta = " << std::setw(11) << theta/
deg <<
" : "
202 << std::setw(11) << aveLength/nPhi <<
" "
203 << std::setw(11) << aveX0/nPhi <<
" "
204 << std::setw(11) << aveLambda/nPhi <<
G4endl;
223 G4cerr <<
"Region <" << val <<
"> not found. Command ignored." <<
G4endl;