@@ -57,7 +57,7 @@ The necessary module errors and warnings have been included to make sure the use
Note: If the VisualizationGeant4 module is used in conjunction with and `arc_length_theta` different from 180deg, the Visualization GUI will show an error "Inconsistency in bounding boxes for solid". The origin of this error is unknown but the error can be ignored.
#### Cons:
#### Cone:
A cone or partly made cone with an inner and outer radius at the (- half-length , + half-length)
outer_radius_mDz : at - half-length the outer radius
outer_radius_pDz : at + half-length the outer radius
if(inner_radius_mDz>=outer_radius_mDz)throwInvalidValueError(config_,"inner_radius_mDz","inner_radius (-half Legth) cannot be larger than the outer_radius (+ half Length)");
if(inner_radius_pDz>=outer_radius_pDz)throwInvalidValueError(config_,"inner_radius_pDz","inner_radius (+half Length) cannot be larger than the outer_raidus (+ half Length)");
if(inner_radius_mDz>=outer_radius_mDz)
throwInvalidValueError(
config_,
"inner_radius_mDz",
"inner_radius (-half Legth) cannot be larger than the outer_radius (+ half Length)");
if(inner_radius_pDz>=outer_radius_pDz)
throwInvalidValueError(
config_,
"inner_radius_pDz",
"inner_radius (+half Length) cannot be larger than the outer_raidus (+ half Length)");
if(arc_length_>360*CLHEP::deg){
throwInvalidValueError(config_,"arc_length","arc_length exceeds the maximum value of 360 degrees");