6 const int absorberactive = 0,
15 double al_pipe_length = 88.3;
17 if (radius > be_pipe_radius) {
18 cout <<
"inconsistency: radius: " << radius
19 <<
" larger than pipe inner radius: " << be_pipe_radius << endl;
23 gSystem->Load(
"libg4detectors.so");
24 gSystem->Load(
"libg4testbench.so");
96 cout <<
"=========================== G4_Pipe.C::Pipe() =============================" << endl;
97 cout <<
" PIPE Material Description:" << endl;
98 cout <<
" inner radius = " << be_pipe_radius <<
" cm" << endl;
99 cout <<
" thickness = " << be_pipe_thickness <<
" cm" << endl;
100 cout <<
" outer radius = " << be_pipe_radius + be_pipe_thickness <<
" cm" << endl;
101 cout <<
" length = " << be_pipe_length <<
" cm" << endl;
102 cout <<
"===========================================================================" << endl;