############################################################ # Draw the active components of the detector. # # Get the default values for the MC. /comet/conditions baseline 1.0 # move the magnet to the split position to make pretty pictures. # /comet/OA/Magnet/leftSplit 1.0 meter # /comet/OA/Magnet/rightSplit 2.5 meter # The next lines are used to draw specific objects. /comet/OA/Magnet/LeftClam/visibleDaughters true /comet/OA/Magnet/LeftClam/Coil/visible false /comet/OA/Magnet/LeftClam/P0DECal/visible false /comet/OA/Magnet/LeftClam/BrlECal/visible false # Make the individual bars visible with exaggerated gaps. /comet/OA/Magnet/LeftClam/P0DECal/Top/visibleDaughters true /comet/OA/Magnet/LeftClam/P0DECal/Side/visibleDaughters true /comet/OA/Magnet/LeftClam/P0DECal/Bottom/visibleDaughters true /comet/OA/Magnet/LeftClam/BrlECal/Top/visibleDaughters true /comet/OA/Magnet/LeftClam/BrlECal/Side/visibleDaughters true /comet/OA/Magnet/LeftClam/BrlECal/Bottom/visibleDaughters true /comet/OA/Magnet/RightClam/visibleDaughters true /comet/OA/Magnet/RightClam/Coil/visible false /comet/OA/Magnet/RightClam/P0DECal/visible false /comet/OA/Magnet/RightClam/BrlECal/visible false /comet/OA/Magnet/RightClam/P0DECal/Top/visibleDaughters true /comet/OA/Magnet/RightClam/P0DECal/Side/visibleDaughters true /comet/OA/Magnet/RightClam/P0DECal/Bottom/visibleDaughters true /comet/OA/Magnet/RightClam/BrlECal/Top/visibleDaughters true /comet/OA/Magnet/RightClam/BrlECal/Side/visibleDaughters true /comet/OA/Magnet/RightClam/BrlECal/Bottom/visibleDaughters true /comet/OA/Magnet/Basket/DsECal/visibleDaughters true # There is no field loaded in this geometry so let's inform the field manager to allow field value access without any field /comet/noField # Update the geometry so that the MC geometry is self consistent. /comet/update ############################################################ # Create a scene handler for a specific graphics system # (Edit the next line(s) to choose another graphic system) ############################################################ # /vis/open OGLSXm # /vis/open DAWNFILE /vis/open VRML1FILE # /vis/open VRML2FILE ############################################################ # Set the camera ############################################################ /vis/viewer/reset # Set the camera to look at the upstream end of the COMET detector. /vis/viewer/set/viewpointThetaPhi 115 160 # Move the lights with the camera so that the shadows are reasonable. /vis/viewer/set/lightsMove with-camera # Culled objects should not be drawn. /vis/viewer/set/culling invisible true ############################################################ # draw the scene ############################################################ /vis/drawVolume ############################################################ # Make sure the drawing goes to the output. ############################################################ /vis/viewer/flush