59 msol = (
G4Box*)(mConstituentSolid);
92 G4cout <<
" G4ParameterisationBoxX - no divisions "
130 std::ostringstream message;
131 message <<
"Only axes along X are allowed ! Axis: " <<
faxis;
132 G4Exception(
"G4ParameterisationBoxX::ComputeTransformation()",
138 G4cout << std::setprecision(8) <<
" G4ParameterisationBoxX: "
140 <<
" Position " << origin <<
" Axis " <<
faxis <<
G4endl;
166 G4cout <<
" G4ParameterisationBoxX::ComputeDimensions()" <<
G4endl
167 <<
" pDx: " << pDz <<
G4endl;
196 G4cout <<
" G4ParameterisationBoxY - no divisions " <<
fnDiv <<
" = "
197 << nDiv <<
". Offset " <<
foffset <<
" = " << offset
232 std::ostringstream message;
233 message <<
"Only axes along Y are allowed ! Axis: " <<
faxis;
234 G4Exception(
"G4ParameterisationBoxY::ComputeTransformation()",
240 G4cout << std::setprecision(8) <<
" G4ParameterisationBoxY: "
242 <<
" Position " << origin <<
" Axis " <<
faxis <<
G4endl;
268 G4cout <<
" G4ParameterisationBoxY::ComputeDimensions()" <<
G4endl
269 <<
" pDx: " << pDz <<
G4endl;
297 G4cout <<
" G4ParameterisationBoxZ - no divisions " <<
fnDiv <<
" = "
298 << nDiv <<
". Offset " <<
foffset <<
" = " << offset
334 std::ostringstream message;
335 message <<
"Only axes along Z are allowed ! Axis: " <<
faxis;
336 G4Exception(
"G4ParameterisationBoxZ::ComputeTransformation()",
342 G4cout << std::setprecision(8) <<
" G4ParameterisationBoxZ: "
344 <<
" Position " << origin <<
" Axis " <<
faxis <<
G4endl;
370 G4cout <<
" G4ParameterisationBoxZ::ComputeDimensions()" <<
G4endl
371 <<
" pDx: " << pDz <<
G4endl;