Skip to content

Commit

Permalink
Adding --dry-run flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt authored Apr 24, 2024
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
Expand Up @@ -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
[...]
```
Expand Down

0 comments on commit 1902bb0

Please sign in to comment.