#!/bin/tcsh -f # # $Id: $ # $HeadURL:$ # # # Script to start RootSpy # # Usage: # start_rootspy # # This is a wrapper script that will start RootSpy on a # a node with access to the 40GB IB network. This is needed # because running RootSpy from one of the user terminals # (gluon01-gluon05) will not be able to connect to the # cMsg server otherwise. if (! $?DISPLAY) then echo "Display is not set." exit endif if ( $GLUON_TYPE == 'GENERAL' ) then RootSpy else ssh gluon48 RootSpy endif