Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
f3sch committed Nov 20, 2023
1 parent 9b192b1 commit d90a979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ void SecondaryVertexingSpec::run(ProcessingContext& pc)
mTimer.Stop();
LOG(info) << "Found " << mVertexer.getNV0s() << " V0s, " << mVertexer.getNCascades() << " cascades, " << mVertexer.getN3Bodies() << " 3-body decays, "
<< mVertexer.getNStrangeTracks() << " strange tracks. Timing: CPU: " << mTimer.CpuTime() - timeCPU0 << " Real: " << mTimer.RealTime() - timeReal0 << " s";
LOGP(info, "~~~~");
}

void SecondaryVertexingSpec::endOfStream(EndOfStreamContext& ec)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ WorkflowSpec defineDataProcessing(ConfigContext const& configcontext)
if (enagleStrTr) {
srcClus |= GID::getSourceMask(GID::ITS);
}
srcClus |= GID::getSourceMask(GID::TPC);
if (requireCTPLumi) {
src = src | GID::getSourcesMask("CTP");
}
Expand Down

0 comments on commit d90a979

Please sign in to comment.