Check Lists - E1039-Collaboration/e1039-wiki GitHub Wiki

Obtain a Fermilab computing account

All the related libraries are compiled on the spinquestgpvm01.fnal.gov machine. To access those machines, please start with obtaining a Fermilab computing account if you haven't got one.

login, setup and checkout the code

init kerberos key, <usr> below means your user name.

kinit -f <usr>@FNAL.GOV
<type your password>

login to a submitter node

ssh -Y <usr>@spinquestgpvm01.fnal.gov

source the setup macro

source /e906/app/software/osg/software/e1039/this-e1039.sh

check out analysis repository from github

git clone https://github.com/E1039-Collaboration/e1039-analysis.git

How to run

Run the simulation + reconstruction macro

cd e1039-analysis/SimChainDev/
root -l Fun4Sim.C\(100\)

You will see several root output files. 'trk_eval.root' contains evaluation output from the TrkEval module.

⚠️ **GitHub.com Fallback** ⚠️