From 1902bb0199a4760e4bfec8522bc1044170c3160e Mon Sep 17 00:00:00 2001 From: Juraj Smiesko <34742917+kjvbrt@users.noreply.github.com> Date: Wed, 24 Apr 2024 18:07:03 +0200 Subject: [PATCH] Adding --dry-run flag --- fast-sim-and-analysis/FccFastSimGeneration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fast-sim-and-analysis/FccFastSimGeneration.md b/fast-sim-and-analysis/FccFastSimGeneration.md index f27869e2..d2d66b5f 100644 --- a/fast-sim-and-analysis/FccFastSimGeneration.md +++ b/fast-sim-and-analysis/FccFastSimGeneration.md @@ -68,7 +68,7 @@ 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 +$ k4run --dry-run pythia.py --> Pythia8 --> HepMCToEDMConverter --> StableParticles --> out [...] ```