mirror of
https://github.com/vale981/bachelor_thesis
synced 2025-03-04 17:11:39 -05:00
fix analysis makefile and add sherpa config to notes
This commit is contained in:
parent
2404afb614
commit
ffa94835a4
2 changed files with 3 additions and 3 deletions
|
@ -97,10 +97,10 @@ Viele Gruesse, Frank
|
|||
- stratified sampling, vegas
|
||||
**** TODO Something fishy about that variance estimate in vegas!!!
|
||||
- overesimate even stronger if evaluation point number increased
|
||||
*** TODO Sherpa + Rivet
|
||||
*** DONE Sherpa + Rivet
|
||||
- analyse + histogramme
|
||||
- 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
|
||||
** Parton Density functions
|
||||
- [[https://lhapdf.hepforge.org/][pdf library]]
|
||||
|
|
|
@ -10,6 +10,6 @@ sherpa_xs: Sherpa.yaml
|
|||
|
||||
ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
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
|
||||
cp Analysis.yoda analysis
|
||||
|
|
Loading…
Add table
Reference in a new issue