59 scenePrimitives( scenePrimitives_ ), drawRadialLine( NULL ),
60 clearRadialLines( NULL ), markTargetCenter( NULL ),
61 highlightInnerCrystals( NULL ), setColour( NULL )
66 "(both in deg!)\n and length (in cm!)" );
68 "RadialLineLength",
true );
88 "calorimeters on/off" );
98 parameter->
SetGuidance(
"Scene primitive, possible values:\n"
99 " tc - target center mark,\n"
100 " rl - radial lines,\n"
101 " ic - inner crystal highlights" );
105 parameter->
SetGuidance(
"Red component or string, e.g. \"blue\", in which "
106 "case succeeding colour\n components are ignored" );
171 G4Colour colour( 1, green, blue, opacity );
172 std::istringstream iss( value );
174 iss >> name >> redOrString >> green >> blue >> opacity;
176 if ( std::isalpha( redOrString[
size_t( 0 ) ] ) )