File tree Expand file tree Collapse file tree
Detectors/Upgrades/ITS3/macros/test Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments