From 93cb98572402a589541c15844e63fa7be69ea7d8 Mon Sep 17 00:00:00 2001 From: Lukas Heinrich Date: Mon, 8 Feb 2016 20:58:55 -0500 Subject: [PATCH] go --- aretha.yml | 3 +++ runcard.dat | 20 ++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 aretha.yml create mode 100644 runcard.dat diff --git a/aretha.yml b/aretha.yml new file mode 100644 index 0000000..cf50e40 --- /dev/null +++ b/aretha.yml @@ -0,0 +1,3 @@ +title: Demo Sherpa 13 TeV pp > e+ e- +generator_config: demo_sherpa_220 +runcard: runcard.dat \ No newline at end of file diff --git a/runcard.dat b/runcard.dat new file mode 100644 index 0000000..7bc5de9 --- /dev/null +++ b/runcard.dat @@ -0,0 +1,20 @@ +(run){ + # number of events: + EVENTS = 10000 + + # Event output file: + EVENT_OUTPUT = HepMC_GenEvent[OUTFILE] +}(run) + +(beam){ + BEAM_1 = 2212; + BEAM_2 = 2212; + + BEAM_ENERGY_1 = 6500.; + BEAM_ENERGY_2 = 6500.; +}(beam) + +(processes){ + Process 93 93 -> 11 -11 + End process +}(processes) \ No newline at end of file