############################################################ # Draw the active components of the detector. # /comet/conditions baseline 1.0 # The next lines are used to draw specific objects. /comet/OA/Magnet/Basket/P0D/visibleDaughters true /comet/OA/Magnet/Basket/P0D/TargetSP0Dule/visibleDaughters true /comet/OA/Magnet/Basket/P0D/visible 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