Skip to content

Commit 97af522

Browse files
authored
ITS: speedup final step in vertexer (#15279)
* ITS: speedup final step in vertexer Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch> * ITS: suppress low mult 2nd vertices Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch> --------- Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent af3e633 commit 97af522

File tree

18 files changed

+2121
-173
lines changed

18 files changed

+2121
-173
lines changed

Detectors/ITSMFT/ITS/macros/test/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,9 @@ o2_add_test_root_macro(CheckStaggering.C
128128
O2::DetectorsVertexing
129129
O2::ReconstructionDataFormats
130130
LABELS its COMPILE_ONLY)
131+
132+
o2_add_test_root_macro(CheckSeeding.C
133+
PUBLIC_LINK_LIBRARIES O2::DataFormatsITS
134+
O2::SimulationDataFormat
135+
O2::Steer
136+
LABELS its COMPILE_ONLY)

0 commit comments

Comments
 (0)