Skip to content

Commit

Permalink
adapt to TPC name changes in O2 (08bf8a033f)
Browse files Browse the repository at this point in the history
  • Loading branch information
sawenzel committed Jan 15, 2021
1 parent 84ce01a commit 5ccca41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MC/run/PWGHF/embedding_benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ for tf in `seq 1 ${NTIMEFRAMES}`; do
# -----------

# TODO: check value for MaxTimeBin; A large value had to be set tmp in order to avoid crashes bases on "exceeding timeframe limit"
taskwrapper tpcreco_${tf}.log o2-tpc-reco-workflow $gloOpt --tpc-digit-reader \"--infile tpcdigits_${tf}.root\" --input-type digits --output-type clusters,tracks,send-clusters-per-sector --tpc-track-writer \"--treename events --track-branch-name Tracks --trackmc-branch-name TracksMCTruth\" --configKeyValues "\"GPU_global.continuousMaxTimeBin=100000;GPU_proc.ompThreads=${NWORKERS}\""
taskwrapper tpcreco_${tf}.log o2-tpc-reco-workflow $gloOpt --tpc-digit-reader \"--infile tpcdigits_${tf}.root\" --input-type digits --output-type clusters,tracks,send-clusters-per-sector --configKeyValues "\"GPU_global.continuousMaxTimeBin=100000;GPU_proc.ompThreads=${NWORKERS}\""
echo "Return status of tpcreco: $?"

echo "Running ITS reco flow"
Expand Down

0 comments on commit 5ccca41

Please sign in to comment.