fix analysis makefile and add sherpa config to notes

This commit is contained in:
hiro98 2020-04-17 12:17:22 +02:00
parent 2404afb614
commit ffa94835a4
2 changed files with 3 additions and 3 deletions

View file

@ -97,10 +97,10 @@ Viele Gruesse, Frank
- stratified sampling, vegas - stratified sampling, vegas
**** TODO Something fishy about that variance estimate in vegas!!! **** TODO Something fishy about that variance estimate in vegas!!!
- overesimate even stronger if evaluation point number increased - overesimate even stronger if evaluation point number increased
*** TODO Sherpa + Rivet *** DONE Sherpa + Rivet
- analyse + histogramme - analyse + histogramme
- Analysis: ~MC_DIPHOTON~, [[https://rivet.hepforge.org/analyses/MC_DIPHOTON.html][analysis reference]] - Analysis: ~MC_DIPHOTON~, [[https://rivet.hepforge.org/analyses/MC_DIPHOTON.html][analysis reference]]
- - sherpa configure: ~../configure --enable-rivet=/usr/bin/rivet --prefix=/usr --enable-hepmc2=/usr~
- manual - manual
** Parton Density functions ** Parton Density functions
- [[https://lhapdf.hepforge.org/][pdf library]] - [[https://lhapdf.hepforge.org/][pdf library]]

View file

@ -10,6 +10,6 @@ sherpa_xs: Sherpa.yaml
ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
analysis: Sherpa.yaml analysis: Sherpa.yaml
RIVET_ANALYSIS_PATH="$(ROOT_DIR)/qqgg_simple" Sherpa RIVET_ANALYSIS_PATH="$(ROOT_DIR)/../../analysis/qqgg_simple/" Sherpa
rivet-mkhtml Analysis.yoda -o analysis rivet-mkhtml Analysis.yoda -o analysis
cp Analysis.yoda analysis cp Analysis.yoda analysis