Home - E1039-Collaboration/e1039-wiki GitHub Wiki

Welcome to the E1039 software wiki!

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

Getting Started

If you are new to the E1039 software, you might first follow this page to go through the generation and analysis of simulated events. You might then go through the key documents listed below. They are probably too much for you at present, but should be useful in future if you remember these documents exist.

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

For Developer