############################################################ # 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 3.75 meter /comet/OA/Magnet/rightSplit 3.75 meter # The next lines are used to draw specific objects. /comet/OA/Magnet/LeftClam/visibleDaughters true /comet/OA/Magnet/RightClam/visibleDaughters true /comet/visible true /comet/OA/Magnet/Basket/Beam/visible true /comet/OA/Magnet/Basket/P0D/visibleDaughters true /comet/OA/Magnet/Basket/Tracker/visibleDaughters true /comet/OA/Magnet/Basket/Tracker/FGD1/visibleDaughters true /comet/OA/Magnet/Basket/Tracker/FGD2/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 # Uncomment the next line to cull regions filled with gas. # /vis/viewer/set/culling density true 0.1 g/cm3 ############################################################ # draw the scene ############################################################ /vis/drawVolume ############################################################ # Make sure the drawing goes to the output. ############################################################ /vis/viewer/flush