Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

setup.sh File Reference

Go to the source code of this file.

Variables

echo n detect location LOCATION
then echo Initialize DESY
setup source check_platform_desy
export 
PREFIX
then export ROOTver
then export ROOTSYS


Variable Documentation

echo n detect location LOCATION
 

Initial value:

$(hostname -d)
echo $LOCATION

MYCLASS_PATH=$(pwd)
export MYCLASS_PATH

export Cascadeversion=2.0.2

if [[ $LOCATION == "desy.de" ]]

Definition at line 3 of file setup.sh.

then echo Initialize NAF setup source check_platform_desy export PREFIX
 

Initial value:

/afs/desy.de/group/alliance/mcg/public
    

    if [ -z $ROOTSYS ]

Definition at line 42 of file setup.sh.

then export ROOTSYS
 

Initial value:

/opt/products/root64/$ROOTver
            ROOTLIB=$ROOTSYS/lib64
        else
            export ROOTSYS=/opt/products/root/$ROOTver
            ROOTLIB=$ROOTSYS/lib
        fi
        export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ROOTLIB
        export PATH=$ROOTSYS/bin:$PATH
    fi
    
    export CLHEPdir=$PREFIX/CLHEP/2.0.3.2/$SYSNAME
    export CERNLIB=/opt/products/cernlib/2005/lib

    export PDFPATH=$PREFIX/MCGenerators/cascade/$Cascadeversion/data

elif [[ $LOCATION == "naf.desy.de" ]]

Definition at line 22 of file setup.sh.

then export ROOTver
 

Initial value:

5.18.00
        if ( echo $SYSNAME | grep amd64 )

Definition at line 46 of file setup.sh.


Generated on Thu Jul 23 14:57:38 2009 for HepMCAnalysis by  doxygen 1.3.9.1