From 3f4033d2bb4cd8dfa6e521e53e93b676dae6fa08 Mon Sep 17 00:00:00 2001 From: rohasan Date: Mon, 23 Sep 2024 15:29:08 +0100 Subject: [PATCH] Adding comment --- Examples/Algorithms/TrackFinding/src/GbtsSeedingAlgorithm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Algorithms/TrackFinding/src/GbtsSeedingAlgorithm.cpp b/Examples/Algorithms/TrackFinding/src/GbtsSeedingAlgorithm.cpp index 677ba2b4c10..aa969e37234 100644 --- a/Examples/Algorithms/TrackFinding/src/GbtsSeedingAlgorithm.cpp +++ b/Examples/Algorithms/TrackFinding/src/GbtsSeedingAlgorithm.cpp @@ -223,7 +223,7 @@ ActsExamples::GbtsSeedingAlgorithm::MakeGbtsSpacePoints( int combined_id = Gbts_id * 1000 + eta_mod; // fill Gbts vector with current sapce point and ID - gbtsSpacePoints.emplace_back(&spacePoint, Gbts_id, combined_id); + gbtsSpacePoints.emplace_back(&spacePoint, Gbts_id, combined_id); //make new GbtsSP here ! } } ACTS_VERBOSE("Space points successfully assigned Gbts ID");