Skip to content

Commit 37c9905

Browse files
committed
ITS: output vertices
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent a283dad commit 37c9905

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Detectors/ITSMFT/ITS/tracking/src/TrackingInterface.cxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,9 @@ void ITSTrackingInterface::run(framework::ProcessingContext& pc)
204204
// Run seeding vertexer
205205
if (!compClusters.empty()) {
206206
vertexerElapsedTime = mVertexer->clustersToVertices(logger);
207+
// FIXME: this is a temporary stop-gap measure until we figure the rest out
208+
const auto& vtx = mTimeFrame->getPrimaryVertices();
209+
vertices.insert(vertices.begin(), vtx.begin(), vtx.end());
207210
}
208211
}
209212
// const auto& multEstConf = FastMultEstConfig::Instance(); // parameters for mult estimation and cuts

0 commit comments

Comments
 (0)