Skip to content

Commit

Permalink
02-work-environment.md: use podio:output_collections instead of depre…
Browse files Browse the repository at this point in the history
…cated podio:output_include_collections
  • Loading branch information
veprbl authored Aug 17, 2024
1 parent 1ffd712 commit 4cc372e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _episodes/02-work-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@ ddsim -N 100 \
## Generating a podio output file
To write reconstructed values to an output file, you need to tell *eicrecon* what to write.
There are several options available, but the mosrt useful one is *podio:output_include_collections*.
There are several options available, but the mosrt useful one is *podio:output_collections*.
This is a comma separated list of colelctions to write to the output file. For example:
```console
eicrecon -Ppodio:output_include_collections=ReconstructedParticles pythia8NCDIS_10x100_minQ2=1_beamEffects_xAngle=-0.025_hiDiv.edm4hep.root
eicrecon -Ppodio:output_collections=ReconstructedParticles pythia8NCDIS_10x100_minQ2=1_beamEffects_xAngle=-0.025_hiDiv.edm4hep.root
```
To see a list of possible collections, run `eicrecon -L`.
Expand Down

0 comments on commit 4cc372e

Please sign in to comment.