Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukasheinrich/threebody
analysis code for susy threebody decays
https://github.com/lukasheinrich/threebody
Last synced: 23 days ago
JSON representation
analysis code for susy threebody decays
- Host: GitHub
- URL: https://github.com/lukasheinrich/threebody
- Owner: lukasheinrich
- Created: 2014-08-16T21:16:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-23T03:37:14.000Z (over 10 years ago)
- Last Synced: 2024-12-27T03:42:16.497Z (about 1 month ago)
- Language: Python
- Size: 484 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SUSY Three Body Decays
======================This is code for an upcoming analysis of ATLAS data looking for supersymmetric decays.
Setup
------if you like or must use venvs:
mkvirtualenv threebody
workon threebodyget the code:
git clone https://github.com/lukasheinrich/threebody.git ~/threebody
cd ~/threebody
HEPMCPATH=$HOME/heptools/local pip install --editable $PWD --process-dependency-links
cd workflow
./waf configure## Bootstraps
### lxpluswget https://raw.githubusercontent.com/lukasheinrich/threebody/master/utils/lxplus-bootstrap
chmod +x lxplus-bootstrap
./lxlpus-bootsrap### CernVM
to setup a fresh CernVM 3 instance you can use these scripts:
https://github.com/lukasheinrich/code-snippets/tree/master/vmscripts
Details
-------
For EVGEN generation using `asetup 18.1.0,here` works as an Athena ReleaseRequirements
-------* python2.7, virtualenv 1.6
* madgraph 1.5.10: `bzr branch lp:~maddevelopers/mg5amcnlo/1.5.10 madgraph-1.5.10`
* pythia8: `wget http://home.thep.lu.se/~torbjorn/pythia8/pythia8186.tgz`
* rivet (comes with HepMC): `wget http://rivet.hepforge.org/hg/bootstrap/raw-file/2.1.2/rivet-bootstrap`
* inkscape (optional for some svg2pdf conversion)Get Results
-----
configure waf (if the binaries are not in your current path use with `--with-X` flags). for me this is./waf configure --with-inkscape /Applications/Inkscape.app/Contents/Resources/bin --with-madgraph=/Users/lukas/heptools/madgraph-1.5.10
and run waf
./waf
this should produce results in the `results` directory.