Skip to content

Commit e65300a

Browse files
committed
Suppress explicit filenames in favour of defaults
1 parent 0888524 commit e65300a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

prodtests/sim_challenge.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ fi
111111
if [ "$doreco" == "1" ]; then
112112
echo "Running TPC reco flow"
113113
#needs TPC digitized data
114-
taskwrapper tpcreco.log o2-tpc-reco-workflow $gloOpt --tpc-digit-reader \"--infile tpcdigits.root\" --input-type digits --output-type clusters,tracks
114+
taskwrapper tpcreco.log o2-tpc-reco-workflow $gloOpt --input-type digits --output-type clusters,tracks
115115
echo "Return status of tpcreco: $?"
116116

117117
echo "Running ITS reco flow"
@@ -134,7 +134,7 @@ if [ "$doreco" == "1" ]; then
134134

135135
echo "Running ITS-TPC macthing flow"
136136
#needs results of o2-tpc-reco-workflow, o2-its-reco-workflow and o2-fit-reco-workflow
137-
taskwrapper itstpcMatch.log o2-tpcits-match-workflow $gloOpt --tpc-track-reader \"tpctracks.root\" --tpc-native-cluster-reader \"--infile tpc-native-clusters.root\"
137+
taskwrapper itstpcMatch.log o2-tpcits-match-workflow $gloOpt
138138
echo "Return status of itstpcMatch: $?"
139139

140140
echo "Running ITSTPC-TOF macthing flow"

0 commit comments

Comments
 (0)