mirror of
https://github.com/vale981/bachelor_thesis
synced 2025-03-05 09:31:42 -05:00
finish port
This commit is contained in:
parent
d8e3f36dcf
commit
b055722974
9 changed files with 25 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
*
|
||||
!Sherpa_Ext.yaml
|
||||
!Sherpa_Ext.dat
|
||||
!.gitignore
|
||||
!plot.flags
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
EW_SCHEME 0;
|
||||
FRAGMENTATION Off;
|
||||
SHOWER_GENERATOR CSS;
|
||||
MI_HANDLER None;
|
||||
BEAM_REMNANTS 0;
|
|
@ -1,4 +1,4 @@
|
|||
*
|
||||
!Sherpa_Ext.yaml
|
||||
!Sherpa_Ext.dat
|
||||
!.gitignore
|
||||
!plot.flags
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
EW_SCHEME 0;
|
||||
FRAGMENTATION Off;
|
||||
SHOWER_GENERATOR CSS;
|
||||
MI_HANDLER None;
|
||||
BEAM_REMNANTS 1;
|
|
@ -1,4 +1,4 @@
|
|||
*
|
||||
!Sherpa_Ext.yaml
|
||||
!Sherpa_Ext.dat
|
||||
!.gitignore
|
||||
!plot.flags
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
EW_SCHEME 0;
|
||||
FRAGMENTATION Ahadic;
|
||||
SHOWER_GENERATOR CSS;
|
||||
MI_HANDLER None;
|
||||
BEAM_REMNANTS 1;
|
|
@ -1,4 +1,4 @@
|
|||
*
|
||||
!Sherpa_Ext.yaml
|
||||
!Sherpa_Ext.dat
|
||||
!.gitignore
|
||||
!plot.flags
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
EW_SCHEME 0;
|
||||
FRAGMENTATION Ahadic;
|
||||
SHOWER_GENERATOR CSS;
|
||||
MI_HANDLER Amisic;
|
||||
BEAM_REMNANTS 1;
|
Loading…
Add table
Reference in a new issue