33 #include "DetectorConstruction.hh"
34 #include "DetectorMessenger.hh"
243 G4cout <<
"\n-------------------------------------------------------------"
244 <<
"\n ---> The Absorber is " <<
fNbOfAbsor <<
" layers of:";
251 G4cout <<
"\n-------------------------------------------------------------\n"
262 {
G4cout <<
"\n ---> warning from SetfNbOfAbsor: "
263 << ival <<
" must be at least 1 and and most " <<
kMaxAbsor-1
264 <<
". Command refused" <<
G4endl;
277 if (iabs > fNbOfAbsor || iabs <= 0)
278 {
G4cout <<
"\n --->warning from SetfAbsorMaterial: absor number "
279 << iabs <<
" out of range. Command refused" <<
G4endl;
297 if (iabs > fNbOfAbsor || iabs <= 0)
298 {
G4cout <<
"\n --->warning from SetfAbsorThickness: absor number "
299 << iabs <<
" out of range. Command refused" <<
G4endl;
303 {
G4cout <<
"\n --->warning from SetfAbsorThickness: thickness "
304 << val <<
" out of range. Command refused" <<
G4endl;
318 {
G4cout <<
"\n --->warning from SetfAbsorSizeYZ: thickness "
319 << val <<
" out of range. Command refused" <<
G4endl;
332 if (iabs > fNbOfAbsor || iabs < 1)
333 {
G4cout <<
"\n --->warning from SetNbOfDivisions: absor number "
334 << iabs <<
" out of range. Command refused" <<
G4endl;
339 {
G4cout <<
"\n --->warning from SetNbOfDivisions: "
340 << ival <<
" must be at least 1. Command refused" <<
G4endl;