ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/SiStripWebBrowser/scripts/viewer.cgi
Revision: 1.2
Committed: Sun Aug 24 18:29:05 2008 UTC (16 years, 8 months ago) by dutta
Branch: MAIN
CVS Tags: After_CRAFT_071208, CRUZER4_240808, HEAD
Changes since 1.1: +3 -1 lines
Log Message:
latest version during CRUZET4

File Contents

# Content
1 #!/bin/sh
2 #export ROOTSYS=/opt/root
3 export ROOTSYS=/afs/cern.ch/sw/lcg/external/root/5.14.00/slc4_ia32_gcc34/root
4 export PATH=$ROOTSYS/bin:$PATH
5 export LD_LIBRARY_PATH=/usr/local/lib:$ROOTSYS/lib:$LD_LIBRARY_PATH
6 export STAGE_HOST=castorcms
7 #export STAGE_PORT=9002
8 #export STAGE_SVCCLASS=""
9 #export CASTOR_HOME=/castor/cern.ch/user/
10 export RFIO_USE_CASTOR_V2='YES'
11 #./HistogramViewer.exe 2>> /tmp/viewer.log
12 ./HistogramViewer.exe
13