Skip to content
Snippets Groups Projects
Commit 5aaced68 authored by Unknown's avatar Unknown
Browse files

No commit message

No commit message
parent 05822e86
No related branches found
No related tags found
No related merge requests found
# This File content all environment variable needed by NPTool. # This File content all environment variable needed by NPTool.
# On linux system, include it in your bashrc or tcshrc file. # On linux system, include it in your bashrc or tcshrc file.
# using command: source /path/NPEnvironment
# NPTool Needs # NPTool Needs
export NPTOOL=/home/Adrien/Desktop/NPTool export NPTOOL=/YourPathToNPTool/NPTool
export NPLIB=$NPTOOL/NPLib export NPLIB=$NPTOOL/NPLib
export NPSIM=$NPTOOL/NPSimulation export NPSIM=$NPTOOL/NPSimulation
export NPANA=$NPTOOL/NPAnalysis export NPANA=$NPTOOL/NPAnalysis
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$NPLIB/lib export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$NPLIB/lib
# alias # alias
alias Simulation='$NPSIM/bin/Linux-g++/Simulation' alias Simulation='$NPSIM/bin/$G4SYSTEM/Simulation'
alias Analysis='$NPANA/Analysis' alias Analysis='$NPANA/Analysis'
alias NPT='cd $NPTOOL' alias NPT='cd $NPTOOL'
......
# This File content all environment variable needed by NPTool. # This File content all environment variable needed by NPTool.
# On linux system, include it in your bashrc or tcshrc file. # On linux system, include it in your bashrc or tcshrc file.
# using command: source /path/NPEnvironment
# NPTool Needs # NPTool Needs
setenv NPTOOL /home/Adrien/Desktop/NPTool setenv NPTOOL /YourPathToNPTool/NPTool
setenv NPLIB $NPTOOL/NPLib setenv NPLIB $NPTOOL/NPLib
setenv NPSIM $NPTOOL/NPSimulation setenv NPSIM $NPTOOL/NPSimulation
setenv NPANA $NPTOOL/NPAnalysis setenv NPANA $NPTOOL/NPAnalysis
setenv LD_LIBRARY_PATH $LD_LIBRARY_PATH:$NPLIB/lib setenv LD_LIBRARY_PATH $LD_LIBRARY_PATH:$NPLIB/lib
# alias # alias
alias Simulation '$NPSIM/bin/Linux-g++/Simulation' alias Simulation '$NPSIM/bin/$G4SYSTEM/Simulation'
alias Analysis '$NPANA/Analysis' alias Analysis '$NPANA/Analysis'
alias NPT 'cd Desktop/NPTool' alias NPT 'cd Desktop/NPTool'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment