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
then echo Initialize NAF setup
source check_platform_desy
export 
PREFIX
then export ROOTver


Variable Documentation

echo n detect location LOCATION

Initial value:

$(hostname -d)
echo $LOCATION

MYCLASS_PATH=$(pwd)
export MYCLASS_PATH

export Cascadeversion=2.0.2
export CLHEPversion=1.9.4.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 45 of file setup.sh.

then echo Initialize DESY setup source check_platform_desy export PREFIX

Initial value:

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

    if [ -z $ROOTSYS ]

Definition at line 18 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/$CLHEPversion/$SYSNAME
    export CERNLIB=/opt/products/cernlib/2005/lib

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

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

Definition at line 24 of file setup.sh.

then export ROOTver

Initial value:

5.22.00
        if ( echo $SYSNAME | grep amd64 )

Definition at line 49 of file setup.sh.

then export ROOTver

Initial value:

5.22.00
        if ( echo $SYSNAME | grep amd64 )

Definition at line 22 of file setup.sh.


Generated on Mon Jan 4 15:22:36 2010 for HepMCAnalysis by  doxygen 1.4.7