Skip to content

Commit

Permalink
treewide: use podio:output_collections instead of deprecated podio:ou…
Browse files Browse the repository at this point in the history
…tput_include_collections
  • Loading branch information
veprbl committed Aug 17, 2024
1 parent 3825a49 commit 0f1fd0c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/recon_digi_only.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### PODIO collections to include in the output
podio:
output_include_collections:
output_collections:
### simulation
- DRICHHits
- MCParticles
Expand Down
2 changes: 1 addition & 1 deletion config/recon_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins:

### PODIO collections to include in the output
podio:
output_include_collections:
output_collections:
### simulation
- DRICHHits
- MCParticles
Expand Down
2 changes: 1 addition & 1 deletion config/recon_noise.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins:

### PODIO collections to include in the output
podio:
output_include_collections:
output_collections:
### simulation
- DRICHHits
- MCParticles
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorials/3-running-reconstruction.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ recon.rb -h

_Exercise_: View the files in the [`config/`](../../config) directory, in particular, the default one; compare the settings to other configuration files in that directory.

_Exercise_: Notice in the default configuration file the output collections, under `podio:output_include_collections:`. Can you find all of these collections in the dRICH reconstruction flowchart?
_Exercise_: Notice in the default configuration file the output collections, under `podio:output_collections:`. Can you find all of these collections in the dRICH reconstruction flowchart?

_Exercise_: Run a "dry-run" of `recon.rb`, which will just print the `eicrecon` command it will run; notice the relation between configuration parameters in the configuration file, the `-Pparameter=value` options in the `eicrecon` command, and the corresponding (default) parameters that are set in the EICrecon code itself.

Expand Down

0 comments on commit 0f1fd0c

Please sign in to comment.