https://github.com/terzo/fei4Analyzer
Raw File
Tip revision: 9a3cb5d0e46b8848bd6e248c260e2e49566974a4 authored by Stefano Terzo on 22 May 2018, 13:28:59 UTC
added tools
Tip revision: 9a3cb5d
setup.sh
#!bin/bash

#uncomment to set the LCIO path here
#export LCIO=

if [[ -s ${LCIO} ]]
  then
   export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${LCIO}/lib/
  else
   unset LCIO
fi

export suffix=`pwd`/bin
export PATH=$PATH:$suffix

#uncomment to use LCIO files
unset LCIO

back to top