Skip to content

Commit d3f1998

Browse files
committed
Don't try to run the ca-clusterer on the cluster-input
1 parent e5485b3 commit d3f1998

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Detectors/TPC/workflow/src/RecoWorkflow.cxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ framework::WorkflowSpec getWorkflow(std::vector<int> const& tpcSectors, std::vec
117117
zsOnTheFly = false;
118118
propagateMC = false;
119119
}
120+
if (inputType == InputType::ClustersHardware || inputType == InputType::Clusters) {
121+
caClusterer = false;
122+
}
120123
if (!caClusterer) {
121124
zsOnTheFly = false;
122125
}

0 commit comments

Comments
 (0)