Skip to content
Snippets Groups Projects
Commit 869fdb0c authored by Dmitry Kalinkin's avatar Dmitry Kalinkin
Browse files

lambda: use podio:output_collections instead of deprecated podio:output_include_collections

parent e245ba64
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ if [[ {wildcards.P} -gt 225 ]]; then ...@@ -46,7 +46,7 @@ if [[ {wildcards.P} -gt 225 ]]; then
else else
NEVENTS_REC=1000 NEVENTS_REC=1000
fi fi
eicrecon {input.SIM_FILE} -Ppodio:output_file={output.REC_FILE} -Pdd4hep:xml_files=$DETECTOR_PATH/{wildcards.DETECTOR_CONFIG}.xml -Ppodio:output_include_collections=MCParticles,HcalFarForwardZDCClusters,HcalFarForwardZDCRecHits,HcalFarForwardZDCSubcellHits -Pjana:nevents=$NEVENTS_REC eicrecon {input.SIM_FILE} -Ppodio:output_file={output.REC_FILE} -Pdd4hep:xml_files=$DETECTOR_PATH/{wildcards.DETECTOR_CONFIG}.xml -Ppodio:output_collections=MCParticles,HcalFarForwardZDCClusters,HcalFarForwardZDCRecHits,HcalFarForwardZDCSubcellHits -Pjana:nevents=$NEVENTS_REC
""" """
rule lambda_analysis: rule lambda_analysis:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment