Skip to content

Commit

Permalink
TGeo
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Nov 22, 2023
1 parent e1cb95c commit 306af70
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
Binary file removed Tests/Data/panda.root
Binary file not shown.
10 changes: 0 additions & 10 deletions Tests/UnitTests/Plugins/TGeo/TGeoLayerBuilderTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,6 @@ namespace Acts {

namespace Test {

/// @brief struct to load the global geometry
struct RootGeometry {
RootGeometry() {
auto path = Acts::Test::getDataPath("panda.root");
TGeoManager::Import(path.c_str());
}
};

RootGeometry rGeometry = RootGeometry();

GeometryContext tgContext = GeometryContext();

/// @brief Unit test checking the match probability
Expand Down
10 changes: 0 additions & 10 deletions Tests/UnitTests/Plugins/TGeo/TGeoParserTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,8 @@ namespace Acts {

namespace Test {

/// @brief struct to load the global geometry
struct RootGeometry {
RootGeometry() {
auto path = Acts::Test::getDataPath("panda.root");
TGeoManager::Import(path.c_str());
}
};

GeometryContext tgContext = GeometryContext();

RootGeometry rGeometry = RootGeometry();

/// @brief Unit test Parsing a TGeo geometry
BOOST_AUTO_TEST_CASE(TGeoParser_Pixel) {
if (gGeoManager != nullptr) {
Expand Down

0 comments on commit 306af70

Please sign in to comment.