Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukasheinrich/higgs-mc-studies
dockerized higgs studies
https://github.com/lukasheinrich/higgs-mc-studies
Last synced: 23 days ago
JSON representation
dockerized higgs studies
- Host: GitHub
- URL: https://github.com/lukasheinrich/higgs-mc-studies
- Owner: lukasheinrich
- Created: 2016-03-23T23:29:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-21T22:20:22.000Z (almost 8 years ago)
- Last Synced: 2024-12-27T03:42:18.490Z (about 1 month ago)
- Language: Python
- Size: 20.8 MB
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
runnable within docker:
docker build -t lukasheinrich/higgs-mc-studies-base base
docker build -t lukasheinrich/higgs-mc-studies .
docker volume create --name yadageworkdir
---
alias indocker='docker run -it -v yadageworkdir:/workdir lukasheinrich/higgs-mc-studies'
indocker ./paramfromtemplate.py inputs/template_paramcard.dat /workdir/param.dat -i '{kHzz: 0.5, kAzz: 0.5, kHww: 0.3, kAww: 0.3}'
indocker ./scripts/setupgrid.sh /workdir/param.dat /workdir/grid.tar.gz
indocker ./scripts/rungrid.sh /workdir/grid.tar.gz 1000 1234 /workdir/output.lhe{
indocker /analysis/pythia_main/example_main /analysis/mainPythiaMLM.cmnd /workdir/output.hepmc /workdir/output.lhe
indocker DelphesHepMC /analysis/template_cards/modified_delphes_card_ATLAS.tcl /workdir/output.root /workdir/output.hepmc
} or {
indocker ./combined_pythia_delphes.py /workdir/output.lhe /analysis/mainPythiaMLM.cmnd /analysis/template_cards/modified_delphes_card_ATLAS.tcl /workdir/output.root
}indocker ./scripts/runpost.sh /workdir/output.root /workdir/post.root