From 084d8227771df2fb76c4017f919b493bf53fdcc6 Mon Sep 17 00:00:00 2001
From: P-A Loizeau <p.-a.loizeau@gsi.de>
Date: Thu, 19 Dec 2024 15:02:26 +0100
Subject: [PATCH] Add missing expected overlap in CFV MVD not ignored due to
 volume name change

---
 macro/geometry/check_overlaps.C | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/macro/geometry/check_overlaps.C b/macro/geometry/check_overlaps.C
index 1b691fba00..eeabc758c8 100644
--- a/macro/geometry/check_overlaps.C
+++ b/macro/geometry/check_overlaps.C
@@ -211,6 +211,8 @@ std::vector<std::pair<std::string, std::string>> cbm_dets_overlaps_sampling = {
   {"shielding_box: node shielding_box_1 overlapping shieling_wing_1", "between shielding box parts (RICH internal)"},
   {"MVDscripted: node station_S0_1/heatsink_S0_1/heatsinkpart_2_2 overlapping top_bottom_plate_2",
    "between heatsink and bottom plate (internal to MVD)"},
+  {"TwoStation: node station_S0_1/heatsink_S0_1/heatsinkpart_2_2 overlapping top_bottom_plate_2",
+   "between heatsink and bottom plate (internal to MVD)"},
   {"conical_beam_pipe: node rich_much_downstream_flange_1 overlapping conus_volume_1",  // Fix in next beampipe geo
    "between R/M flange and cone (beampipe internal), known fix pending"}
 };
-- 
GitLab