From 3bb12b087764a9222af4ff6973c230477325e44b Mon Sep 17 00:00:00 2001 From: Zhuyao Wang <55109826+physicsbamboo@users.noreply.github.com> Date: Thu, 11 Aug 2022 02:07:07 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 66 +------------------------------------------------------ 1 file changed, 1 insertion(+), 65 deletions(-) diff --git a/README.md b/README.md index ef4d343e..f129ea1b 100644 --- a/README.md +++ b/README.md @@ -1,66 +1,2 @@ -# current +This version we modified the code to deal with the case that param_card.dat is generated by SPheno. Sometimes it can't be directly used in MG5 and it needs "update missing" to update the parameter file and make MG5 work smoothly. -2021-10-06 Jong Soo Kim - - ~ added added atlas_1502_05686, atlas_2103_11684, atlas_2004_10894, atlas_2106_09609 - atlas_1911_06660 - -2021-08-23 Krzysztof Rolbiecki - - ~ added atlas_phys_2014_007 - -2021-08-20 Krzysztof Rolbiecki - - ~ added atlas_1807_07447 - -2021-07-16 Krzysztof Rolbiecki - - ~ added atlas_1911_12606 - -2021-03-14 Arran Freegard - - ~ added atlas_1403_5294 and atlas_higg_2013_03 - -2021-02-12 Krzysztof Rolbiecki - - ~ added atlas_1908_03122 - -2020-11-03 Krzysztof Rolbiecki - - ~ added atlas_conf_2018_041 - -2021-02-10 Krzysztof Rolbiecki - - ~ added atlas_2101_01629 - -020-04-08 Krzysztof Rolbiecki - - ~ added atlas_conf_2020_048 - -2020-09-27 Manimala Chakraborti, Ipsita Saha - - ~ added atlas_1803_02762 - -2020-09-27 Manimala Chakraborti, Ipsita Saha - - ~ added atlas_conf_2019_020 - -2020-09-29 Krzysztof Rolbiecki - - ~ added atlas_2004_14060 - -2020-04-08 Krzysztof Rolbiecki - - ~ removed python Root check due to a change in naming conventions (python->pyroot) around v6.20 - -2019-11-28 Krzysztof Rolbiecki - - ~ added atlas_conf_2019_040 - -2019-11-22 Krzysztof Rolbiecki - - ~ added atlas_1909_08457 - -2019-10-03 Krzysztof Rolbiecki - - ~ added atlas_1706_03731 From e85dbe1ca2d3e6b5f7d36af7990c1a96383588f6 Mon Sep 17 00:00:00 2001 From: Zhuyao Wang <55109826+physicsbamboo@users.noreply.github.com> Date: Thu, 11 Aug 2022 02:08:07 -0400 Subject: [PATCH 2/3] Update MG5toPy8.h --- tools/fritz/include/pythiahandler/MG5toPy8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/fritz/include/pythiahandler/MG5toPy8.h b/tools/fritz/include/pythiahandler/MG5toPy8.h index dc8e97de..40123577 100644 --- a/tools/fritz/include/pythiahandler/MG5toPy8.h +++ b/tools/fritz/include/pythiahandler/MG5toPy8.h @@ -329,7 +329,7 @@ bool LHAupMadgraph::launch() { if (!pythia) return false; fstream config((dir + "/launch.py").c_str(), ios::out); if (!override[Launch]) { - config << "launch " << dir << " -n run \n"; + config << "launch " << dir << " -n run \nupdate missing\n"; } // Write the user settings. From 13207d9c86c6b438f30a0339b4866018091b2d3f Mon Sep 17 00:00:00 2001 From: Zhuyao Wang <55109826+physicsbamboo@users.noreply.github.com> Date: Thu, 11 Aug 2022 02:20:24 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f129ea1b..31643661 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ This version we modified the code to deal with the case that param_card.dat is generated by SPheno. Sometimes it can't be directly used in MG5 and it needs "update missing" to update the parameter file and make MG5 work smoothly. +Installation Guide +Environment Setup: + 1. Python2.7.X(X>3) + 2. Delphes 3.4.2(Delphes3.5.0 will not work). When installing Delphes 3.4.2, need to modify Delphes/validation/DelphesValidation.cpp, add "#include TF1.h" and then make + 3. Pythia 8245(Pythia 8.3 will not work) + +Steps: + 1. git clone [website] + 2. autoreconf ----> If can't autoreconf, $export ACLOCAL_PATH="/usr/share/aclocal/:/usr/local/share/aclocal" + 3. ./configure + 4. make -j4