Versions Compared

Key

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

...

(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.

...