Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Getting Started & Compile

(1) Install FastJet :(only if you're not running this at SLAC but on your laptop!) 

Follow instructions here: http://fastjet.fr/quickstart.html

...

(2) Check out the code from SVN (require ATLAS privileges) or GitHub

either

$svn co $SVNINST/Institutes/SLAC/JetWorkingGroup/LightJetAnalysis/trunk LightJetAnalysis

where SVNINST stands for something like svn+ssh://[username]@svn.cern.ch/reps/atlasinst  

or:

git clone https://github.com/pnefSLACJetWorkingGroup/LightJetAnalysis.git

If you run this on your local machine (and not on atlint) you need to adjust the file setup.sh to point to your local installation of fastjet and root.

...