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.
- Software framework for E1039 data: Fun4All
- Structure and meaning of E906/E1039 data variables
- Online data handling
- Slow control of target
- Slow control system — except the target-related devices
- Global Status Monitor
- Online analysis = Analysis of real data
- AnaRealDst --- An example of analysis codes for real data
- Online Monitor for Main DAQ Data
- Offline analysis = Generation & analysis of simulated data
- Job submission to grid
Quick links
- E1039 simulation tutorial 2019-04
- How to run event display
- Fun4All Tutorial at the E1039 Collaboration Meeting - 2018-11
- Fun4All framework and simulation introduction pdf
- GitHub workflow pdf
- Work with GitHub
- Build your own module
- E1039 Doxygen
- E1039 Github
- Geant4.10.1 User Guides
- Slow Controls
- Mounting cvmfs
- To-Do List
For Developer
- Installation and update of E1039 software framework
- E1039 resource
- Offline share directory
- Offline core directory