Skip to content

Commit c6eb51d

Browse files
authored
ITS3: Add macros for Cluster Size, Hits and Digits (#11835)
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent fa81df3 commit c6eb51d

5 files changed

Lines changed: 1412 additions & 0 deletions

File tree

Detectors/Upgrades/ITS3/macros/test/CMakeLists.txt

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,51 @@ o2_add_test_root_macro(buildMatBudLUT.C
8282
O2::SimulationDataFormat
8383
O2::DetectorsBase
8484
LABELS its3)
85+
86+
o2_add_test_root_macro(CheckHits.C
87+
PUBLIC_LINK_LIBRARIES O2::ITSBase
88+
O2::ITS3Base
89+
O2::ITSMFTBase
90+
O2::ITSMFTSimulation
91+
O2::ITS3Simulation
92+
O2::ITS3Reconstruction
93+
O2::MathUtils
94+
O2::SimulationDataFormat
95+
O2::DetectorsBase
96+
LABELS its3)
97+
98+
o2_add_test_root_macro(CheckDigitsDensity.C
99+
PUBLIC_LINK_LIBRARIES O2::ITSBase
100+
O2::ITS3Base
101+
O2::ITSMFTBase
102+
O2::ITSMFTSimulation
103+
O2::ITS3Simulation
104+
O2::ITS3Reconstruction
105+
O2::MathUtils
106+
O2::SimulationDataFormat
107+
O2::DetectorsBase
108+
LABELS its3)
109+
110+
o2_add_test_root_macro(CheckClusterSize.C
111+
PUBLIC_LINK_LIBRARIES O2::ITSBase
112+
O2::ITS3Base
113+
O2::ITSMFTBase
114+
O2::ITSMFTSimulation
115+
O2::ITS3Simulation
116+
O2::ITS3Reconstruction
117+
O2::MathUtils
118+
O2::SimulationDataFormat
119+
O2::DetectorsBase
120+
LABELS its3)
121+
122+
o2_add_test_root_macro(CompareClusterSize.C
123+
PUBLIC_LINK_LIBRARIES O2::ITSBase
124+
O2::ITS3Base
125+
O2::ITSMFTBase
126+
O2::ITSMFTSimulation
127+
O2::ITS3Simulation
128+
O2::ITS3Reconstruction
129+
O2::MathUtils
130+
O2::SimulationDataFormat
131+
O2::DetectorsBase
132+
LABELS its3)

0 commit comments

Comments
 (0)