File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 111111if [ " $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"
You can’t perform that action at this time.
0 commit comments