Skip to content

Commit

Permalink
fix: remove outdated vertexing tutorial (from acts-project#223) (acts…
Browse files Browse the repository at this point in the history
…-project#2915)

closes acts-project#2900

Some parts of the tutorial are already missing. It was added some years ago for an event with acts-project#223.
  • Loading branch information
AJPfleger authored and EleniXoch committed May 6, 2024
1 parent 710c0ca commit f4556f9
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 228 deletions.
3 changes: 0 additions & 3 deletions CI/run_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,3 @@ run_example ActsExampleMaterialValidationGeneric
# TODO: Run (AdaptiveMulti|Iterative)?Vertex(Finder|Fitter) examples (currently broken, not ready for CI)

# TODO: Bring back multi-threaded output reproducibility tests

# Run vertex finder tutorial
run_example ActsTutorialVertexFinder
1 change: 0 additions & 1 deletion Examples/Algorithms/Vertexing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ add_library(
ActsExamplesVertexing SHARED
src/AdaptiveMultiVertexFinderAlgorithm.cpp
src/IterativeVertexFinderAlgorithm.cpp
src/TutorialVertexFinderAlgorithm.cpp
src/VertexFitterAlgorithm.cpp
src/SingleSeedVertexFinderAlgorithm.cpp
)
Expand Down

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions Examples/Python/src/Vertexing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include "ActsExamples/Vertexing/AdaptiveMultiVertexFinderAlgorithm.hpp"
#include "ActsExamples/Vertexing/IterativeVertexFinderAlgorithm.hpp"
#include "ActsExamples/Vertexing/SingleSeedVertexFinderAlgorithm.hpp"
#include "ActsExamples/Vertexing/TutorialVertexFinderAlgorithm.hpp"
#include "ActsExamples/Vertexing/VertexFitterAlgorithm.hpp"

#include <memory>
Expand Down Expand Up @@ -46,11 +45,6 @@ void addVertexing(Context& ctx) {
inputTrackParameters, outputProtoVertices,
outputVertices, bField);

ACTS_PYTHON_DECLARE_ALGORITHM(ActsExamples::TutorialVertexFinderAlgorithm,
mex, "TutorialVertexFinderAlgorithm",
inputTrackParameters, outputProtoVertices,
bField);

ACTS_PYTHON_DECLARE_ALGORITHM(ActsExamples::VertexFitterAlgorithm, mex,
"VertexFitterAlgorithm", inputTrackParameters,
inputProtoVertices, outputVertices, bField,
Expand Down
2 changes: 0 additions & 2 deletions Examples/Python/tests/test_algorithms.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import pytest

from acts.examples import (
TutorialVertexFinderAlgorithm,
AdaptiveMultiVertexFinderAlgorithm,
VertexFitterAlgorithm,
IterativeVertexFinderAlgorithm,
Expand Down Expand Up @@ -35,7 +34,6 @@
@pytest.mark.parametrize(
"alg",
[
TutorialVertexFinderAlgorithm,
AdaptiveMultiVertexFinderAlgorithm,
VertexFitterAlgorithm,
IterativeVertexFinderAlgorithm,
Expand Down
7 changes: 0 additions & 7 deletions Examples/Run/Vertexing/Pythia8/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,10 @@ add_executable(
target_link_libraries(
ActsExampleVertexFitter
PRIVATE ${_common_libraries})
add_executable(
ActsTutorialVertexFinder
TutorialVertexFinderExample.cpp)
target_link_libraries(
ActsTutorialVertexFinder
PRIVATE ${_common_libraries})

install(
TARGETS
ActsExampleAdaptiveMultiVertexFinder
ActsExampleIterativeVertexFinder
ActsExampleVertexFitter
ActsTutorialVertexFinder
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
83 changes: 0 additions & 83 deletions Examples/Run/Vertexing/Pythia8/TutorialVertexFinderExample.cpp

This file was deleted.

0 comments on commit f4556f9

Please sign in to comment.