Skip to content

Commit 1010e83

Browse files
ehellbarshahor02
authored andcommitted
secondary-vertexing-workflow: request CTP sources only if TPC is included
1 parent ca2fdfa commit 1010e83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Detectors/GlobalTrackingWorkflow/src/secondary-vertexing-workflow.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ WorkflowSpec defineDataProcessing(ConfigContext const& configcontext)
9696
}
9797
if (src[GID::TPC]) {
9898
srcClus |= GID::getSourceMask(GID::TPC);
99-
}
100-
if (sclOpt.requestCTPLumi) {
101-
src = src | GID::getSourcesMask("CTP");
99+
if (sclOpt.requestCTPLumi) {
100+
src = src | GID::getSourcesMask("CTP");
101+
}
102102
}
103103
WorkflowSpec specs;
104104
if (sclOpt.needTPCScalersWorkflow() && !configcontext.options().get<bool>("disable-root-input")) {

0 commit comments

Comments
 (0)