33 #include "DetectorConstruction.hh"
34 #include "DetectorMessenger.hh"
239 G4cout <<
"\n-------------------------------------------------------------"
240 <<
"\n ---> The Absorber is " <<
fNbOfAbsor <<
" layers of:";
246 G4cout <<
"\n-------------------------------------------------------------\n"
257 {
G4cout <<
"\n ---> warning from SetfNbOfAbsor: "
258 << ival <<
" must be at least 1 and and most " <<
kMaxAbsor-1
259 <<
". Command refused" <<
G4endl;
272 if (iabs > fNbOfAbsor || iabs <= 0)
273 {
G4cout <<
"\n --->warning from SetfAbsorMaterial: absor number "
274 << iabs <<
" out of range. Command refused" <<
G4endl;
292 if (iabs > fNbOfAbsor || iabs <= 0)
293 {
G4cout <<
"\n --->warning from SetfAbsorThickness: absor number "
294 << iabs <<
" out of range. Command refused" <<
G4endl;
298 {
G4cout <<
"\n --->warning from SetfAbsorThickness: thickness "
299 << val <<
" out of range. Command refused" <<
G4endl;
313 {
G4cout <<
"\n --->warning from SetfAbsorSizeYZ: thickness "
314 << val <<
" out of range. Command refused" <<
G4endl;