From 5e8e359d4c7608bee6be61426511524c65889bde Mon Sep 17 00:00:00 2001 From: Hangyi Wu Date: Thu, 14 Mar 2024 08:17:00 -0400 Subject: [PATCH 01/18] update ut beam pipe interface --- Detector/UT/src/UT_geo.cpp | 5 +- .../components/Pipe/trunk/Magnet-UX851.xml | 10 - .../Regions/2024-v00.00/detector.xml | 18 +- .../Regions/2024-v00.00/parameters.xml | 2 + compact/components/UT/trunk/UTBox.xml | 210 ++++++++++++++---- compact/components/UT/trunk/parameters.xml | 111 +++++---- 6 files changed, 250 insertions(+), 106 deletions(-) diff --git a/Detector/UT/src/UT_geo.cpp b/Detector/UT/src/UT_geo.cpp index 21c9ab56a0..ba874db818 100644 --- a/Detector/UT/src/UT_geo.cpp +++ b/Detector/UT/src/UT_geo.cpp @@ -1234,10 +1234,7 @@ namespace { deUTA.setPlacement( pv ); } } - if ( m_build_jacket ) { - pv = lvUT.placeVolume( volume( "lvUTJacket" ), - Position( 0, 0, _toDouble( "UX851Rich1TTSplitZposIP-UTSystemZ" ) ) ); - } + if ( m_build_jacket ) { pv = lvUT.placeVolume( volume( "lvUTJacket" ) ); } if ( m_build_pipeheater ) { pv = lvUT.placeVolume( volume( "lvUTPipeHeater" ) ); } // registerVolume( lvUT.name(), lvUT ); } // build_detector diff --git a/compact/components/Pipe/trunk/Magnet-UX851.xml b/compact/components/Pipe/trunk/Magnet-UX851.xml index ce2d80526c..6c14df488c 100644 --- a/compact/components/Pipe/trunk/Magnet-UX851.xml +++ b/compact/components/Pipe/trunk/Magnet-UX851.xml @@ -33,13 +33,6 @@ - - diff --git a/compact/components/Regions/2024-v00.00/detector.xml b/compact/components/Regions/2024-v00.00/detector.xml index 58109b1eb8..331929ee67 100644 --- a/compact/components/Regions/2024-v00.00/detector.xml +++ b/compact/components/Regions/2024-v00.00/detector.xml @@ -22,8 +22,13 @@ - + + + + + @@ -35,8 +40,13 @@ - + + + + + + + diff --git a/compact/components/Regions/2024-v00.00/parameters.xml b/compact/components/Regions/2024-v00.00/parameters.xml index 7cb7ed9f65..f84335711d 100644 --- a/compact/components/Regions/2024-v00.00/parameters.xml +++ b/compact/components/Regions/2024-v00.00/parameters.xml @@ -25,6 +25,8 @@ + + diff --git a/compact/components/UT/trunk/UTBox.xml b/compact/components/UT/trunk/UTBox.xml index 25e818fe03..66eec6aa87 100644 --- a/compact/components/UT/trunk/UTBox.xml +++ b/compact/components/UT/trunk/UTBox.xml @@ -26,54 +26,71 @@ + - - - - + - - + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + - - + + - - + + - - + + + + + + - - + - + + @@ -90,42 +107,139 @@ - - + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + - - + + + - - + + - - + + + + + + + + + + + + + - - - - - - - - + + + + + - - + + diff --git a/compact/components/UT/trunk/parameters.xml b/compact/components/UT/trunk/parameters.xml index 647c67deba..fc5a9b06ea 100644 --- a/compact/components/UT/trunk/parameters.xml +++ b/compact/components/UT/trunk/parameters.xml @@ -215,50 +215,60 @@ - - + + + + + + + - - - - + + - - - - - - - - + + + + + + + + + + + + - + + + + + + - - - - + - - - + + + + @@ -270,24 +280,45 @@ - - + + - + - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + @@ -599,7 +630,7 @@ - + @@ -707,13 +738,13 @@ - + - + -- GitLab From a8c9e4fe6c5e39e41bd59df9f54adf1874ff0abb Mon Sep 17 00:00:00 2001 From: Hangyi Wu Date: Wed, 19 Jun 2024 15:30:35 +0200 Subject: [PATCH 02/18] fix: make UT material consistent with DetDesc --- compact/components/UT/trunk/parameters.xml | 40 +++++++++------------- 1 file changed, 17 insertions(+), 23 deletions(-) diff --git a/compact/components/UT/trunk/parameters.xml b/compact/components/UT/trunk/parameters.xml index fc5a9b06ea..ea90a85ebd 100644 --- a/compact/components/UT/trunk/parameters.xml +++ b/compact/components/UT/trunk/parameters.xml @@ -533,16 +533,6 @@ - - - - - - - - - - @@ -651,17 +641,26 @@ + + + + + + - - - - - + + + - - - + + + + + + + + @@ -701,11 +700,6 @@ - - - - - -- GitLab From f082b0c1eae1ce2b0b6b27a17070380552104274 Mon Sep 17 00:00:00 2001 From: Hangyi Wu Date: Tue, 2 Jul 2024 04:20:25 +0200 Subject: [PATCH 03/18] fix: sync up run3/trunk and run3/2024-v00.00 for Pipe --- compact/components/Pipe/2024-v00.00/Magnet-UX851.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/compact/components/Pipe/2024-v00.00/Magnet-UX851.xml b/compact/components/Pipe/2024-v00.00/Magnet-UX851.xml index ce2d80526c..6c14df488c 100644 --- a/compact/components/Pipe/2024-v00.00/Magnet-UX851.xml +++ b/compact/components/Pipe/2024-v00.00/Magnet-UX851.xml @@ -33,13 +33,6 @@ - - -- GitLab From f583743c863e50fe597bc2646d06520dfa569737 Mon Sep 17 00:00:00 2001 From: Hangyi Wu Date: Tue, 2 Jul 2024 04:21:54 +0200 Subject: [PATCH 04/18] fix: sync up run3/trunk and run3/2024-v00.00 for UT --- compact/components/UT/2024-v00.00/UTBox.xml | 210 ++++++++++++++---- .../components/UT/2024-v00.00/parameters.xml | 151 +++++++------ 2 files changed, 250 insertions(+), 111 deletions(-) diff --git a/compact/components/UT/2024-v00.00/UTBox.xml b/compact/components/UT/2024-v00.00/UTBox.xml index 25e818fe03..66eec6aa87 100644 --- a/compact/components/UT/2024-v00.00/UTBox.xml +++ b/compact/components/UT/2024-v00.00/UTBox.xml @@ -26,54 +26,71 @@ + - - - - + - - + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + - - + + - - + + - - + + + + + + - - + - + + @@ -90,42 +107,139 @@ - - + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + - - + + + - - + + - - + + + + + + + + + + + + + - - - - - - - - + + + + + - - + + diff --git a/compact/components/UT/2024-v00.00/parameters.xml b/compact/components/UT/2024-v00.00/parameters.xml index 975c1670eb..b18f53e880 100644 --- a/compact/components/UT/2024-v00.00/parameters.xml +++ b/compact/components/UT/2024-v00.00/parameters.xml @@ -215,50 +215,60 @@ - - + + + + + + + - - - - + + - - - - - - - - + + + + + + + + + + + + - + + + + + + - - - - + - - - + + + + @@ -270,24 +280,45 @@ - - + + - + - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + @@ -502,16 +533,6 @@ - - - - - - - - - - @@ -599,7 +620,7 @@ - + @@ -620,17 +641,26 @@ + + + + + + - - - - - + + + - - - + + + + + + + + @@ -670,11 +700,6 @@ - - - - - @@ -707,13 +732,13 @@ - + - + -- GitLab From d6386b52d80300cc4e89036136850a2c822cb785 Mon Sep 17 00:00:00 2001 From: Hangyi Wu Date: Tue, 2 Jul 2024 04:23:35 +0200 Subject: [PATCH 05/18] fix: sync up run3/trunk and run3/2024-v00.00 for Regions --- compact/components/Regions/trunk/detector.xml | 18 ++++++++++++++---- .../components/Regions/trunk/parameters.xml | 2 ++ 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/compact/components/Regions/trunk/detector.xml b/compact/components/Regions/trunk/detector.xml index 58109b1eb8..331929ee67 100644 --- a/compact/components/Regions/trunk/detector.xml +++ b/compact/components/Regions/trunk/detector.xml @@ -22,8 +22,13 @@ - + + + + + @@ -35,8 +40,13 @@ - + + + + + + + diff --git a/compact/components/Regions/trunk/parameters.xml b/compact/components/Regions/trunk/parameters.xml index 7cb7ed9f65..f84335711d 100644 --- a/compact/components/Regions/trunk/parameters.xml +++ b/compact/components/Regions/trunk/parameters.xml @@ -25,6 +25,8 @@ + + -- GitLab From d5698efe36f126a7086d04cb72d2a2aa6fa11d10 Mon Sep 17 00:00:00 2001 From: Hangyi Wu Date: Tue, 2 Jul 2024 15:08:33 +0200 Subject: [PATCH 06/18] revert: remove changes in 2024-v00.00 --- .../Pipe/2024-v00.00/Magnet-UX851.xml | 10 + .../Regions/2024-v00.00/detector.xml | 18 +- .../Regions/2024-v00.00/parameters.xml | 2 - compact/components/UT/2024-v00.00/UTBox.xml | 210 ++++-------------- .../components/UT/2024-v00.00/parameters.xml | 151 ++++++------- 5 files changed, 125 insertions(+), 266 deletions(-) diff --git a/compact/components/Pipe/2024-v00.00/Magnet-UX851.xml b/compact/components/Pipe/2024-v00.00/Magnet-UX851.xml index 6c14df488c..ce2d80526c 100644 --- a/compact/components/Pipe/2024-v00.00/Magnet-UX851.xml +++ b/compact/components/Pipe/2024-v00.00/Magnet-UX851.xml @@ -33,6 +33,13 @@ + + diff --git a/compact/components/Regions/2024-v00.00/detector.xml b/compact/components/Regions/2024-v00.00/detector.xml index 331929ee67..58109b1eb8 100644 --- a/compact/components/Regions/2024-v00.00/detector.xml +++ b/compact/components/Regions/2024-v00.00/detector.xml @@ -22,13 +22,8 @@ - - - - - + @@ -40,13 +35,8 @@ - - - - - - - + diff --git a/compact/components/Regions/2024-v00.00/parameters.xml b/compact/components/Regions/2024-v00.00/parameters.xml index f84335711d..7cb7ed9f65 100644 --- a/compact/components/Regions/2024-v00.00/parameters.xml +++ b/compact/components/Regions/2024-v00.00/parameters.xml @@ -25,8 +25,6 @@ - - diff --git a/compact/components/UT/2024-v00.00/UTBox.xml b/compact/components/UT/2024-v00.00/UTBox.xml index 66eec6aa87..25e818fe03 100644 --- a/compact/components/UT/2024-v00.00/UTBox.xml +++ b/compact/components/UT/2024-v00.00/UTBox.xml @@ -26,71 +26,54 @@ - + + + - + + - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + - - - + + + - - + + - - + + - - + + - - - - - + + - - + @@ -107,139 +90,42 @@ - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - + + - - - - + + - - + + - - - - - - - - - - + + - - - - - - - - + + + + + + + + - - + + diff --git a/compact/components/UT/2024-v00.00/parameters.xml b/compact/components/UT/2024-v00.00/parameters.xml index b18f53e880..975c1670eb 100644 --- a/compact/components/UT/2024-v00.00/parameters.xml +++ b/compact/components/UT/2024-v00.00/parameters.xml @@ -215,60 +215,50 @@ - - - + + - - - - + + - - + + + - - - - - - - - - - - - + + + + + + + - + - - - - - - - - - - + + + + + + + @@ -280,45 +270,24 @@ - - + + - + - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - + + + + + + + + + + + @@ -533,6 +502,16 @@ + + + + + + + + + + @@ -620,7 +599,7 @@ - + @@ -641,26 +620,17 @@ - - - - - - - - - + + + + + - - - - - - - - + + + @@ -700,6 +670,11 @@ + + + + + @@ -732,13 +707,13 @@ - + - + -- GitLab From 28dd7853af417aac4a774952d2ed5d15023d8446 Mon Sep 17 00:00:00 2001 From: Hangyi Wu Date: Tue, 2 Jul 2024 15:09:56 +0200 Subject: [PATCH 07/18] feat!: make 2024-v01.00 --- .../Pipe/2024-v01.00/AfterMagnet-Bakeout.xml | 35 + .../Pipe/2024-v01.00/AfterMagnet-Params.xml | 162 + .../Pipe/2024-v01.00/AfterMuon-BPMSW.xml | 188 ++ .../Pipe/2024-v01.00/AfterMuon-Params.xml | 194 ++ .../Pipe/2024-v01.00/AfterMuon-VVSGF.xml | 64 + .../Pipe/2024-v01.00/AfterMuon-Vax.xml | 522 ++++ .../components/Pipe/2024-v01.00/AfterMuon.xml | 78 + .../Pipe/2024-v01.00/AfterT-Support.xml | 40 + .../components/Pipe/2024-v01.00/AfterT.xml | 116 + .../Pipe/2024-v01.00/BeforeMagnet.xml | 94 + .../Pipe/2024-v01.00/BeforeVelo-Support.xml | 579 ++++ .../Pipe/2024-v01.00/BeforeVelo.xml | 69 + .../Pipe/2024-v01.00/DebugDummies.xml | 61 + .../Pipe/2024-v01.00/Downstream-Bakeout.xml | 94 + .../2024-v01.00/Downstream-BakeoutParams.xml | 107 + .../2024-v01.00/Downstream-Compensator.xml | 228 ++ .../2024-v01.00/Downstream-PipeParams.xml | 438 +++ .../Pipe/2024-v01.00/Downstream-Support.xml | 559 ++++ .../2024-v01.00/Downstream-SupportParams.xml | 129 + .../Pipe/2024-v01.00/Downstream-UX853.xml | 124 + .../Pipe/2024-v01.00/Downstream-UX854.xml | 619 ++++ .../Pipe/2024-v01.00/Downstream.xml | 46 + .../Pipe/2024-v01.00/InRich1-Params.xml | 75 + .../components/Pipe/2024-v01.00/InRich1.xml | 239 ++ .../Pipe/2024-v01.00/InRich1Debug.xml | 244 ++ compact/components/Pipe/2024-v01.00/InT.xml | 77 + compact/components/Pipe/2024-v01.00/InTV.xml | 392 +++ compact/components/Pipe/2024-v01.00/InUT.xml | 79 + compact/components/Pipe/2024-v01.00/InVP.xml | 392 +++ .../Pipe/2024-v01.00/Magnet-Bellows.xml | 187 ++ .../Pipe/2024-v01.00/Magnet-Compensator.xml | 232 ++ .../Pipe/2024-v01.00/Magnet-PipeParams.xml | 625 ++++ .../Pipe/2024-v01.00/Magnet-Support.xml | 2769 +++++++++++++++++ .../Pipe/2024-v01.00/Magnet-SupportParams.xml | 586 ++++ .../Pipe/2024-v01.00/Magnet-UX851.xml | 108 + .../Pipe/2024-v01.00/Magnet-UX852.xml | 196 ++ .../Pipe/2024-v01.00/Magnet-UX853.xml | 118 + .../components/Pipe/2024-v01.00/Magnet.xml | 83 + .../Pipe/2024-v01.00/PipeAfterMagnet.xml | 14 + .../Pipe/2024-v01.00/PipeAfterMuon.xml | 17 + .../Pipe/2024-v01.00/PipeAfterT.xml | 14 + .../Pipe/2024-v01.00/PipeBeforeMagnet.xml | 13 + .../Pipe/2024-v01.00/PipeBeforeVelo.xml | 14 + .../Pipe/2024-v01.00/PipeCommon.xml | 15 + .../Pipe/2024-v01.00/PipeDownstream.xml | 21 + .../Pipe/2024-v01.00/PipeMagnet.xml | 16 + compact/components/Pipe/2024-v01.00/PipeT.xml | 13 + .../components/Pipe/2024-v01.00/PipeTV.xml | 13 + .../components/Pipe/2024-v01.00/PipeUP.xml | 12 + .../components/Pipe/2024-v01.00/PipeUT.xml | 14 + .../Pipe/2024-v01.00/PipeUpstream.xml | 19 + .../components/Pipe/2024-v01.00/PipeVP.xml | 13 + .../Pipe/2024-v01.00/Upstream-BPMSW.xml | 192 ++ .../Pipe/2024-v01.00/Upstream-Params.xml | 236 ++ .../Pipe/2024-v01.00/Upstream-UX84.xml | 46 + .../Pipe/2024-v01.00/Upstream-VVSGF.xml | 64 + .../Pipe/2024-v01.00/Upstream-Vax.xml | 538 ++++ .../components/Pipe/2024-v01.00/Upstream.xml | 181 ++ .../2024-v01.00/VMA/VMA-AA-Downstream.xml | 39 + .../2024-v01.00/VMA/VMA-AA-DownstreamVax.xml | 39 + .../Pipe/2024-v01.00/VMA/VMA-AA-Upstream.xml | 39 + .../2024-v01.00/VMA/VMA-AA-UpstreamVax.xml | 39 + .../Pipe/2024-v01.00/VMA/VMA-AA.xml | 39 + .../Pipe/2024-v01.00/VMA/VMA-BJ.xml | 40 + .../Pipe/2024-v01.00/VMA/VMA-BK-Upstream.xml | 40 + .../Pipe/2024-v01.00/VMA/VMA-CA-Upstream1.xml | 40 + .../Pipe/2024-v01.00/VMA/VMA-CA-Upstream2.xml | 44 + .../Pipe/2024-v01.00/VMA/VMA-Params.xml | 96 + compact/components/Pipe/2024-v01.00/a.xml | 624 ++++ .../components/Pipe/2024-v01.00/materials.xml | 280 ++ .../Pipe/2024-v01.00/parameters.xml | 65 + .../Regions/2024-v01.00/detector.xml | 94 + .../Regions/2024-v01.00/parameters.xml | 98 + compact/components/UT/2024-v01.00/Module.xml | 311 ++ compact/components/UT/2024-v01.00/Sensor.xml | 128 + compact/components/UT/2024-v01.00/Stave.xml | 208 ++ compact/components/UT/2024-v01.00/UT.xml | 17 + compact/components/UT/2024-v01.00/UTBox.xml | 245 ++ compact/components/UT/2024-v01.00/UTHalf.xml | 14 + .../components/UT/2024-v01.00/UTaULayer.xml | 41 + .../components/UT/2024-v01.00/UTaXLayer.xml | 41 + .../components/UT/2024-v01.00/UTbVLayer.xml | 41 + .../components/UT/2024-v01.00/UTbXLayer.xml | 42 + .../components/UT/2024-v01.00/conditions.xml | 45 + .../components/UT/2024-v01.00/detector.xml | 62 + .../components/UT/2024-v01.00/parameters.xml | 754 +++++ 86 files changed, 15978 insertions(+) create mode 100644 compact/components/Pipe/2024-v01.00/AfterMagnet-Bakeout.xml create mode 100644 compact/components/Pipe/2024-v01.00/AfterMagnet-Params.xml create mode 100644 compact/components/Pipe/2024-v01.00/AfterMuon-BPMSW.xml create mode 100644 compact/components/Pipe/2024-v01.00/AfterMuon-Params.xml create mode 100644 compact/components/Pipe/2024-v01.00/AfterMuon-VVSGF.xml create mode 100644 compact/components/Pipe/2024-v01.00/AfterMuon-Vax.xml create mode 100644 compact/components/Pipe/2024-v01.00/AfterMuon.xml create mode 100644 compact/components/Pipe/2024-v01.00/AfterT-Support.xml create mode 100644 compact/components/Pipe/2024-v01.00/AfterT.xml create mode 100644 compact/components/Pipe/2024-v01.00/BeforeMagnet.xml create mode 100644 compact/components/Pipe/2024-v01.00/BeforeVelo-Support.xml create mode 100644 compact/components/Pipe/2024-v01.00/BeforeVelo.xml create mode 100644 compact/components/Pipe/2024-v01.00/DebugDummies.xml create mode 100644 compact/components/Pipe/2024-v01.00/Downstream-Bakeout.xml create mode 100644 compact/components/Pipe/2024-v01.00/Downstream-BakeoutParams.xml create mode 100644 compact/components/Pipe/2024-v01.00/Downstream-Compensator.xml create mode 100644 compact/components/Pipe/2024-v01.00/Downstream-PipeParams.xml create mode 100644 compact/components/Pipe/2024-v01.00/Downstream-Support.xml create mode 100644 compact/components/Pipe/2024-v01.00/Downstream-SupportParams.xml create mode 100644 compact/components/Pipe/2024-v01.00/Downstream-UX853.xml create mode 100644 compact/components/Pipe/2024-v01.00/Downstream-UX854.xml create mode 100644 compact/components/Pipe/2024-v01.00/Downstream.xml create mode 100644 compact/components/Pipe/2024-v01.00/InRich1-Params.xml create mode 100644 compact/components/Pipe/2024-v01.00/InRich1.xml create mode 100644 compact/components/Pipe/2024-v01.00/InRich1Debug.xml create mode 100644 compact/components/Pipe/2024-v01.00/InT.xml create mode 100644 compact/components/Pipe/2024-v01.00/InTV.xml create mode 100644 compact/components/Pipe/2024-v01.00/InUT.xml create mode 100644 compact/components/Pipe/2024-v01.00/InVP.xml create mode 100644 compact/components/Pipe/2024-v01.00/Magnet-Bellows.xml create mode 100644 compact/components/Pipe/2024-v01.00/Magnet-Compensator.xml create mode 100644 compact/components/Pipe/2024-v01.00/Magnet-PipeParams.xml create mode 100644 compact/components/Pipe/2024-v01.00/Magnet-Support.xml create mode 100644 compact/components/Pipe/2024-v01.00/Magnet-SupportParams.xml create mode 100644 compact/components/Pipe/2024-v01.00/Magnet-UX851.xml create mode 100644 compact/components/Pipe/2024-v01.00/Magnet-UX852.xml create mode 100644 compact/components/Pipe/2024-v01.00/Magnet-UX853.xml create mode 100644 compact/components/Pipe/2024-v01.00/Magnet.xml create mode 100644 compact/components/Pipe/2024-v01.00/PipeAfterMagnet.xml create mode 100644 compact/components/Pipe/2024-v01.00/PipeAfterMuon.xml create mode 100644 compact/components/Pipe/2024-v01.00/PipeAfterT.xml create mode 100644 compact/components/Pipe/2024-v01.00/PipeBeforeMagnet.xml create mode 100644 compact/components/Pipe/2024-v01.00/PipeBeforeVelo.xml create mode 100644 compact/components/Pipe/2024-v01.00/PipeCommon.xml create mode 100644 compact/components/Pipe/2024-v01.00/PipeDownstream.xml create mode 100644 compact/components/Pipe/2024-v01.00/PipeMagnet.xml create mode 100644 compact/components/Pipe/2024-v01.00/PipeT.xml create mode 100644 compact/components/Pipe/2024-v01.00/PipeTV.xml create mode 100644 compact/components/Pipe/2024-v01.00/PipeUP.xml create mode 100644 compact/components/Pipe/2024-v01.00/PipeUT.xml create mode 100644 compact/components/Pipe/2024-v01.00/PipeUpstream.xml create mode 100644 compact/components/Pipe/2024-v01.00/PipeVP.xml create mode 100644 compact/components/Pipe/2024-v01.00/Upstream-BPMSW.xml create mode 100644 compact/components/Pipe/2024-v01.00/Upstream-Params.xml create mode 100644 compact/components/Pipe/2024-v01.00/Upstream-UX84.xml create mode 100644 compact/components/Pipe/2024-v01.00/Upstream-VVSGF.xml create mode 100644 compact/components/Pipe/2024-v01.00/Upstream-Vax.xml create mode 100644 compact/components/Pipe/2024-v01.00/Upstream.xml create mode 100644 compact/components/Pipe/2024-v01.00/VMA/VMA-AA-Downstream.xml create mode 100644 compact/components/Pipe/2024-v01.00/VMA/VMA-AA-DownstreamVax.xml create mode 100644 compact/components/Pipe/2024-v01.00/VMA/VMA-AA-Upstream.xml create mode 100644 compact/components/Pipe/2024-v01.00/VMA/VMA-AA-UpstreamVax.xml create mode 100644 compact/components/Pipe/2024-v01.00/VMA/VMA-AA.xml create mode 100644 compact/components/Pipe/2024-v01.00/VMA/VMA-BJ.xml create mode 100644 compact/components/Pipe/2024-v01.00/VMA/VMA-BK-Upstream.xml create mode 100644 compact/components/Pipe/2024-v01.00/VMA/VMA-CA-Upstream1.xml create mode 100644 compact/components/Pipe/2024-v01.00/VMA/VMA-CA-Upstream2.xml create mode 100644 compact/components/Pipe/2024-v01.00/VMA/VMA-Params.xml create mode 100644 compact/components/Pipe/2024-v01.00/a.xml create mode 100644 compact/components/Pipe/2024-v01.00/materials.xml create mode 100644 compact/components/Pipe/2024-v01.00/parameters.xml create mode 100644 compact/components/Regions/2024-v01.00/detector.xml create mode 100644 compact/components/Regions/2024-v01.00/parameters.xml create mode 100644 compact/components/UT/2024-v01.00/Module.xml create mode 100644 compact/components/UT/2024-v01.00/Sensor.xml create mode 100644 compact/components/UT/2024-v01.00/Stave.xml create mode 100644 compact/components/UT/2024-v01.00/UT.xml create mode 100644 compact/components/UT/2024-v01.00/UTBox.xml create mode 100644 compact/components/UT/2024-v01.00/UTHalf.xml create mode 100644 compact/components/UT/2024-v01.00/UTaULayer.xml create mode 100644 compact/components/UT/2024-v01.00/UTaXLayer.xml create mode 100644 compact/components/UT/2024-v01.00/UTbVLayer.xml create mode 100644 compact/components/UT/2024-v01.00/UTbXLayer.xml create mode 100644 compact/components/UT/2024-v01.00/conditions.xml create mode 100644 compact/components/UT/2024-v01.00/detector.xml create mode 100644 compact/components/UT/2024-v01.00/parameters.xml diff --git a/compact/components/Pipe/2024-v01.00/AfterMagnet-Bakeout.xml b/compact/components/Pipe/2024-v01.00/AfterMagnet-Bakeout.xml new file mode 100644 index 0000000000..7009c85a51 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/AfterMagnet-Bakeout.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/AfterMagnet-Params.xml b/compact/components/Pipe/2024-v01.00/AfterMagnet-Params.xml new file mode 100644 index 0000000000..adf1f87859 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/AfterMagnet-Params.xml @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/AfterMuon-BPMSW.xml b/compact/components/Pipe/2024-v01.00/AfterMuon-BPMSW.xml new file mode 100644 index 0000000000..46dd360504 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/AfterMuon-BPMSW.xml @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/AfterMuon-Params.xml b/compact/components/Pipe/2024-v01.00/AfterMuon-Params.xml new file mode 100644 index 0000000000..c1375e79fc --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/AfterMuon-Params.xml @@ -0,0 +1,194 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/AfterMuon-VVSGF.xml b/compact/components/Pipe/2024-v01.00/AfterMuon-VVSGF.xml new file mode 100644 index 0000000000..48cf5f4c9f --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/AfterMuon-VVSGF.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/AfterMuon-Vax.xml b/compact/components/Pipe/2024-v01.00/AfterMuon-Vax.xml new file mode 100644 index 0000000000..029d09ea84 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/AfterMuon-Vax.xml @@ -0,0 +1,522 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/AfterMuon.xml b/compact/components/Pipe/2024-v01.00/AfterMuon.xml new file mode 100644 index 0000000000..023a400103 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/AfterMuon.xml @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/AfterT-Support.xml b/compact/components/Pipe/2024-v01.00/AfterT-Support.xml new file mode 100644 index 0000000000..2d3d8d05a1 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/AfterT-Support.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/AfterT.xml b/compact/components/Pipe/2024-v01.00/AfterT.xml new file mode 100644 index 0000000000..dc58f13da0 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/AfterT.xml @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/BeforeMagnet.xml b/compact/components/Pipe/2024-v01.00/BeforeMagnet.xml new file mode 100644 index 0000000000..8a36eb093c --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/BeforeMagnet.xml @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pipe position before in the region + + + + diff --git a/compact/components/Pipe/2024-v01.00/BeforeVelo-Support.xml b/compact/components/Pipe/2024-v01.00/BeforeVelo-Support.xml new file mode 100644 index 0000000000..073abee57c --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/BeforeVelo-Support.xml @@ -0,0 +1,579 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pipe position in the region + + + + + +What is this ? Looks like a VMA warm module .... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pipe position in the region + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/BeforeVelo.xml b/compact/components/Pipe/2024-v01.00/BeforeVelo.xml new file mode 100644 index 0000000000..5bfc5ecb8d --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/BeforeVelo.xml @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pipe position in the region + + + + + diff --git a/compact/components/Pipe/2024-v01.00/DebugDummies.xml b/compact/components/Pipe/2024-v01.00/DebugDummies.xml new file mode 100644 index 0000000000..54e03ddf60 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/DebugDummies.xml @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/Downstream-Bakeout.xml b/compact/components/Pipe/2024-v01.00/Downstream-Bakeout.xml new file mode 100644 index 0000000000..25423beb5a --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/Downstream-Bakeout.xml @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/Downstream-BakeoutParams.xml b/compact/components/Pipe/2024-v01.00/Downstream-BakeoutParams.xml new file mode 100644 index 0000000000..8a2782d51b --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/Downstream-BakeoutParams.xml @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/Downstream-Compensator.xml b/compact/components/Pipe/2024-v01.00/Downstream-Compensator.xml new file mode 100644 index 0000000000..4e0236e75d --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/Downstream-Compensator.xml @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/Downstream-PipeParams.xml b/compact/components/Pipe/2024-v01.00/Downstream-PipeParams.xml new file mode 100644 index 0000000000..a533ee8617 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/Downstream-PipeParams.xml @@ -0,0 +1,438 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/Downstream-Support.xml b/compact/components/Pipe/2024-v01.00/Downstream-Support.xml new file mode 100644 index 0000000000..2d53baa439 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/Downstream-Support.xml @@ -0,0 +1,559 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/Downstream-SupportParams.xml b/compact/components/Pipe/2024-v01.00/Downstream-SupportParams.xml new file mode 100644 index 0000000000..ec87b5b175 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/Downstream-SupportParams.xml @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/Downstream-UX853.xml b/compact/components/Pipe/2024-v01.00/Downstream-UX853.xml new file mode 100644 index 0000000000..cad14fd080 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/Downstream-UX853.xml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/Downstream-UX854.xml b/compact/components/Pipe/2024-v01.00/Downstream-UX854.xml new file mode 100644 index 0000000000..f359dc76ab --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/Downstream-UX854.xml @@ -0,0 +1,619 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/Downstream.xml b/compact/components/Pipe/2024-v01.00/Downstream.xml new file mode 100644 index 0000000000..1beb42a19c --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/Downstream.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/InRich1-Params.xml b/compact/components/Pipe/2024-v01.00/InRich1-Params.xml new file mode 100644 index 0000000000..095a883eda --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/InRich1-Params.xml @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/InRich1.xml b/compact/components/Pipe/2024-v01.00/InRich1.xml new file mode 100644 index 0000000000..86d7bfbdb7 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/InRich1.xml @@ -0,0 +1,239 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/InRich1Debug.xml b/compact/components/Pipe/2024-v01.00/InRich1Debug.xml new file mode 100644 index 0000000000..746107f2fb --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/InRich1Debug.xml @@ -0,0 +1,244 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/InT.xml b/compact/components/Pipe/2024-v01.00/InT.xml new file mode 100644 index 0000000000..511c69b7b7 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/InT.xml @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/InTV.xml b/compact/components/Pipe/2024-v01.00/InTV.xml new file mode 100644 index 0000000000..0c88e1539b --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/InTV.xml @@ -0,0 +1,392 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/InUT.xml b/compact/components/Pipe/2024-v01.00/InUT.xml new file mode 100644 index 0000000000..38fe79cf2c --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/InUT.xml @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/InVP.xml b/compact/components/Pipe/2024-v01.00/InVP.xml new file mode 100644 index 0000000000..b30f91c5e1 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/InVP.xml @@ -0,0 +1,392 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/Magnet-Bellows.xml b/compact/components/Pipe/2024-v01.00/Magnet-Bellows.xml new file mode 100644 index 0000000000..166572d2b8 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/Magnet-Bellows.xml @@ -0,0 +1,187 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/Magnet-Compensator.xml b/compact/components/Pipe/2024-v01.00/Magnet-Compensator.xml new file mode 100644 index 0000000000..6d034ced3f --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/Magnet-Compensator.xml @@ -0,0 +1,232 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/Magnet-PipeParams.xml b/compact/components/Pipe/2024-v01.00/Magnet-PipeParams.xml new file mode 100644 index 0000000000..8808e034ab --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/Magnet-PipeParams.xml @@ -0,0 +1,625 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/Magnet-Support.xml b/compact/components/Pipe/2024-v01.00/Magnet-Support.xml new file mode 100644 index 0000000000..8cd5a33eb5 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/Magnet-Support.xml @@ -0,0 +1,2769 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/Magnet-SupportParams.xml b/compact/components/Pipe/2024-v01.00/Magnet-SupportParams.xml new file mode 100644 index 0000000000..92c6f80251 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/Magnet-SupportParams.xml @@ -0,0 +1,586 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/Magnet-UX851.xml b/compact/components/Pipe/2024-v01.00/Magnet-UX851.xml new file mode 100644 index 0000000000..6c14df488c --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/Magnet-UX851.xml @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/Magnet-UX852.xml b/compact/components/Pipe/2024-v01.00/Magnet-UX852.xml new file mode 100644 index 0000000000..8ab1a3bb33 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/Magnet-UX852.xml @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/Magnet-UX853.xml b/compact/components/Pipe/2024-v01.00/Magnet-UX853.xml new file mode 100644 index 0000000000..be50cae714 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/Magnet-UX853.xml @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/Magnet.xml b/compact/components/Pipe/2024-v01.00/Magnet.xml new file mode 100644 index 0000000000..2f5354c0bf --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/Magnet.xml @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/PipeAfterMagnet.xml b/compact/components/Pipe/2024-v01.00/PipeAfterMagnet.xml new file mode 100644 index 0000000000..0623811e66 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/PipeAfterMagnet.xml @@ -0,0 +1,14 @@ + + + + + diff --git a/compact/components/Pipe/2024-v01.00/PipeAfterMuon.xml b/compact/components/Pipe/2024-v01.00/PipeAfterMuon.xml new file mode 100644 index 0000000000..f128731795 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/PipeAfterMuon.xml @@ -0,0 +1,17 @@ + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/PipeAfterT.xml b/compact/components/Pipe/2024-v01.00/PipeAfterT.xml new file mode 100644 index 0000000000..9d87ef226d --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/PipeAfterT.xml @@ -0,0 +1,14 @@ + + + + + diff --git a/compact/components/Pipe/2024-v01.00/PipeBeforeMagnet.xml b/compact/components/Pipe/2024-v01.00/PipeBeforeMagnet.xml new file mode 100644 index 0000000000..1f837885d8 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/PipeBeforeMagnet.xml @@ -0,0 +1,13 @@ + + + + diff --git a/compact/components/Pipe/2024-v01.00/PipeBeforeVelo.xml b/compact/components/Pipe/2024-v01.00/PipeBeforeVelo.xml new file mode 100644 index 0000000000..d2ecdaebd2 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/PipeBeforeVelo.xml @@ -0,0 +1,14 @@ + + + + + diff --git a/compact/components/Pipe/2024-v01.00/PipeCommon.xml b/compact/components/Pipe/2024-v01.00/PipeCommon.xml new file mode 100644 index 0000000000..e98db07e06 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/PipeCommon.xml @@ -0,0 +1,15 @@ + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/PipeDownstream.xml b/compact/components/Pipe/2024-v01.00/PipeDownstream.xml new file mode 100644 index 0000000000..f8324af3c1 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/PipeDownstream.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/PipeMagnet.xml b/compact/components/Pipe/2024-v01.00/PipeMagnet.xml new file mode 100644 index 0000000000..030ea7c1dd --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/PipeMagnet.xml @@ -0,0 +1,16 @@ + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/PipeT.xml b/compact/components/Pipe/2024-v01.00/PipeT.xml new file mode 100644 index 0000000000..bfbea67fae --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/PipeT.xml @@ -0,0 +1,13 @@ + + + + diff --git a/compact/components/Pipe/2024-v01.00/PipeTV.xml b/compact/components/Pipe/2024-v01.00/PipeTV.xml new file mode 100644 index 0000000000..25d44b6cac --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/PipeTV.xml @@ -0,0 +1,13 @@ + + + + diff --git a/compact/components/Pipe/2024-v01.00/PipeUP.xml b/compact/components/Pipe/2024-v01.00/PipeUP.xml new file mode 100644 index 0000000000..4782d0296f --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/PipeUP.xml @@ -0,0 +1,12 @@ + + + diff --git a/compact/components/Pipe/2024-v01.00/PipeUT.xml b/compact/components/Pipe/2024-v01.00/PipeUT.xml new file mode 100644 index 0000000000..97a711eed2 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/PipeUT.xml @@ -0,0 +1,14 @@ + + + + + diff --git a/compact/components/Pipe/2024-v01.00/PipeUpstream.xml b/compact/components/Pipe/2024-v01.00/PipeUpstream.xml new file mode 100644 index 0000000000..96f00f4bb1 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/PipeUpstream.xml @@ -0,0 +1,19 @@ + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/PipeVP.xml b/compact/components/Pipe/2024-v01.00/PipeVP.xml new file mode 100644 index 0000000000..e4e3d0b67b --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/PipeVP.xml @@ -0,0 +1,13 @@ + + + + diff --git a/compact/components/Pipe/2024-v01.00/Upstream-BPMSW.xml b/compact/components/Pipe/2024-v01.00/Upstream-BPMSW.xml new file mode 100644 index 0000000000..bfc2fc84e9 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/Upstream-BPMSW.xml @@ -0,0 +1,192 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/Upstream-Params.xml b/compact/components/Pipe/2024-v01.00/Upstream-Params.xml new file mode 100644 index 0000000000..13b6479a99 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/Upstream-Params.xml @@ -0,0 +1,236 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/Upstream-UX84.xml b/compact/components/Pipe/2024-v01.00/Upstream-UX84.xml new file mode 100644 index 0000000000..b3446dd148 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/Upstream-UX84.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/Upstream-VVSGF.xml b/compact/components/Pipe/2024-v01.00/Upstream-VVSGF.xml new file mode 100644 index 0000000000..0fbfd88b50 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/Upstream-VVSGF.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/Upstream-Vax.xml b/compact/components/Pipe/2024-v01.00/Upstream-Vax.xml new file mode 100644 index 0000000000..0e596ce093 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/Upstream-Vax.xml @@ -0,0 +1,538 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/Upstream.xml b/compact/components/Pipe/2024-v01.00/Upstream.xml new file mode 100644 index 0000000000..4bc61f8bc2 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/Upstream.xml @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/VMA/VMA-AA-Downstream.xml b/compact/components/Pipe/2024-v01.00/VMA/VMA-AA-Downstream.xml new file mode 100644 index 0000000000..d1b599f16d --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/VMA/VMA-AA-Downstream.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/VMA/VMA-AA-DownstreamVax.xml b/compact/components/Pipe/2024-v01.00/VMA/VMA-AA-DownstreamVax.xml new file mode 100644 index 0000000000..e91e60b294 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/VMA/VMA-AA-DownstreamVax.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/VMA/VMA-AA-Upstream.xml b/compact/components/Pipe/2024-v01.00/VMA/VMA-AA-Upstream.xml new file mode 100644 index 0000000000..43c7945554 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/VMA/VMA-AA-Upstream.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/VMA/VMA-AA-UpstreamVax.xml b/compact/components/Pipe/2024-v01.00/VMA/VMA-AA-UpstreamVax.xml new file mode 100644 index 0000000000..cec09ed31d --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/VMA/VMA-AA-UpstreamVax.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/VMA/VMA-AA.xml b/compact/components/Pipe/2024-v01.00/VMA/VMA-AA.xml new file mode 100644 index 0000000000..84f7917ec3 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/VMA/VMA-AA.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/VMA/VMA-BJ.xml b/compact/components/Pipe/2024-v01.00/VMA/VMA-BJ.xml new file mode 100644 index 0000000000..10e2551e7b --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/VMA/VMA-BJ.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/VMA/VMA-BK-Upstream.xml b/compact/components/Pipe/2024-v01.00/VMA/VMA-BK-Upstream.xml new file mode 100644 index 0000000000..732cb0fe50 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/VMA/VMA-BK-Upstream.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/VMA/VMA-CA-Upstream1.xml b/compact/components/Pipe/2024-v01.00/VMA/VMA-CA-Upstream1.xml new file mode 100644 index 0000000000..ea405fc651 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/VMA/VMA-CA-Upstream1.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/VMA/VMA-CA-Upstream2.xml b/compact/components/Pipe/2024-v01.00/VMA/VMA-CA-Upstream2.xml new file mode 100644 index 0000000000..a93a72a392 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/VMA/VMA-CA-Upstream2.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/VMA/VMA-Params.xml b/compact/components/Pipe/2024-v01.00/VMA/VMA-Params.xml new file mode 100644 index 0000000000..c8502731a8 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/VMA/VMA-Params.xml @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + RF contact mount global parameters + + + + + + RF contact single arm global parameters + + + + + + + + + + Transition tube global parameters + + + + + + + Pipe global parameters + + + + + + + + + + + + + + + + + + + + + + + + + + + Junction global parameters + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/a.xml b/compact/components/Pipe/2024-v01.00/a.xml new file mode 100644 index 0000000000..6ed1b2d442 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/a.xml @@ -0,0 +1,624 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pipe position in the region + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pipe position in the region + + + + + diff --git a/compact/components/Pipe/2024-v01.00/materials.xml b/compact/components/Pipe/2024-v01.00/materials.xml new file mode 100644 index 0000000000..aca60728a6 --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/materials.xml @@ -0,0 +1,280 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Pipe/2024-v01.00/parameters.xml b/compact/components/Pipe/2024-v01.00/parameters.xml new file mode 100644 index 0000000000..351bb7850c --- /dev/null +++ b/compact/components/Pipe/2024-v01.00/parameters.xml @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Regions/2024-v01.00/detector.xml b/compact/components/Regions/2024-v01.00/detector.xml new file mode 100644 index 0000000000..331929ee67 --- /dev/null +++ b/compact/components/Regions/2024-v01.00/detector.xml @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Regions/2024-v01.00/parameters.xml b/compact/components/Regions/2024-v01.00/parameters.xml new file mode 100644 index 0000000000..483a34573a --- /dev/null +++ b/compact/components/Regions/2024-v01.00/parameters.xml @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/UT/2024-v01.00/Module.xml b/compact/components/UT/2024-v01.00/Module.xml new file mode 100644 index 0000000000..e970a91150 --- /dev/null +++ b/compact/components/UT/2024-v01.00/Module.xml @@ -0,0 +1,311 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/UT/2024-v01.00/Sensor.xml b/compact/components/UT/2024-v01.00/Sensor.xml new file mode 100644 index 0000000000..8e6cdbdd7c --- /dev/null +++ b/compact/components/UT/2024-v01.00/Sensor.xml @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/compact/components/UT/2024-v01.00/Stave.xml b/compact/components/UT/2024-v01.00/Stave.xml new file mode 100644 index 0000000000..7bf12c7865 --- /dev/null +++ b/compact/components/UT/2024-v01.00/Stave.xml @@ -0,0 +1,208 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/UT/2024-v01.00/UT.xml b/compact/components/UT/2024-v01.00/UT.xml new file mode 100644 index 0000000000..82ccd2e5c4 --- /dev/null +++ b/compact/components/UT/2024-v01.00/UT.xml @@ -0,0 +1,17 @@ + + + + + + + + diff --git a/compact/components/UT/2024-v01.00/UTBox.xml b/compact/components/UT/2024-v01.00/UTBox.xml new file mode 100644 index 0000000000..66eec6aa87 --- /dev/null +++ b/compact/components/UT/2024-v01.00/UTBox.xml @@ -0,0 +1,245 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/UT/2024-v01.00/UTHalf.xml b/compact/components/UT/2024-v01.00/UTHalf.xml new file mode 100644 index 0000000000..d80f4678aa --- /dev/null +++ b/compact/components/UT/2024-v01.00/UTHalf.xml @@ -0,0 +1,14 @@ + + + + + diff --git a/compact/components/UT/2024-v01.00/UTaULayer.xml b/compact/components/UT/2024-v01.00/UTaULayer.xml new file mode 100644 index 0000000000..7ab08a95c3 --- /dev/null +++ b/compact/components/UT/2024-v01.00/UTaULayer.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/UT/2024-v01.00/UTaXLayer.xml b/compact/components/UT/2024-v01.00/UTaXLayer.xml new file mode 100644 index 0000000000..27523bed2b --- /dev/null +++ b/compact/components/UT/2024-v01.00/UTaXLayer.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/UT/2024-v01.00/UTbVLayer.xml b/compact/components/UT/2024-v01.00/UTbVLayer.xml new file mode 100644 index 0000000000..302b738166 --- /dev/null +++ b/compact/components/UT/2024-v01.00/UTbVLayer.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/UT/2024-v01.00/UTbXLayer.xml b/compact/components/UT/2024-v01.00/UTbXLayer.xml new file mode 100644 index 0000000000..0e205e655b --- /dev/null +++ b/compact/components/UT/2024-v01.00/UTbXLayer.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/UT/2024-v01.00/conditions.xml b/compact/components/UT/2024-v01.00/conditions.xml new file mode 100644 index 0000000000..0a7621fbcc --- /dev/null +++ b/compact/components/UT/2024-v01.00/conditions.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/UT/2024-v01.00/detector.xml b/compact/components/UT/2024-v01.00/detector.xml new file mode 100644 index 0000000000..e8f3b38fe6 --- /dev/null +++ b/compact/components/UT/2024-v01.00/detector.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + system:8,sensor:1,sector:1,module:3,face:1,stave:4,layer:2,side:1 + + + diff --git a/compact/components/UT/2024-v01.00/parameters.xml b/compact/components/UT/2024-v01.00/parameters.xml new file mode 100644 index 0000000000..b19f329915 --- /dev/null +++ b/compact/components/UT/2024-v01.00/parameters.xml @@ -0,0 +1,754 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- GitLab From cc1e4dc7d6b61bf8808b4acc75f63875da40d861 Mon Sep 17 00:00:00 2001 From: Gitlab CI Date: Tue, 2 Jul 2024 13:11:53 +0000 Subject: [PATCH 08/18] pre-commit fixes patch generated by https://gitlab.cern.ch/lhcb/Detector/-/jobs/40727844 --- compact/components/UT/2024-v01.00/Sensor.xml | 2 +- compact/components/UT/2024-v01.00/UT.xml | 1 - compact/components/UT/2024-v01.00/UTHalf.xml | 4 ++-- compact/components/UT/2024-v01.00/UTaULayer.xml | 4 ++-- compact/components/UT/2024-v01.00/UTaXLayer.xml | 4 ++-- compact/components/UT/2024-v01.00/UTbVLayer.xml | 4 ++-- compact/components/UT/2024-v01.00/UTbXLayer.xml | 4 ++-- 7 files changed, 11 insertions(+), 12 deletions(-) diff --git a/compact/components/UT/2024-v01.00/Sensor.xml b/compact/components/UT/2024-v01.00/Sensor.xml index 8e6cdbdd7c..0edf7f602a 100644 --- a/compact/components/UT/2024-v01.00/Sensor.xml +++ b/compact/components/UT/2024-v01.00/Sensor.xml @@ -125,4 +125,4 @@ - \ No newline at end of file + diff --git a/compact/components/UT/2024-v01.00/UT.xml b/compact/components/UT/2024-v01.00/UT.xml index 82ccd2e5c4..f17fdeeb61 100644 --- a/compact/components/UT/2024-v01.00/UT.xml +++ b/compact/components/UT/2024-v01.00/UT.xml @@ -14,4 +14,3 @@ - diff --git a/compact/components/UT/2024-v01.00/UTHalf.xml b/compact/components/UT/2024-v01.00/UTHalf.xml index d80f4678aa..6a0f3b1f67 100644 --- a/compact/components/UT/2024-v01.00/UTHalf.xml +++ b/compact/components/UT/2024-v01.00/UTHalf.xml @@ -1,10 +1,10 @@ + diff --git a/compact/components/UT/2024-v01.00/parameters.xml b/compact/components/UT/2024-v01.00/parameters.xml index ab4a92c3db..41accf8de9 100644 --- a/compact/components/UT/2024-v01.00/parameters.xml +++ b/compact/components/UT/2024-v01.00/parameters.xml @@ -252,6 +252,7 @@ + diff --git a/compact/components/UT/trunk/parameters.xml b/compact/components/UT/trunk/parameters.xml index dc12c99657..8a6fb36834 100644 --- a/compact/components/UT/trunk/parameters.xml +++ b/compact/components/UT/trunk/parameters.xml @@ -256,6 +256,7 @@ + -- GitLab From ad244c9e59d0773b9aa239115a1517864b75ba9a Mon Sep 17 00:00:00 2001 From: Hangyi Wu Date: Fri, 5 Jul 2024 18:24:34 +0200 Subject: [PATCH 11/18] fix: correct the ordering of constants --- compact/components/UT/2024-v00.00/parameters.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compact/components/UT/2024-v00.00/parameters.xml b/compact/components/UT/2024-v00.00/parameters.xml index a86615e5ba..d01488eedc 100644 --- a/compact/components/UT/2024-v00.00/parameters.xml +++ b/compact/components/UT/2024-v00.00/parameters.xml @@ -225,7 +225,6 @@ - @@ -289,6 +288,7 @@ + -- GitLab From 51f90361d16205909f6ce5b8a34e5778a4bb0f4e Mon Sep 17 00:00:00 2001 From: Hangyi Wu Date: Mon, 5 May 2025 22:22:54 +0200 Subject: [PATCH 12/18] fix: UT TypeB sensor thickness --- compact/components/UT/trunk/parameters.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compact/components/UT/trunk/parameters.xml b/compact/components/UT/trunk/parameters.xml index 8a6fb36834..7d976324fd 100644 --- a/compact/components/UT/trunk/parameters.xml +++ b/compact/components/UT/trunk/parameters.xml @@ -45,7 +45,7 @@ - + -- GitLab From 3f81a5c90c6d04e10fb8b129e1cbfb003bd35b79 Mon Sep 17 00:00:00 2001 From: Hangyi Wu Date: Thu, 15 May 2025 20:38:20 +0200 Subject: [PATCH 13/18] fix: avoid changing released geometry versions --- Detector/UT/src/UT_geo.cpp | 7 ++++++- compact/components/UT/2024-v00.00/parameters.xml | 1 - 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Detector/UT/src/UT_geo.cpp b/Detector/UT/src/UT_geo.cpp index 8209836a75..5d1ce447ec 100644 --- a/Detector/UT/src/UT_geo.cpp +++ b/Detector/UT/src/UT_geo.cpp @@ -1235,7 +1235,12 @@ namespace { } } if ( m_build_jacket ) { - pv = lvUT.placeVolume( volume( "lvUTJacket" ), Position( 0, 0, _toDouble( "UTJacketZPos" ) ) ); + try { + pv = lvUT.placeVolume( volume( "lvUTJacket" ), Position( 0, 0, _toDouble( "UTJacketZPos" ) ) ); + } catch (std::runtime_error& e) { + // In geometry_version < 2024-v00.02, UTJacketZPos was not defined + pv = lvUT.placeVolume( volume( "lvUTJacket" ), Position( 0, 0, _toDouble( "UX851Rich1TTSplitZposIP-UTSystemZ" ) ) ); + } } if ( m_build_pipeheater ) { pv = lvUT.placeVolume( volume( "lvUTPipeHeater" ) ); } // registerVolume( lvUT.name(), lvUT ); diff --git a/compact/components/UT/2024-v00.00/parameters.xml b/compact/components/UT/2024-v00.00/parameters.xml index d01488eedc..975c1670eb 100644 --- a/compact/components/UT/2024-v00.00/parameters.xml +++ b/compact/components/UT/2024-v00.00/parameters.xml @@ -288,7 +288,6 @@ - -- GitLab From 0da476ccd7c5dd05e18b68664a083a8b5ce4c48d Mon Sep 17 00:00:00 2001 From: Hangyi Wu Date: Thu, 15 May 2025 20:41:07 +0200 Subject: [PATCH 14/18] feat: define 2024-v00.02 for UT --- compact/components/UT/2024-v00.02/INFO.md | 7 ++++ .../{2024-v01.00 => 2024-v00.02}/Module.xml | 0 .../{2024-v01.00 => 2024-v00.02}/Sensor.xml | 0 .../UT/{2024-v01.00 => 2024-v00.02}/Stave.xml | 0 .../UT/{2024-v01.00 => 2024-v00.02}/UT.xml | 0 .../UT/{2024-v01.00 => 2024-v00.02}/UTBox.xml | 0 .../{2024-v01.00 => 2024-v00.02}/UTHalf.xml | 0 .../UTaULayer.xml | 0 .../UTaXLayer.xml | 0 .../UTbVLayer.xml | 0 .../UTbXLayer.xml | 0 .../conditions.xml | 40 +++++++++++++++---- .../{2024-v01.00 => 2024-v00.02}/detector.xml | 0 .../parameters.xml | 6 ++- 14 files changed, 44 insertions(+), 9 deletions(-) create mode 100644 compact/components/UT/2024-v00.02/INFO.md rename compact/components/UT/{2024-v01.00 => 2024-v00.02}/Module.xml (100%) rename compact/components/UT/{2024-v01.00 => 2024-v00.02}/Sensor.xml (100%) rename compact/components/UT/{2024-v01.00 => 2024-v00.02}/Stave.xml (100%) rename compact/components/UT/{2024-v01.00 => 2024-v00.02}/UT.xml (100%) rename compact/components/UT/{2024-v01.00 => 2024-v00.02}/UTBox.xml (100%) rename compact/components/UT/{2024-v01.00 => 2024-v00.02}/UTHalf.xml (100%) rename compact/components/UT/{2024-v01.00 => 2024-v00.02}/UTaULayer.xml (100%) rename compact/components/UT/{2024-v01.00 => 2024-v00.02}/UTaXLayer.xml (100%) rename compact/components/UT/{2024-v01.00 => 2024-v00.02}/UTbVLayer.xml (100%) rename compact/components/UT/{2024-v01.00 => 2024-v00.02}/UTbXLayer.xml (100%) rename compact/components/UT/{2024-v01.00 => 2024-v00.02}/conditions.xml (64%) rename compact/components/UT/{2024-v01.00 => 2024-v00.02}/detector.xml (100%) rename compact/components/UT/{2024-v01.00 => 2024-v00.02}/parameters.xml (99%) diff --git a/compact/components/UT/2024-v00.02/INFO.md b/compact/components/UT/2024-v00.02/INFO.md new file mode 100644 index 0000000000..120b8d852d --- /dev/null +++ b/compact/components/UT/2024-v00.02/INFO.md @@ -0,0 +1,7 @@ +Update UT-beam pipe interface in the following aspects + + +- Components 2,3,4 as illustrated in EDMS document: https://edms.cern.ch/document/2863462. Installed during YETS22-23, but some of them were not included in the geometry until this MR. +- 16-cm long x 5mm thick pyrogel around the beam pipe in the middle of UT. Installed during YETS23-24. +- The degisn of Airex ring (a.k.a. UT beam pipe collar) and HalfMoons are changed from https://edms.cern.ch/document/2797582 (design in YETS22-23) to https://edms.cern.ch/document/3061946 and https://edms.cern.ch/document/3062195 (design in YETS23-24) +- Change in Type B sensor thickness corresponds to https://gitlab.cern.ch/lhcb-conddb/DDDB/-/merge_requests/160 diff --git a/compact/components/UT/2024-v01.00/Module.xml b/compact/components/UT/2024-v00.02/Module.xml similarity index 100% rename from compact/components/UT/2024-v01.00/Module.xml rename to compact/components/UT/2024-v00.02/Module.xml diff --git a/compact/components/UT/2024-v01.00/Sensor.xml b/compact/components/UT/2024-v00.02/Sensor.xml similarity index 100% rename from compact/components/UT/2024-v01.00/Sensor.xml rename to compact/components/UT/2024-v00.02/Sensor.xml diff --git a/compact/components/UT/2024-v01.00/Stave.xml b/compact/components/UT/2024-v00.02/Stave.xml similarity index 100% rename from compact/components/UT/2024-v01.00/Stave.xml rename to compact/components/UT/2024-v00.02/Stave.xml diff --git a/compact/components/UT/2024-v01.00/UT.xml b/compact/components/UT/2024-v00.02/UT.xml similarity index 100% rename from compact/components/UT/2024-v01.00/UT.xml rename to compact/components/UT/2024-v00.02/UT.xml diff --git a/compact/components/UT/2024-v01.00/UTBox.xml b/compact/components/UT/2024-v00.02/UTBox.xml similarity index 100% rename from compact/components/UT/2024-v01.00/UTBox.xml rename to compact/components/UT/2024-v00.02/UTBox.xml diff --git a/compact/components/UT/2024-v01.00/UTHalf.xml b/compact/components/UT/2024-v00.02/UTHalf.xml similarity index 100% rename from compact/components/UT/2024-v01.00/UTHalf.xml rename to compact/components/UT/2024-v00.02/UTHalf.xml diff --git a/compact/components/UT/2024-v01.00/UTaULayer.xml b/compact/components/UT/2024-v00.02/UTaULayer.xml similarity index 100% rename from compact/components/UT/2024-v01.00/UTaULayer.xml rename to compact/components/UT/2024-v00.02/UTaULayer.xml diff --git a/compact/components/UT/2024-v01.00/UTaXLayer.xml b/compact/components/UT/2024-v00.02/UTaXLayer.xml similarity index 100% rename from compact/components/UT/2024-v01.00/UTaXLayer.xml rename to compact/components/UT/2024-v00.02/UTaXLayer.xml diff --git a/compact/components/UT/2024-v01.00/UTbVLayer.xml b/compact/components/UT/2024-v00.02/UTbVLayer.xml similarity index 100% rename from compact/components/UT/2024-v01.00/UTbVLayer.xml rename to compact/components/UT/2024-v00.02/UTbVLayer.xml diff --git a/compact/components/UT/2024-v01.00/UTbXLayer.xml b/compact/components/UT/2024-v00.02/UTbXLayer.xml similarity index 100% rename from compact/components/UT/2024-v01.00/UTbXLayer.xml rename to compact/components/UT/2024-v00.02/UTbXLayer.xml diff --git a/compact/components/UT/2024-v01.00/conditions.xml b/compact/components/UT/2024-v00.02/conditions.xml similarity index 64% rename from compact/components/UT/2024-v01.00/conditions.xml rename to compact/components/UT/2024-v00.02/conditions.xml index 0a7621fbcc..0250992e50 100644 --- a/compact/components/UT/2024-v01.00/conditions.xml +++ b/compact/components/UT/2024-v00.02/conditions.xml @@ -23,22 +23,46 @@ - - - - - - + + + + + + + - + - + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/UT/2024-v01.00/detector.xml b/compact/components/UT/2024-v00.02/detector.xml similarity index 100% rename from compact/components/UT/2024-v01.00/detector.xml rename to compact/components/UT/2024-v00.02/detector.xml diff --git a/compact/components/UT/2024-v01.00/parameters.xml b/compact/components/UT/2024-v00.02/parameters.xml similarity index 99% rename from compact/components/UT/2024-v01.00/parameters.xml rename to compact/components/UT/2024-v00.02/parameters.xml index 41accf8de9..7d976324fd 100644 --- a/compact/components/UT/2024-v01.00/parameters.xml +++ b/compact/components/UT/2024-v00.02/parameters.xml @@ -17,6 +17,10 @@ + + + + @@ -41,7 +45,7 @@ - + -- GitLab From 77aab16260e80b51089485fb0eef045819cc290c Mon Sep 17 00:00:00 2001 From: Hangyi Wu Date: Thu, 15 May 2025 20:42:38 +0200 Subject: [PATCH 15/18] feat: define 2024-v00.01 for Regions --- .../components/Regions/2024-v00.01/INFO.md | 1 + .../Regions/2024-v00.01/Regions-invisible.xml | 15 +++++++++++ .../Regions/2024-v00.01/Regions.xml | 15 +++++++++++ .../{2024-v01.00 => 2024-v00.01}/detector.xml | 0 .../parameters.xml | 11 -------- .../2024-v00.01/visualization-invisible.xml | 27 +++++++++++++++++++ .../Regions/2024-v00.01/visualization.xml | 27 +++++++++++++++++++ 7 files changed, 85 insertions(+), 11 deletions(-) create mode 100644 compact/components/Regions/2024-v00.01/INFO.md create mode 100644 compact/components/Regions/2024-v00.01/Regions-invisible.xml create mode 100644 compact/components/Regions/2024-v00.01/Regions.xml rename compact/components/Regions/{2024-v01.00 => 2024-v00.01}/detector.xml (100%) rename compact/components/Regions/{2024-v01.00 => 2024-v00.01}/parameters.xml (84%) create mode 100644 compact/components/Regions/2024-v00.01/visualization-invisible.xml create mode 100644 compact/components/Regions/2024-v00.01/visualization.xml diff --git a/compact/components/Regions/2024-v00.01/INFO.md b/compact/components/Regions/2024-v00.01/INFO.md new file mode 100644 index 0000000000..05c1cbd1f0 --- /dev/null +++ b/compact/components/Regions/2024-v00.01/INFO.md @@ -0,0 +1 @@ +In order to update UT beampipe interface which was implemented in EYETS 2023-2024, the lvMagnetRegion is modified to cut out a tube from its original box shape to avoid overlapping with protruding UT beampipe interface. diff --git a/compact/components/Regions/2024-v00.01/Regions-invisible.xml b/compact/components/Regions/2024-v00.01/Regions-invisible.xml new file mode 100644 index 0000000000..38acca7c40 --- /dev/null +++ b/compact/components/Regions/2024-v00.01/Regions-invisible.xml @@ -0,0 +1,15 @@ + + + + + + diff --git a/compact/components/Regions/2024-v00.01/Regions.xml b/compact/components/Regions/2024-v00.01/Regions.xml new file mode 100644 index 0000000000..2c5397a6a5 --- /dev/null +++ b/compact/components/Regions/2024-v00.01/Regions.xml @@ -0,0 +1,15 @@ + + + + + + diff --git a/compact/components/Regions/2024-v01.00/detector.xml b/compact/components/Regions/2024-v00.01/detector.xml similarity index 100% rename from compact/components/Regions/2024-v01.00/detector.xml rename to compact/components/Regions/2024-v00.01/detector.xml diff --git a/compact/components/Regions/2024-v01.00/parameters.xml b/compact/components/Regions/2024-v00.01/parameters.xml similarity index 84% rename from compact/components/Regions/2024-v01.00/parameters.xml rename to compact/components/Regions/2024-v00.01/parameters.xml index 483a34573a..f84335711d 100644 --- a/compact/components/Regions/2024-v01.00/parameters.xml +++ b/compact/components/Regions/2024-v00.01/parameters.xml @@ -84,15 +84,4 @@ - - - - - - - - - - - diff --git a/compact/components/Regions/2024-v00.01/visualization-invisible.xml b/compact/components/Regions/2024-v00.01/visualization-invisible.xml new file mode 100644 index 0000000000..46bcfc9511 --- /dev/null +++ b/compact/components/Regions/2024-v00.01/visualization-invisible.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Regions/2024-v00.01/visualization.xml b/compact/components/Regions/2024-v00.01/visualization.xml new file mode 100644 index 0000000000..127a106841 --- /dev/null +++ b/compact/components/Regions/2024-v00.01/visualization.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + -- GitLab From 111bf82ba0da36278a85a6e7e72143a7ba754d22 Mon Sep 17 00:00:00 2001 From: Hangyi Wu Date: Thu, 15 May 2025 20:45:46 +0200 Subject: [PATCH 16/18] fix: remove the new version for Pipe --- .../Pipe/2024-v01.00/AfterMagnet-Bakeout.xml | 35 - .../Pipe/2024-v01.00/AfterMagnet-Params.xml | 162 - .../Pipe/2024-v01.00/AfterMuon-BPMSW.xml | 188 -- .../Pipe/2024-v01.00/AfterMuon-Params.xml | 194 -- .../Pipe/2024-v01.00/AfterMuon-VVSGF.xml | 64 - .../Pipe/2024-v01.00/AfterMuon-Vax.xml | 522 ---- .../components/Pipe/2024-v01.00/AfterMuon.xml | 78 - .../Pipe/2024-v01.00/AfterT-Support.xml | 40 - .../components/Pipe/2024-v01.00/AfterT.xml | 116 - .../Pipe/2024-v01.00/BeforeMagnet.xml | 94 - .../Pipe/2024-v01.00/BeforeVelo-Support.xml | 579 ---- .../Pipe/2024-v01.00/BeforeVelo.xml | 69 - .../Pipe/2024-v01.00/DebugDummies.xml | 61 - .../Pipe/2024-v01.00/Downstream-Bakeout.xml | 94 - .../2024-v01.00/Downstream-BakeoutParams.xml | 107 - .../2024-v01.00/Downstream-Compensator.xml | 228 -- .../2024-v01.00/Downstream-PipeParams.xml | 438 --- .../Pipe/2024-v01.00/Downstream-Support.xml | 559 ---- .../2024-v01.00/Downstream-SupportParams.xml | 129 - .../Pipe/2024-v01.00/Downstream-UX853.xml | 124 - .../Pipe/2024-v01.00/Downstream-UX854.xml | 619 ---- .../Pipe/2024-v01.00/Downstream.xml | 46 - .../Pipe/2024-v01.00/InRich1-Params.xml | 75 - .../components/Pipe/2024-v01.00/InRich1.xml | 239 -- .../Pipe/2024-v01.00/InRich1Debug.xml | 244 -- compact/components/Pipe/2024-v01.00/InT.xml | 77 - compact/components/Pipe/2024-v01.00/InTV.xml | 392 --- compact/components/Pipe/2024-v01.00/InUT.xml | 79 - compact/components/Pipe/2024-v01.00/InVP.xml | 392 --- .../Pipe/2024-v01.00/Magnet-Bellows.xml | 187 -- .../Pipe/2024-v01.00/Magnet-Compensator.xml | 232 -- .../Pipe/2024-v01.00/Magnet-PipeParams.xml | 625 ---- .../Pipe/2024-v01.00/Magnet-Support.xml | 2769 ----------------- .../Pipe/2024-v01.00/Magnet-SupportParams.xml | 586 ---- .../Pipe/2024-v01.00/Magnet-UX851.xml | 108 - .../Pipe/2024-v01.00/Magnet-UX852.xml | 196 -- .../Pipe/2024-v01.00/Magnet-UX853.xml | 118 - .../components/Pipe/2024-v01.00/Magnet.xml | 83 - .../Pipe/2024-v01.00/PipeAfterMagnet.xml | 14 - .../Pipe/2024-v01.00/PipeAfterMuon.xml | 17 - .../Pipe/2024-v01.00/PipeAfterT.xml | 14 - .../Pipe/2024-v01.00/PipeBeforeMagnet.xml | 13 - .../Pipe/2024-v01.00/PipeBeforeVelo.xml | 14 - .../Pipe/2024-v01.00/PipeCommon.xml | 15 - .../Pipe/2024-v01.00/PipeDownstream.xml | 21 - .../Pipe/2024-v01.00/PipeMagnet.xml | 16 - compact/components/Pipe/2024-v01.00/PipeT.xml | 13 - .../components/Pipe/2024-v01.00/PipeTV.xml | 13 - .../components/Pipe/2024-v01.00/PipeUP.xml | 12 - .../components/Pipe/2024-v01.00/PipeUT.xml | 14 - .../Pipe/2024-v01.00/PipeUpstream.xml | 19 - .../components/Pipe/2024-v01.00/PipeVP.xml | 13 - .../Pipe/2024-v01.00/Upstream-BPMSW.xml | 192 -- .../Pipe/2024-v01.00/Upstream-Params.xml | 236 -- .../Pipe/2024-v01.00/Upstream-UX84.xml | 46 - .../Pipe/2024-v01.00/Upstream-VVSGF.xml | 64 - .../Pipe/2024-v01.00/Upstream-Vax.xml | 538 ---- .../components/Pipe/2024-v01.00/Upstream.xml | 181 -- .../2024-v01.00/VMA/VMA-AA-Downstream.xml | 39 - .../2024-v01.00/VMA/VMA-AA-DownstreamVax.xml | 39 - .../Pipe/2024-v01.00/VMA/VMA-AA-Upstream.xml | 39 - .../2024-v01.00/VMA/VMA-AA-UpstreamVax.xml | 39 - .../Pipe/2024-v01.00/VMA/VMA-AA.xml | 39 - .../Pipe/2024-v01.00/VMA/VMA-BJ.xml | 40 - .../Pipe/2024-v01.00/VMA/VMA-BK-Upstream.xml | 40 - .../Pipe/2024-v01.00/VMA/VMA-CA-Upstream1.xml | 40 - .../Pipe/2024-v01.00/VMA/VMA-CA-Upstream2.xml | 44 - .../Pipe/2024-v01.00/VMA/VMA-Params.xml | 96 - compact/components/Pipe/2024-v01.00/a.xml | 624 ---- .../components/Pipe/2024-v01.00/materials.xml | 280 -- .../Pipe/2024-v01.00/parameters.xml | 65 - 71 files changed, 13837 deletions(-) delete mode 100644 compact/components/Pipe/2024-v01.00/AfterMagnet-Bakeout.xml delete mode 100644 compact/components/Pipe/2024-v01.00/AfterMagnet-Params.xml delete mode 100644 compact/components/Pipe/2024-v01.00/AfterMuon-BPMSW.xml delete mode 100644 compact/components/Pipe/2024-v01.00/AfterMuon-Params.xml delete mode 100644 compact/components/Pipe/2024-v01.00/AfterMuon-VVSGF.xml delete mode 100644 compact/components/Pipe/2024-v01.00/AfterMuon-Vax.xml delete mode 100644 compact/components/Pipe/2024-v01.00/AfterMuon.xml delete mode 100644 compact/components/Pipe/2024-v01.00/AfterT-Support.xml delete mode 100644 compact/components/Pipe/2024-v01.00/AfterT.xml delete mode 100644 compact/components/Pipe/2024-v01.00/BeforeMagnet.xml delete mode 100644 compact/components/Pipe/2024-v01.00/BeforeVelo-Support.xml delete mode 100644 compact/components/Pipe/2024-v01.00/BeforeVelo.xml delete mode 100644 compact/components/Pipe/2024-v01.00/DebugDummies.xml delete mode 100644 compact/components/Pipe/2024-v01.00/Downstream-Bakeout.xml delete mode 100644 compact/components/Pipe/2024-v01.00/Downstream-BakeoutParams.xml delete mode 100644 compact/components/Pipe/2024-v01.00/Downstream-Compensator.xml delete mode 100644 compact/components/Pipe/2024-v01.00/Downstream-PipeParams.xml delete mode 100644 compact/components/Pipe/2024-v01.00/Downstream-Support.xml delete mode 100644 compact/components/Pipe/2024-v01.00/Downstream-SupportParams.xml delete mode 100644 compact/components/Pipe/2024-v01.00/Downstream-UX853.xml delete mode 100644 compact/components/Pipe/2024-v01.00/Downstream-UX854.xml delete mode 100644 compact/components/Pipe/2024-v01.00/Downstream.xml delete mode 100644 compact/components/Pipe/2024-v01.00/InRich1-Params.xml delete mode 100644 compact/components/Pipe/2024-v01.00/InRich1.xml delete mode 100644 compact/components/Pipe/2024-v01.00/InRich1Debug.xml delete mode 100644 compact/components/Pipe/2024-v01.00/InT.xml delete mode 100644 compact/components/Pipe/2024-v01.00/InTV.xml delete mode 100644 compact/components/Pipe/2024-v01.00/InUT.xml delete mode 100644 compact/components/Pipe/2024-v01.00/InVP.xml delete mode 100644 compact/components/Pipe/2024-v01.00/Magnet-Bellows.xml delete mode 100644 compact/components/Pipe/2024-v01.00/Magnet-Compensator.xml delete mode 100644 compact/components/Pipe/2024-v01.00/Magnet-PipeParams.xml delete mode 100644 compact/components/Pipe/2024-v01.00/Magnet-Support.xml delete mode 100644 compact/components/Pipe/2024-v01.00/Magnet-SupportParams.xml delete mode 100644 compact/components/Pipe/2024-v01.00/Magnet-UX851.xml delete mode 100644 compact/components/Pipe/2024-v01.00/Magnet-UX852.xml delete mode 100644 compact/components/Pipe/2024-v01.00/Magnet-UX853.xml delete mode 100644 compact/components/Pipe/2024-v01.00/Magnet.xml delete mode 100644 compact/components/Pipe/2024-v01.00/PipeAfterMagnet.xml delete mode 100644 compact/components/Pipe/2024-v01.00/PipeAfterMuon.xml delete mode 100644 compact/components/Pipe/2024-v01.00/PipeAfterT.xml delete mode 100644 compact/components/Pipe/2024-v01.00/PipeBeforeMagnet.xml delete mode 100644 compact/components/Pipe/2024-v01.00/PipeBeforeVelo.xml delete mode 100644 compact/components/Pipe/2024-v01.00/PipeCommon.xml delete mode 100644 compact/components/Pipe/2024-v01.00/PipeDownstream.xml delete mode 100644 compact/components/Pipe/2024-v01.00/PipeMagnet.xml delete mode 100644 compact/components/Pipe/2024-v01.00/PipeT.xml delete mode 100644 compact/components/Pipe/2024-v01.00/PipeTV.xml delete mode 100644 compact/components/Pipe/2024-v01.00/PipeUP.xml delete mode 100644 compact/components/Pipe/2024-v01.00/PipeUT.xml delete mode 100644 compact/components/Pipe/2024-v01.00/PipeUpstream.xml delete mode 100644 compact/components/Pipe/2024-v01.00/PipeVP.xml delete mode 100644 compact/components/Pipe/2024-v01.00/Upstream-BPMSW.xml delete mode 100644 compact/components/Pipe/2024-v01.00/Upstream-Params.xml delete mode 100644 compact/components/Pipe/2024-v01.00/Upstream-UX84.xml delete mode 100644 compact/components/Pipe/2024-v01.00/Upstream-VVSGF.xml delete mode 100644 compact/components/Pipe/2024-v01.00/Upstream-Vax.xml delete mode 100644 compact/components/Pipe/2024-v01.00/Upstream.xml delete mode 100644 compact/components/Pipe/2024-v01.00/VMA/VMA-AA-Downstream.xml delete mode 100644 compact/components/Pipe/2024-v01.00/VMA/VMA-AA-DownstreamVax.xml delete mode 100644 compact/components/Pipe/2024-v01.00/VMA/VMA-AA-Upstream.xml delete mode 100644 compact/components/Pipe/2024-v01.00/VMA/VMA-AA-UpstreamVax.xml delete mode 100644 compact/components/Pipe/2024-v01.00/VMA/VMA-AA.xml delete mode 100644 compact/components/Pipe/2024-v01.00/VMA/VMA-BJ.xml delete mode 100644 compact/components/Pipe/2024-v01.00/VMA/VMA-BK-Upstream.xml delete mode 100644 compact/components/Pipe/2024-v01.00/VMA/VMA-CA-Upstream1.xml delete mode 100644 compact/components/Pipe/2024-v01.00/VMA/VMA-CA-Upstream2.xml delete mode 100644 compact/components/Pipe/2024-v01.00/VMA/VMA-Params.xml delete mode 100644 compact/components/Pipe/2024-v01.00/a.xml delete mode 100644 compact/components/Pipe/2024-v01.00/materials.xml delete mode 100644 compact/components/Pipe/2024-v01.00/parameters.xml diff --git a/compact/components/Pipe/2024-v01.00/AfterMagnet-Bakeout.xml b/compact/components/Pipe/2024-v01.00/AfterMagnet-Bakeout.xml deleted file mode 100644 index 7009c85a51..0000000000 --- a/compact/components/Pipe/2024-v01.00/AfterMagnet-Bakeout.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/AfterMagnet-Params.xml b/compact/components/Pipe/2024-v01.00/AfterMagnet-Params.xml deleted file mode 100644 index adf1f87859..0000000000 --- a/compact/components/Pipe/2024-v01.00/AfterMagnet-Params.xml +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/AfterMuon-BPMSW.xml b/compact/components/Pipe/2024-v01.00/AfterMuon-BPMSW.xml deleted file mode 100644 index 46dd360504..0000000000 --- a/compact/components/Pipe/2024-v01.00/AfterMuon-BPMSW.xml +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/AfterMuon-Params.xml b/compact/components/Pipe/2024-v01.00/AfterMuon-Params.xml deleted file mode 100644 index c1375e79fc..0000000000 --- a/compact/components/Pipe/2024-v01.00/AfterMuon-Params.xml +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/AfterMuon-VVSGF.xml b/compact/components/Pipe/2024-v01.00/AfterMuon-VVSGF.xml deleted file mode 100644 index 48cf5f4c9f..0000000000 --- a/compact/components/Pipe/2024-v01.00/AfterMuon-VVSGF.xml +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/AfterMuon-Vax.xml b/compact/components/Pipe/2024-v01.00/AfterMuon-Vax.xml deleted file mode 100644 index 029d09ea84..0000000000 --- a/compact/components/Pipe/2024-v01.00/AfterMuon-Vax.xml +++ /dev/null @@ -1,522 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/AfterMuon.xml b/compact/components/Pipe/2024-v01.00/AfterMuon.xml deleted file mode 100644 index 023a400103..0000000000 --- a/compact/components/Pipe/2024-v01.00/AfterMuon.xml +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/AfterT-Support.xml b/compact/components/Pipe/2024-v01.00/AfterT-Support.xml deleted file mode 100644 index 2d3d8d05a1..0000000000 --- a/compact/components/Pipe/2024-v01.00/AfterT-Support.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/AfterT.xml b/compact/components/Pipe/2024-v01.00/AfterT.xml deleted file mode 100644 index dc58f13da0..0000000000 --- a/compact/components/Pipe/2024-v01.00/AfterT.xml +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/BeforeMagnet.xml b/compact/components/Pipe/2024-v01.00/BeforeMagnet.xml deleted file mode 100644 index 8a36eb093c..0000000000 --- a/compact/components/Pipe/2024-v01.00/BeforeMagnet.xml +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Pipe position before in the region - - - - diff --git a/compact/components/Pipe/2024-v01.00/BeforeVelo-Support.xml b/compact/components/Pipe/2024-v01.00/BeforeVelo-Support.xml deleted file mode 100644 index 073abee57c..0000000000 --- a/compact/components/Pipe/2024-v01.00/BeforeVelo-Support.xml +++ /dev/null @@ -1,579 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Pipe position in the region - - - - - -What is this ? Looks like a VMA warm module .... - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Pipe position in the region - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/BeforeVelo.xml b/compact/components/Pipe/2024-v01.00/BeforeVelo.xml deleted file mode 100644 index 5bfc5ecb8d..0000000000 --- a/compact/components/Pipe/2024-v01.00/BeforeVelo.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Pipe position in the region - - - - - diff --git a/compact/components/Pipe/2024-v01.00/DebugDummies.xml b/compact/components/Pipe/2024-v01.00/DebugDummies.xml deleted file mode 100644 index 54e03ddf60..0000000000 --- a/compact/components/Pipe/2024-v01.00/DebugDummies.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/Downstream-Bakeout.xml b/compact/components/Pipe/2024-v01.00/Downstream-Bakeout.xml deleted file mode 100644 index 25423beb5a..0000000000 --- a/compact/components/Pipe/2024-v01.00/Downstream-Bakeout.xml +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/Downstream-BakeoutParams.xml b/compact/components/Pipe/2024-v01.00/Downstream-BakeoutParams.xml deleted file mode 100644 index 8a2782d51b..0000000000 --- a/compact/components/Pipe/2024-v01.00/Downstream-BakeoutParams.xml +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/Downstream-Compensator.xml b/compact/components/Pipe/2024-v01.00/Downstream-Compensator.xml deleted file mode 100644 index 4e0236e75d..0000000000 --- a/compact/components/Pipe/2024-v01.00/Downstream-Compensator.xml +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/Downstream-PipeParams.xml b/compact/components/Pipe/2024-v01.00/Downstream-PipeParams.xml deleted file mode 100644 index a533ee8617..0000000000 --- a/compact/components/Pipe/2024-v01.00/Downstream-PipeParams.xml +++ /dev/null @@ -1,438 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/Downstream-Support.xml b/compact/components/Pipe/2024-v01.00/Downstream-Support.xml deleted file mode 100644 index 2d53baa439..0000000000 --- a/compact/components/Pipe/2024-v01.00/Downstream-Support.xml +++ /dev/null @@ -1,559 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/Downstream-SupportParams.xml b/compact/components/Pipe/2024-v01.00/Downstream-SupportParams.xml deleted file mode 100644 index ec87b5b175..0000000000 --- a/compact/components/Pipe/2024-v01.00/Downstream-SupportParams.xml +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/Downstream-UX853.xml b/compact/components/Pipe/2024-v01.00/Downstream-UX853.xml deleted file mode 100644 index cad14fd080..0000000000 --- a/compact/components/Pipe/2024-v01.00/Downstream-UX853.xml +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/Downstream-UX854.xml b/compact/components/Pipe/2024-v01.00/Downstream-UX854.xml deleted file mode 100644 index f359dc76ab..0000000000 --- a/compact/components/Pipe/2024-v01.00/Downstream-UX854.xml +++ /dev/null @@ -1,619 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/Downstream.xml b/compact/components/Pipe/2024-v01.00/Downstream.xml deleted file mode 100644 index 1beb42a19c..0000000000 --- a/compact/components/Pipe/2024-v01.00/Downstream.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/InRich1-Params.xml b/compact/components/Pipe/2024-v01.00/InRich1-Params.xml deleted file mode 100644 index 095a883eda..0000000000 --- a/compact/components/Pipe/2024-v01.00/InRich1-Params.xml +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/InRich1.xml b/compact/components/Pipe/2024-v01.00/InRich1.xml deleted file mode 100644 index 86d7bfbdb7..0000000000 --- a/compact/components/Pipe/2024-v01.00/InRich1.xml +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/InRich1Debug.xml b/compact/components/Pipe/2024-v01.00/InRich1Debug.xml deleted file mode 100644 index 746107f2fb..0000000000 --- a/compact/components/Pipe/2024-v01.00/InRich1Debug.xml +++ /dev/null @@ -1,244 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/InT.xml b/compact/components/Pipe/2024-v01.00/InT.xml deleted file mode 100644 index 511c69b7b7..0000000000 --- a/compact/components/Pipe/2024-v01.00/InT.xml +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/InTV.xml b/compact/components/Pipe/2024-v01.00/InTV.xml deleted file mode 100644 index 0c88e1539b..0000000000 --- a/compact/components/Pipe/2024-v01.00/InTV.xml +++ /dev/null @@ -1,392 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/InUT.xml b/compact/components/Pipe/2024-v01.00/InUT.xml deleted file mode 100644 index 38fe79cf2c..0000000000 --- a/compact/components/Pipe/2024-v01.00/InUT.xml +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/InVP.xml b/compact/components/Pipe/2024-v01.00/InVP.xml deleted file mode 100644 index b30f91c5e1..0000000000 --- a/compact/components/Pipe/2024-v01.00/InVP.xml +++ /dev/null @@ -1,392 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/Magnet-Bellows.xml b/compact/components/Pipe/2024-v01.00/Magnet-Bellows.xml deleted file mode 100644 index 166572d2b8..0000000000 --- a/compact/components/Pipe/2024-v01.00/Magnet-Bellows.xml +++ /dev/null @@ -1,187 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/Magnet-Compensator.xml b/compact/components/Pipe/2024-v01.00/Magnet-Compensator.xml deleted file mode 100644 index 6d034ced3f..0000000000 --- a/compact/components/Pipe/2024-v01.00/Magnet-Compensator.xml +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/Magnet-PipeParams.xml b/compact/components/Pipe/2024-v01.00/Magnet-PipeParams.xml deleted file mode 100644 index 8808e034ab..0000000000 --- a/compact/components/Pipe/2024-v01.00/Magnet-PipeParams.xml +++ /dev/null @@ -1,625 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/Magnet-Support.xml b/compact/components/Pipe/2024-v01.00/Magnet-Support.xml deleted file mode 100644 index 8cd5a33eb5..0000000000 --- a/compact/components/Pipe/2024-v01.00/Magnet-Support.xml +++ /dev/null @@ -1,2769 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/Magnet-SupportParams.xml b/compact/components/Pipe/2024-v01.00/Magnet-SupportParams.xml deleted file mode 100644 index 92c6f80251..0000000000 --- a/compact/components/Pipe/2024-v01.00/Magnet-SupportParams.xml +++ /dev/null @@ -1,586 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/Magnet-UX851.xml b/compact/components/Pipe/2024-v01.00/Magnet-UX851.xml deleted file mode 100644 index 6c14df488c..0000000000 --- a/compact/components/Pipe/2024-v01.00/Magnet-UX851.xml +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/Magnet-UX852.xml b/compact/components/Pipe/2024-v01.00/Magnet-UX852.xml deleted file mode 100644 index 8ab1a3bb33..0000000000 --- a/compact/components/Pipe/2024-v01.00/Magnet-UX852.xml +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/Magnet-UX853.xml b/compact/components/Pipe/2024-v01.00/Magnet-UX853.xml deleted file mode 100644 index be50cae714..0000000000 --- a/compact/components/Pipe/2024-v01.00/Magnet-UX853.xml +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/Magnet.xml b/compact/components/Pipe/2024-v01.00/Magnet.xml deleted file mode 100644 index 2f5354c0bf..0000000000 --- a/compact/components/Pipe/2024-v01.00/Magnet.xml +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/PipeAfterMagnet.xml b/compact/components/Pipe/2024-v01.00/PipeAfterMagnet.xml deleted file mode 100644 index 0623811e66..0000000000 --- a/compact/components/Pipe/2024-v01.00/PipeAfterMagnet.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - diff --git a/compact/components/Pipe/2024-v01.00/PipeAfterMuon.xml b/compact/components/Pipe/2024-v01.00/PipeAfterMuon.xml deleted file mode 100644 index f128731795..0000000000 --- a/compact/components/Pipe/2024-v01.00/PipeAfterMuon.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/PipeAfterT.xml b/compact/components/Pipe/2024-v01.00/PipeAfterT.xml deleted file mode 100644 index 9d87ef226d..0000000000 --- a/compact/components/Pipe/2024-v01.00/PipeAfterT.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - diff --git a/compact/components/Pipe/2024-v01.00/PipeBeforeMagnet.xml b/compact/components/Pipe/2024-v01.00/PipeBeforeMagnet.xml deleted file mode 100644 index 1f837885d8..0000000000 --- a/compact/components/Pipe/2024-v01.00/PipeBeforeMagnet.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - diff --git a/compact/components/Pipe/2024-v01.00/PipeBeforeVelo.xml b/compact/components/Pipe/2024-v01.00/PipeBeforeVelo.xml deleted file mode 100644 index d2ecdaebd2..0000000000 --- a/compact/components/Pipe/2024-v01.00/PipeBeforeVelo.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - diff --git a/compact/components/Pipe/2024-v01.00/PipeCommon.xml b/compact/components/Pipe/2024-v01.00/PipeCommon.xml deleted file mode 100644 index e98db07e06..0000000000 --- a/compact/components/Pipe/2024-v01.00/PipeCommon.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/PipeDownstream.xml b/compact/components/Pipe/2024-v01.00/PipeDownstream.xml deleted file mode 100644 index f8324af3c1..0000000000 --- a/compact/components/Pipe/2024-v01.00/PipeDownstream.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/PipeMagnet.xml b/compact/components/Pipe/2024-v01.00/PipeMagnet.xml deleted file mode 100644 index 030ea7c1dd..0000000000 --- a/compact/components/Pipe/2024-v01.00/PipeMagnet.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/PipeT.xml b/compact/components/Pipe/2024-v01.00/PipeT.xml deleted file mode 100644 index bfbea67fae..0000000000 --- a/compact/components/Pipe/2024-v01.00/PipeT.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - diff --git a/compact/components/Pipe/2024-v01.00/PipeTV.xml b/compact/components/Pipe/2024-v01.00/PipeTV.xml deleted file mode 100644 index 25d44b6cac..0000000000 --- a/compact/components/Pipe/2024-v01.00/PipeTV.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - diff --git a/compact/components/Pipe/2024-v01.00/PipeUP.xml b/compact/components/Pipe/2024-v01.00/PipeUP.xml deleted file mode 100644 index 4782d0296f..0000000000 --- a/compact/components/Pipe/2024-v01.00/PipeUP.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - diff --git a/compact/components/Pipe/2024-v01.00/PipeUT.xml b/compact/components/Pipe/2024-v01.00/PipeUT.xml deleted file mode 100644 index 97a711eed2..0000000000 --- a/compact/components/Pipe/2024-v01.00/PipeUT.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - diff --git a/compact/components/Pipe/2024-v01.00/PipeUpstream.xml b/compact/components/Pipe/2024-v01.00/PipeUpstream.xml deleted file mode 100644 index 96f00f4bb1..0000000000 --- a/compact/components/Pipe/2024-v01.00/PipeUpstream.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/PipeVP.xml b/compact/components/Pipe/2024-v01.00/PipeVP.xml deleted file mode 100644 index e4e3d0b67b..0000000000 --- a/compact/components/Pipe/2024-v01.00/PipeVP.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - diff --git a/compact/components/Pipe/2024-v01.00/Upstream-BPMSW.xml b/compact/components/Pipe/2024-v01.00/Upstream-BPMSW.xml deleted file mode 100644 index bfc2fc84e9..0000000000 --- a/compact/components/Pipe/2024-v01.00/Upstream-BPMSW.xml +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/Upstream-Params.xml b/compact/components/Pipe/2024-v01.00/Upstream-Params.xml deleted file mode 100644 index 13b6479a99..0000000000 --- a/compact/components/Pipe/2024-v01.00/Upstream-Params.xml +++ /dev/null @@ -1,236 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/Upstream-UX84.xml b/compact/components/Pipe/2024-v01.00/Upstream-UX84.xml deleted file mode 100644 index b3446dd148..0000000000 --- a/compact/components/Pipe/2024-v01.00/Upstream-UX84.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/Upstream-VVSGF.xml b/compact/components/Pipe/2024-v01.00/Upstream-VVSGF.xml deleted file mode 100644 index 0fbfd88b50..0000000000 --- a/compact/components/Pipe/2024-v01.00/Upstream-VVSGF.xml +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/Upstream-Vax.xml b/compact/components/Pipe/2024-v01.00/Upstream-Vax.xml deleted file mode 100644 index 0e596ce093..0000000000 --- a/compact/components/Pipe/2024-v01.00/Upstream-Vax.xml +++ /dev/null @@ -1,538 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/Upstream.xml b/compact/components/Pipe/2024-v01.00/Upstream.xml deleted file mode 100644 index 4bc61f8bc2..0000000000 --- a/compact/components/Pipe/2024-v01.00/Upstream.xml +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/VMA/VMA-AA-Downstream.xml b/compact/components/Pipe/2024-v01.00/VMA/VMA-AA-Downstream.xml deleted file mode 100644 index d1b599f16d..0000000000 --- a/compact/components/Pipe/2024-v01.00/VMA/VMA-AA-Downstream.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/VMA/VMA-AA-DownstreamVax.xml b/compact/components/Pipe/2024-v01.00/VMA/VMA-AA-DownstreamVax.xml deleted file mode 100644 index e91e60b294..0000000000 --- a/compact/components/Pipe/2024-v01.00/VMA/VMA-AA-DownstreamVax.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/VMA/VMA-AA-Upstream.xml b/compact/components/Pipe/2024-v01.00/VMA/VMA-AA-Upstream.xml deleted file mode 100644 index 43c7945554..0000000000 --- a/compact/components/Pipe/2024-v01.00/VMA/VMA-AA-Upstream.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/VMA/VMA-AA-UpstreamVax.xml b/compact/components/Pipe/2024-v01.00/VMA/VMA-AA-UpstreamVax.xml deleted file mode 100644 index cec09ed31d..0000000000 --- a/compact/components/Pipe/2024-v01.00/VMA/VMA-AA-UpstreamVax.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/VMA/VMA-AA.xml b/compact/components/Pipe/2024-v01.00/VMA/VMA-AA.xml deleted file mode 100644 index 84f7917ec3..0000000000 --- a/compact/components/Pipe/2024-v01.00/VMA/VMA-AA.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/VMA/VMA-BJ.xml b/compact/components/Pipe/2024-v01.00/VMA/VMA-BJ.xml deleted file mode 100644 index 10e2551e7b..0000000000 --- a/compact/components/Pipe/2024-v01.00/VMA/VMA-BJ.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/VMA/VMA-BK-Upstream.xml b/compact/components/Pipe/2024-v01.00/VMA/VMA-BK-Upstream.xml deleted file mode 100644 index 732cb0fe50..0000000000 --- a/compact/components/Pipe/2024-v01.00/VMA/VMA-BK-Upstream.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/VMA/VMA-CA-Upstream1.xml b/compact/components/Pipe/2024-v01.00/VMA/VMA-CA-Upstream1.xml deleted file mode 100644 index ea405fc651..0000000000 --- a/compact/components/Pipe/2024-v01.00/VMA/VMA-CA-Upstream1.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/VMA/VMA-CA-Upstream2.xml b/compact/components/Pipe/2024-v01.00/VMA/VMA-CA-Upstream2.xml deleted file mode 100644 index a93a72a392..0000000000 --- a/compact/components/Pipe/2024-v01.00/VMA/VMA-CA-Upstream2.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/VMA/VMA-Params.xml b/compact/components/Pipe/2024-v01.00/VMA/VMA-Params.xml deleted file mode 100644 index c8502731a8..0000000000 --- a/compact/components/Pipe/2024-v01.00/VMA/VMA-Params.xml +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - - - - - - - - RF contact mount global parameters - - - - - - RF contact single arm global parameters - - - - - - - - - - Transition tube global parameters - - - - - - - Pipe global parameters - - - - - - - - - - - - - - - - - - - - - - - - - - - Junction global parameters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/a.xml b/compact/components/Pipe/2024-v01.00/a.xml deleted file mode 100644 index 6ed1b2d442..0000000000 --- a/compact/components/Pipe/2024-v01.00/a.xml +++ /dev/null @@ -1,624 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Pipe position in the region - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Pipe position in the region - - - - - diff --git a/compact/components/Pipe/2024-v01.00/materials.xml b/compact/components/Pipe/2024-v01.00/materials.xml deleted file mode 100644 index aca60728a6..0000000000 --- a/compact/components/Pipe/2024-v01.00/materials.xml +++ /dev/null @@ -1,280 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/compact/components/Pipe/2024-v01.00/parameters.xml b/compact/components/Pipe/2024-v01.00/parameters.xml deleted file mode 100644 index 351bb7850c..0000000000 --- a/compact/components/Pipe/2024-v01.00/parameters.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- GitLab From bf39753c3f02ad0a6b59feb3b01697d7c67531b8 Mon Sep 17 00:00:00 2001 From: Gitlab CI Date: Mon, 19 May 2025 11:44:11 +0000 Subject: [PATCH 17/18] pre-commit fixes patch generated by https://gitlab.cern.ch/lhcb/Detector/-/jobs/56100316 --- Detector/UT/src/UT_geo.cpp | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Detector/UT/src/UT_geo.cpp b/Detector/UT/src/UT_geo.cpp index 5d1ce447ec..8f7da33a02 100644 --- a/Detector/UT/src/UT_geo.cpp +++ b/Detector/UT/src/UT_geo.cpp @@ -1235,12 +1235,13 @@ namespace { } } if ( m_build_jacket ) { - try { - pv = lvUT.placeVolume( volume( "lvUTJacket" ), Position( 0, 0, _toDouble( "UTJacketZPos" ) ) ); - } catch (std::runtime_error& e) { - // In geometry_version < 2024-v00.02, UTJacketZPos was not defined - pv = lvUT.placeVolume( volume( "lvUTJacket" ), Position( 0, 0, _toDouble( "UX851Rich1TTSplitZposIP-UTSystemZ" ) ) ); - } + try { + pv = lvUT.placeVolume( volume( "lvUTJacket" ), Position( 0, 0, _toDouble( "UTJacketZPos" ) ) ); + } catch ( std::runtime_error& e ) { + // In geometry_version < 2024-v00.02, UTJacketZPos was not defined + pv = lvUT.placeVolume( volume( "lvUTJacket" ), + Position( 0, 0, _toDouble( "UX851Rich1TTSplitZposIP-UTSystemZ" ) ) ); + } } if ( m_build_pipeheater ) { pv = lvUT.placeVolume( volume( "lvUTPipeHeater" ) ); } // registerVolume( lvUT.name(), lvUT ); -- GitLab From 6689e36fcc3c5bc57571c2757df30fab1c19e54d Mon Sep 17 00:00:00 2001 From: Gitlab CI Date: Wed, 11 Jun 2025 14:16:18 +0200 Subject: [PATCH 18/18] update working checksum --- .../checksums | 20 +++++++++---------- compact/run3/trunk/checksums | 20 +++++++++---------- compact/run4/trunk/checksums | 20 +++++++++---------- compact/run5/branch-baseline/checksums | 6 +++--- 4 files changed, 33 insertions(+), 33 deletions(-) diff --git a/compact/run3/before-rich1-geom-update-26052022/checksums b/compact/run3/before-rich1-geom-update-26052022/checksums index 74beb5b3aa..4d3d58f211 100644 --- a/compact/run3/before-rich1-geom-update-26052022/checksums +++ b/compact/run3/before-rich1-geom-update-26052022/checksums @@ -1,4 +1,4 @@ -/world_volume: 263154805 +/world_volume: 964253156 /world_volume/lvAfterMagnetRegion_3: 3911401405 /world_volume/lvAfterMagnetRegion_3/lvRich2Master_1: 1368806147 /world_volume/lvAfterMagnetRegion_3/lvRich2Master_1/pvRich2EntryWinTubeLock: 2067417882 @@ -48,7 +48,7 @@ /world_volume/lvAfterMagnetRegion_3/lvUX85BakeoutAfterMagnet_2: 905232799 /world_volume/lvAfterMagnetRegion_3/lvUX85SupportsAfterMagnet_4: 3203051945 /world_volume/lvAfterMagnetRegion_3/lvUX85SupportsAfterMagnet_4/pvUX853AfterMagnetCollar: 2932990174 -/world_volume/lvBeforeMagnetRegion_1: 572740552 +/world_volume/lvBeforeMagnetRegion_1: 1174244411 /world_volume/lvBeforeMagnetRegion_1/lvBeforeVelo_0: 969394431 /world_volume/lvBeforeMagnetRegion_1/lvBeforeVelo_0/lvBcmUp_1: 3863989257 /world_volume/lvBeforeMagnetRegion_1/lvBeforeVelo_0/lvBlockWallBefMag_0: 2798056924 @@ -62,14 +62,14 @@ /world_volume/lvBeforeMagnetRegion_1/lvRich1Master_1/pvRich1SubMaster: 600466472 /world_volume/lvBeforeMagnetRegion_1/lvRich1Master_1/pvUX851InRich1AfterSubM: 3629254175 /world_volume/lvBeforeMagnetRegion_1/lvRich1Master_1/pvUX851InRich1BeforeSubM: 734888376 -/world_volume/lvBeforeMagnetRegion_1/lvUT_3: 733506852 -/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTA_4: 2513958813 -/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTBoxPlug_2: 1910293213 -/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTBox_1: 980729092 -/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTC_3: 3900797383 +/world_volume/lvBeforeMagnetRegion_1/lvUT_3: 1464830097 +/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTA_4: 3464962573 +/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTBoxPlug_2: 1729663351 +/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTBox_1: 2733054024 +/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTC_3: 3016860759 /world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTFrame_0: 2002155028 -/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTJacket_5: 2354566694 -/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTPipeHeater_6: 2769758888 +/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTJacket_5: 3533654916 +/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTPipeHeater_6: 1907483245 /world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUX851InUT_7: 31157452 /world_volume/lvBeforeMagnetRegion_1/lvVP_2: 974646733 /world_volume/lvBeforeMagnetRegion_1/lvVP_2/lvVeloDownStreamPipe_6: 1791284487 @@ -124,7 +124,7 @@ /world_volume/lvDownstreamRegion_4/lvUX85SupportsDownstream_7/pvUX853CableDownstream04: 1641403997 /world_volume/lvDownstreamRegion_4/lvUX85SupportsDownstream_7/pvUX853DownstreamCollar: 423381431 /world_volume/lvDownstreamRegion_4/lvUX85SupportsDownstream_7/pvUX854SlSup: 2423248136 -/world_volume/lvMagnetRegion_2: 3889734649 +/world_volume/lvMagnetRegion_2: 2802849329 /world_volume/lvMagnetRegion_2/MagnetEnvelope_0: 1133940338 /world_volume/lvMagnetRegion_2/MagnetEnvelope_0/Left_Vertical_Part: 1597222043 /world_volume/lvMagnetRegion_2/MagnetEnvelope_0/LowerCoil: 610936026 diff --git a/compact/run3/trunk/checksums b/compact/run3/trunk/checksums index a28c348920..888b8d41bf 100644 --- a/compact/run3/trunk/checksums +++ b/compact/run3/trunk/checksums @@ -1,4 +1,4 @@ -/world_volume: 1321319457 +/world_volume: 2014807472 /world_volume/lvAfterMagnetRegion_3: 2277670334 /world_volume/lvAfterMagnetRegion_3/lvRich2Master_1: 3260302501 /world_volume/lvAfterMagnetRegion_3/lvRich2Master_1/pvRich2EntryWinTubeLock: 2067417882 @@ -48,7 +48,7 @@ /world_volume/lvAfterMagnetRegion_3/lvUX85BakeoutAfterMagnet_2: 905232799 /world_volume/lvAfterMagnetRegion_3/lvUX85SupportsAfterMagnet_4: 3203051945 /world_volume/lvAfterMagnetRegion_3/lvUX85SupportsAfterMagnet_4/pvUX853AfterMagnetCollar: 2932990174 -/world_volume/lvBeforeMagnetRegion_1: 260016582 +/world_volume/lvBeforeMagnetRegion_1: 1755403829 /world_volume/lvBeforeMagnetRegion_1/lvBeforeVelo_0: 969394431 /world_volume/lvBeforeMagnetRegion_1/lvBeforeVelo_0/lvBcmUp_1: 3863989257 /world_volume/lvBeforeMagnetRegion_1/lvBeforeVelo_0/lvBlockWallBefMag_0: 2798056924 @@ -62,14 +62,14 @@ /world_volume/lvBeforeMagnetRegion_1/lvRich1Master_1/pvRich1SubMaster: 3266574560 /world_volume/lvBeforeMagnetRegion_1/lvRich1Master_1/pvUX851InRich1AfterSubM: 3629254175 /world_volume/lvBeforeMagnetRegion_1/lvRich1Master_1/pvUX851InRich1BeforeSubM: 734888376 -/world_volume/lvBeforeMagnetRegion_1/lvUT_3: 733506852 -/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTA_4: 2513958813 -/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTBoxPlug_2: 1910293213 -/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTBox_1: 980729092 -/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTC_3: 3900797383 +/world_volume/lvBeforeMagnetRegion_1/lvUT_3: 1464830097 +/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTA_4: 3464962573 +/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTBoxPlug_2: 1729663351 +/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTBox_1: 2733054024 +/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTC_3: 3016860759 /world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTFrame_0: 2002155028 -/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTJacket_5: 2354566694 -/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTPipeHeater_6: 2769758888 +/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTJacket_5: 3533654916 +/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTPipeHeater_6: 1907483245 /world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUX851InUT_7: 31157452 /world_volume/lvBeforeMagnetRegion_1/lvVP_2: 4239748891 /world_volume/lvBeforeMagnetRegion_1/lvVP_2/CellFixed_5: 1544849230 @@ -125,7 +125,7 @@ /world_volume/lvDownstreamRegion_4/lvUX85SupportsDownstream_7/pvUX853CableDownstream04: 1641403997 /world_volume/lvDownstreamRegion_4/lvUX85SupportsDownstream_7/pvUX853DownstreamCollar: 423381431 /world_volume/lvDownstreamRegion_4/lvUX85SupportsDownstream_7/pvUX854SlSup: 2423248136 -/world_volume/lvMagnetRegion_2: 3889734649 +/world_volume/lvMagnetRegion_2: 2802849329 /world_volume/lvMagnetRegion_2/MagnetEnvelope_0: 1133940338 /world_volume/lvMagnetRegion_2/MagnetEnvelope_0/Left_Vertical_Part: 1597222043 /world_volume/lvMagnetRegion_2/MagnetEnvelope_0/LowerCoil: 610936026 diff --git a/compact/run4/trunk/checksums b/compact/run4/trunk/checksums index a28c348920..888b8d41bf 100644 --- a/compact/run4/trunk/checksums +++ b/compact/run4/trunk/checksums @@ -1,4 +1,4 @@ -/world_volume: 1321319457 +/world_volume: 2014807472 /world_volume/lvAfterMagnetRegion_3: 2277670334 /world_volume/lvAfterMagnetRegion_3/lvRich2Master_1: 3260302501 /world_volume/lvAfterMagnetRegion_3/lvRich2Master_1/pvRich2EntryWinTubeLock: 2067417882 @@ -48,7 +48,7 @@ /world_volume/lvAfterMagnetRegion_3/lvUX85BakeoutAfterMagnet_2: 905232799 /world_volume/lvAfterMagnetRegion_3/lvUX85SupportsAfterMagnet_4: 3203051945 /world_volume/lvAfterMagnetRegion_3/lvUX85SupportsAfterMagnet_4/pvUX853AfterMagnetCollar: 2932990174 -/world_volume/lvBeforeMagnetRegion_1: 260016582 +/world_volume/lvBeforeMagnetRegion_1: 1755403829 /world_volume/lvBeforeMagnetRegion_1/lvBeforeVelo_0: 969394431 /world_volume/lvBeforeMagnetRegion_1/lvBeforeVelo_0/lvBcmUp_1: 3863989257 /world_volume/lvBeforeMagnetRegion_1/lvBeforeVelo_0/lvBlockWallBefMag_0: 2798056924 @@ -62,14 +62,14 @@ /world_volume/lvBeforeMagnetRegion_1/lvRich1Master_1/pvRich1SubMaster: 3266574560 /world_volume/lvBeforeMagnetRegion_1/lvRich1Master_1/pvUX851InRich1AfterSubM: 3629254175 /world_volume/lvBeforeMagnetRegion_1/lvRich1Master_1/pvUX851InRich1BeforeSubM: 734888376 -/world_volume/lvBeforeMagnetRegion_1/lvUT_3: 733506852 -/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTA_4: 2513958813 -/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTBoxPlug_2: 1910293213 -/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTBox_1: 980729092 -/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTC_3: 3900797383 +/world_volume/lvBeforeMagnetRegion_1/lvUT_3: 1464830097 +/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTA_4: 3464962573 +/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTBoxPlug_2: 1729663351 +/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTBox_1: 2733054024 +/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTC_3: 3016860759 /world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTFrame_0: 2002155028 -/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTJacket_5: 2354566694 -/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTPipeHeater_6: 2769758888 +/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTJacket_5: 3533654916 +/world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUTPipeHeater_6: 1907483245 /world_volume/lvBeforeMagnetRegion_1/lvUT_3/lvUX851InUT_7: 31157452 /world_volume/lvBeforeMagnetRegion_1/lvVP_2: 4239748891 /world_volume/lvBeforeMagnetRegion_1/lvVP_2/CellFixed_5: 1544849230 @@ -125,7 +125,7 @@ /world_volume/lvDownstreamRegion_4/lvUX85SupportsDownstream_7/pvUX853CableDownstream04: 1641403997 /world_volume/lvDownstreamRegion_4/lvUX85SupportsDownstream_7/pvUX853DownstreamCollar: 423381431 /world_volume/lvDownstreamRegion_4/lvUX85SupportsDownstream_7/pvUX854SlSup: 2423248136 -/world_volume/lvMagnetRegion_2: 3889734649 +/world_volume/lvMagnetRegion_2: 2802849329 /world_volume/lvMagnetRegion_2/MagnetEnvelope_0: 1133940338 /world_volume/lvMagnetRegion_2/MagnetEnvelope_0/Left_Vertical_Part: 1597222043 /world_volume/lvMagnetRegion_2/MagnetEnvelope_0/LowerCoil: 610936026 diff --git a/compact/run5/branch-baseline/checksums b/compact/run5/branch-baseline/checksums index abdd6c2d92..11431d7d5d 100644 --- a/compact/run5/branch-baseline/checksums +++ b/compact/run5/branch-baseline/checksums @@ -1,4 +1,4 @@ -/world_volume: 2634674860 +/world_volume: 3069742108 /world_volume/lvAfterMagnetRegion_3: 134094477 /world_volume/lvAfterMagnetRegion_3/lvRich2Master_1: 3260302501 /world_volume/lvAfterMagnetRegion_3/lvRich2Master_1/pvRich2EntryWinTubeLock: 2067417882 @@ -49,7 +49,7 @@ /world_volume/lvAfterMagnetRegion_3/lvUX85BakeoutAfterMagnet_2: 905232799 /world_volume/lvAfterMagnetRegion_3/lvUX85SupportsAfterMagnet_4: 3203051945 /world_volume/lvAfterMagnetRegion_3/lvUX85SupportsAfterMagnet_4/pvUX853AfterMagnetCollar: 2932990174 -/world_volume/lvBeforeMagnetRegion_1: 1831933811 +/world_volume/lvBeforeMagnetRegion_1: 4229809929 /world_volume/lvBeforeMagnetRegion_1/lvBeforeVelo_0: 969394431 /world_volume/lvBeforeMagnetRegion_1/lvBeforeVelo_0/lvBcmUp_1: 3863989257 /world_volume/lvBeforeMagnetRegion_1/lvBeforeVelo_0/lvBlockWallBefMag_0: 2798056924 @@ -123,7 +123,7 @@ /world_volume/lvDownstreamRegion_4/lvUX85SupportsDownstream_7/pvUX853CableDownstream04: 1641403997 /world_volume/lvDownstreamRegion_4/lvUX85SupportsDownstream_7/pvUX853DownstreamCollar: 423381431 /world_volume/lvDownstreamRegion_4/lvUX85SupportsDownstream_7/pvUX854SlSup: 2423248136 -/world_volume/lvMagnetRegion_2: 3889734649 +/world_volume/lvMagnetRegion_2: 2802849329 /world_volume/lvMagnetRegion_2/MagnetEnvelope_0: 1133940338 /world_volume/lvMagnetRegion_2/MagnetEnvelope_0/Left_Vertical_Part: 1597222043 /world_volume/lvMagnetRegion_2/MagnetEnvelope_0/LowerCoil: 610936026 -- GitLab