From b055722974d503bac290040e0dad19ef35639bbc Mon Sep 17 00:00:00 2001 From: hiro98 Date: Wed, 27 May 2020 16:42:29 +0200 Subject: [PATCH] finish port --- prog/runcards/pp_phaeno_299_port/makefile | 2 +- .../pp_phaeno_299_port/runcards/with_jets/.gitignore | 2 +- .../pp_phaeno_299_port/runcards/with_jets/Sherpa_Ext.dat | 5 +++++ .../pp_phaeno_299_port/runcards/with_jets_and_pT/.gitignore | 2 +- .../runcards/with_jets_and_pT/Sherpa_Ext.dat | 5 +++++ .../runcards/with_pT_and_fragmentation/.gitignore | 2 +- .../runcards/with_pT_and_fragmentation/Sherpa_Ext.dat | 5 +++++ .../runcards/with_pT_and_fragmentation_and_mi/.gitignore | 2 +- .../runcards/with_pT_and_fragmentation_and_mi/Sherpa_Ext.dat | 5 +++++ 9 files changed, 25 insertions(+), 5 deletions(-) create mode 100644 prog/runcards/pp_phaeno_299_port/runcards/with_jets/Sherpa_Ext.dat create mode 100644 prog/runcards/pp_phaeno_299_port/runcards/with_jets_and_pT/Sherpa_Ext.dat create mode 100644 prog/runcards/pp_phaeno_299_port/runcards/with_pT_and_fragmentation/Sherpa_Ext.dat create mode 100644 prog/runcards/pp_phaeno_299_port/runcards/with_pT_and_fragmentation_and_mi/Sherpa_Ext.dat diff --git a/prog/runcards/pp_phaeno_299_port/makefile b/prog/runcards/pp_phaeno_299_port/makefile index 001faeb..9e37aa5 100644 --- a/prog/runcards/pp_phaeno_299_port/makefile +++ b/prog/runcards/pp_phaeno_299_port/makefile @@ -18,7 +18,7 @@ OUT_DIR = out EVENT_COUNT = 100000 # List of Runcards, see RUNCARD_FOLDER -RUNCARDS = basic # with_pT_and_fragmentation_and_mi basic with_jets with_jets_and_pT with_pT_and_fragmentation +RUNCARDS = with_pT_and_fragmentation_and_mi with_pT_and_fragmentation basic with_jets with_jets_and_pT # Runcard Names BASE_RUNCARD = Sherpa_Base.dat diff --git a/prog/runcards/pp_phaeno_299_port/runcards/with_jets/.gitignore b/prog/runcards/pp_phaeno_299_port/runcards/with_jets/.gitignore index 119b720..86c7ef0 100644 --- a/prog/runcards/pp_phaeno_299_port/runcards/with_jets/.gitignore +++ b/prog/runcards/pp_phaeno_299_port/runcards/with_jets/.gitignore @@ -1,4 +1,4 @@ * -!Sherpa_Ext.yaml +!Sherpa_Ext.dat !.gitignore !plot.flags diff --git a/prog/runcards/pp_phaeno_299_port/runcards/with_jets/Sherpa_Ext.dat b/prog/runcards/pp_phaeno_299_port/runcards/with_jets/Sherpa_Ext.dat new file mode 100644 index 0000000..02f9e1c --- /dev/null +++ b/prog/runcards/pp_phaeno_299_port/runcards/with_jets/Sherpa_Ext.dat @@ -0,0 +1,5 @@ +EW_SCHEME 0; +FRAGMENTATION Off; +SHOWER_GENERATOR CSS; +MI_HANDLER None; +BEAM_REMNANTS 0; diff --git a/prog/runcards/pp_phaeno_299_port/runcards/with_jets_and_pT/.gitignore b/prog/runcards/pp_phaeno_299_port/runcards/with_jets_and_pT/.gitignore index 119b720..86c7ef0 100644 --- a/prog/runcards/pp_phaeno_299_port/runcards/with_jets_and_pT/.gitignore +++ b/prog/runcards/pp_phaeno_299_port/runcards/with_jets_and_pT/.gitignore @@ -1,4 +1,4 @@ * -!Sherpa_Ext.yaml +!Sherpa_Ext.dat !.gitignore !plot.flags diff --git a/prog/runcards/pp_phaeno_299_port/runcards/with_jets_and_pT/Sherpa_Ext.dat b/prog/runcards/pp_phaeno_299_port/runcards/with_jets_and_pT/Sherpa_Ext.dat new file mode 100644 index 0000000..e20b5fc --- /dev/null +++ b/prog/runcards/pp_phaeno_299_port/runcards/with_jets_and_pT/Sherpa_Ext.dat @@ -0,0 +1,5 @@ +EW_SCHEME 0; +FRAGMENTATION Off; +SHOWER_GENERATOR CSS; +MI_HANDLER None; +BEAM_REMNANTS 1; diff --git a/prog/runcards/pp_phaeno_299_port/runcards/with_pT_and_fragmentation/.gitignore b/prog/runcards/pp_phaeno_299_port/runcards/with_pT_and_fragmentation/.gitignore index 119b720..86c7ef0 100644 --- a/prog/runcards/pp_phaeno_299_port/runcards/with_pT_and_fragmentation/.gitignore +++ b/prog/runcards/pp_phaeno_299_port/runcards/with_pT_and_fragmentation/.gitignore @@ -1,4 +1,4 @@ * -!Sherpa_Ext.yaml +!Sherpa_Ext.dat !.gitignore !plot.flags diff --git a/prog/runcards/pp_phaeno_299_port/runcards/with_pT_and_fragmentation/Sherpa_Ext.dat b/prog/runcards/pp_phaeno_299_port/runcards/with_pT_and_fragmentation/Sherpa_Ext.dat new file mode 100644 index 0000000..2402f23 --- /dev/null +++ b/prog/runcards/pp_phaeno_299_port/runcards/with_pT_and_fragmentation/Sherpa_Ext.dat @@ -0,0 +1,5 @@ +EW_SCHEME 0; +FRAGMENTATION Ahadic; +SHOWER_GENERATOR CSS; +MI_HANDLER None; +BEAM_REMNANTS 1; diff --git a/prog/runcards/pp_phaeno_299_port/runcards/with_pT_and_fragmentation_and_mi/.gitignore b/prog/runcards/pp_phaeno_299_port/runcards/with_pT_and_fragmentation_and_mi/.gitignore index 119b720..86c7ef0 100644 --- a/prog/runcards/pp_phaeno_299_port/runcards/with_pT_and_fragmentation_and_mi/.gitignore +++ b/prog/runcards/pp_phaeno_299_port/runcards/with_pT_and_fragmentation_and_mi/.gitignore @@ -1,4 +1,4 @@ * -!Sherpa_Ext.yaml +!Sherpa_Ext.dat !.gitignore !plot.flags diff --git a/prog/runcards/pp_phaeno_299_port/runcards/with_pT_and_fragmentation_and_mi/Sherpa_Ext.dat b/prog/runcards/pp_phaeno_299_port/runcards/with_pT_and_fragmentation_and_mi/Sherpa_Ext.dat new file mode 100644 index 0000000..7a5a0fb --- /dev/null +++ b/prog/runcards/pp_phaeno_299_port/runcards/with_pT_and_fragmentation_and_mi/Sherpa_Ext.dat @@ -0,0 +1,5 @@ +EW_SCHEME 0; +FRAGMENTATION Ahadic; +SHOWER_GENERATOR CSS; +MI_HANDLER Amisic; +BEAM_REMNANTS 1;