From 98aff9c9a6c72280b2432976b575c677b5e47587 Mon Sep 17 00:00:00 2001 From: Patrick Koppenburg Date: Wed, 24 Apr 2024 18:05:11 +0200 Subject: [PATCH] Update FccFastSimGeneration.md (#140) `k4run pythia.py -h` is likely a typo. To get the line displayed you need to remove `-h`. In my case the piping into head causes a logging error (both at Nikhef and CERN). --- fast-sim-and-analysis/FccFastSimGeneration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fast-sim-and-analysis/FccFastSimGeneration.md b/fast-sim-and-analysis/FccFastSimGeneration.md index b91bc3ac..f27869e2 100644 --- a/fast-sim-and-analysis/FccFastSimGeneration.md +++ b/fast-sim-and-analysis/FccFastSimGeneration.md @@ -68,8 +68,9 @@ The Gaudi steering file needs to activate the `GaudiTool` that interfaces `Pythi An example of steering file can be found at [pythia.py](https://raw.githubusercontent.com/HEP-FCC/k4Gen/main/k4Gen/options/pythia.py). The steering file runs the minimal set of algorithms to run Pythia8 and produce an output in `EDM4hep` format: ``` $ wget https://raw.githubusercontent.com/HEP-FCC/k4Gen/main/k4Gen/options/pythia.py -$ k4run pythia.py -h | head -n 1 +$ k4run pythia.py --> Pythia8 --> HepMCToEDMConverter --> StableParticles --> out +[...] ``` For example, to generate 500 e+e- → mu+mu- at 91.2 GeV, we can do the following: download the configuration file: ```