Home - E1039-Collaboration/e1039-wiki GitHub Wiki

Welcome to the E1039 software wiki!

Wiki Usage

  • You can search for words in this Wiki page by entering the words like "in:body your search words" in the top left box.

Standard E1039 Software Environment

The standard version of the E1039 software framework is available on all E1039 servers. It includes ROOT, GEANT4, LHAPDF, PYTHIA8 and E1039-specific programs. You can use them by writing the following commands in your ~/.bashrc file or manually executing them;

if [ -e /exp/seaquest/app/software/osg/software/e1039/this-e1039.sh ] ; then 
    source /exp/seaquest/app/software/osg/software/e1039/this-e1039.sh
elif [ -e /data2/e1039/this-e1039.sh ] ; then
    source /data2/e1039/this-e1039.sh
fi

Key Documents

If a topic is listed here, everyone who works on the topic is expected to first read the document linked.

Quick links