Skip to content

Commit

Permalink
Adding --dry-run flag
Browse files Browse the repository at this point in the history
kjvbrt authored Apr 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 98aff9c commit 1902bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast-sim-and-analysis/FccFastSimGeneration.md
Original file line number Diff line number Diff line change
@@ -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
[...]
```

0 comments on commit 1902bb0

Please sign in to comment.