jfjoch_tests: Fix for new detector geometry
This commit is contained in:
@@ -230,8 +230,8 @@ TEST_CASE("DetectorGeometryModular_Limit", "[DetectorGeometry]") {
|
||||
DetectorGeometryModular geometry(module_geom);
|
||||
|
||||
REQUIRE(geometry.GetModulesNum() == 2);
|
||||
CHECK(geometry.GetWidth(true) == 5000 + 513 - (-100 - 1029));
|
||||
CHECK(geometry.GetHeight(true) == 2999 + 513 - 500);
|
||||
CHECK(geometry.GetWidth(true) == 5000 + 514 - (-100 - 1030) - 1);
|
||||
CHECK(geometry.GetHeight(true) == 2999 - 500 + 1);
|
||||
}
|
||||
|
||||
TEST_CASE("DetectorGeometryModular_Custom_Mirror", "[DetectorGeometry]") {
|
||||
|
||||
Reference in New Issue
Block a user