Skip to content
Snippets Groups Projects
Unverified Commit a40a48bb authored by Dmitry Kalinkin's avatar Dmitry Kalinkin Committed by GitHub
Browse files

treewide: use podio:output_collections instead of deprecated podio:output_include_collections (#46)

parent 21fca951
No related branches found
No related tags found
No related merge requests found
Pipeline #100666 passed with warnings
...@@ -45,7 +45,7 @@ rule ecal_gaps_recon: ...@@ -45,7 +45,7 @@ rule ecal_gaps_recon:
set -m # monitor mode to prevent lingering processes set -m # monitor mode to prevent lingering processes
exec env DETECTOR_CONFIG={wildcards.DETECTOR_CONFIG} \ exec env DETECTOR_CONFIG={wildcards.DETECTOR_CONFIG} \
eicrecon {input} -Ppodio:output_file={output} \ eicrecon {input} -Ppodio:output_file={output} \
-Ppodio:output_include_collections=EcalEndcapNRecHits,EcalBarrelScFiRecHits,EcalBarrelImagingRecHits,EcalEndcapPRecHits,MCParticles -Ppodio:output_collections=EcalEndcapNRecHits,EcalBarrelScFiRecHits,EcalBarrelImagingRecHits,EcalEndcapPRecHits,MCParticles
""" """
......
...@@ -42,7 +42,7 @@ rule tracking_performance_recon: ...@@ -42,7 +42,7 @@ rule tracking_performance_recon:
set -m # monitor mode to prevent lingering processes set -m # monitor mode to prevent lingering processes
exec env DETECTOR_CONFIG={wildcards.DETECTOR_CONFIG} \ exec env DETECTOR_CONFIG={wildcards.DETECTOR_CONFIG} \
eicrecon {input} -Ppodio:output_file={output} \ eicrecon {input} -Ppodio:output_file={output} \
-Ppodio:output_include_collections=MCParticles,CentralCKFTrajectories,CentralCKFTrackParameters,CentralCKFSeededTrackParameters,CentralTrackVertices -Ppodio:output_collections=MCParticles,CentralCKFTrajectories,CentralCKFTrackParameters,CentralCKFSeededTrackParameters,CentralTrackVertices
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment