Skip to content

cfmcginn/FastJetPlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastJetPlay

Learning FastJet with some playground scripts

Gonna need access to an up-to-date version of fastjet and fjcontrib

Can get a tar of fastjet-3.0.6 here: http://fastjet.fr/

Would recommend throwing it a level above the repo.

Run "tar -xzvf fastjet-3.0.6.tar.gz" to unpack

To Install:

  • ./configure --prefix=$PWD/../fastjet-install
  • make
  • make check
  • make install

To get fjcontrib, up to date:

We want a specific version of nsubjettiness code, to grab go to your fjcontrib directory:

  • add a file called "contribs.local" with the following line: "Nsubjettiness 2.1.0-rc1"
  • rerun the fj-contrib instructions starting from "scripts/update-contribs.sh"

About

Learning FastJet with some playground scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published