File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ endif()
125125o2_add_test_root_macro (build_geometry.C
126126 PUBLIC_LINK_LIBRARIES O2::SimConfig
127127 O2::DetectorsPassive
128+ O2::ExternalDetectors
128129 O2::Field
129130 O2::MFTSimulation
130131 O2::MCHSimulation
@@ -184,6 +185,7 @@ if(Geant4_FOUND AND BUILD_SIMULATION)
184185o2_add_test_root_macro (o2sim.C
185186 PUBLIC_LINK_LIBRARIES O2::Generators
186187 O2::DetectorsPassive
188+ O2::ExternalDetectors
187189 O2::Field
188190 O2::MFTSimulation
189191 O2::MCHSimulation
Original file line number Diff line number Diff line change 3838#include <CPVSimulation/Detector.h>
3939#include <ZDCSimulation/Detector.h>
4040#include <FOCALSimulation/Detector.h>
41+ #include <ExternalDetectors/ExternalDetector.h>
4142#include <DetectorsPassive/Cave.h>
4243#include <DetectorsPassive/FrameStructure.h>
4344#include <SimConfig/SimConfig.h>
6465#endif
6566
6667#include <DetectorsPassive/ExternalModule.h>
67- #include <ExternalDetectors/ExternalDetector.h>
6868
6969using Return = o2 ::base ::Detector * ;
7070
You can’t perform that action at this time.
0 commit comments