diff --git a/Detector/UT/src/UT_geo.cpp b/Detector/UT/src/UT_geo.cpp index 1b1e0fa85901817e020f05a10286da881359ae17..952ea4268474464ec8bd9010b5473206ba89f6d3 100644 --- a/Detector/UT/src/UT_geo.cpp +++ b/Detector/UT/src/UT_geo.cpp @@ -1236,8 +1236,13 @@ namespace { } } if ( m_build_jacket ) { - 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 ); diff --git a/compact/components/Pipe/trunk/Magnet-UX851.xml b/compact/components/Pipe/trunk/Magnet-UX851.xml index ce2d80526c68bf094dc3fe74d8c7a5ed65e31eac..6c14df488c6a796e47ea194bba264340478a95c4 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.01/INFO.md b/compact/components/Regions/2024-v00.01/INFO.md new file mode 100644 index 0000000000000000000000000000000000000000..05c1cbd1f01c9c32d05ce0a1954d8b1e525a81e7 --- /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 0000000000000000000000000000000000000000..38acca7c401d35386c55e21fd84475f942322815 --- /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 0000000000000000000000000000000000000000..2c5397a6a537126c95b97bce4633afb04996c4b8 --- /dev/null +++ b/compact/components/Regions/2024-v00.01/Regions.xml @@ -0,0 +1,15 @@ + + + + + + diff --git a/compact/components/Regions/2024-v00.01/detector.xml b/compact/components/Regions/2024-v00.01/detector.xml new file mode 100644 index 0000000000000000000000000000000000000000..331929ee674669dc71b3145ff0ba583ec42948e5 --- /dev/null +++ b/compact/components/Regions/2024-v00.01/detector.xml @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Regions/2024-v00.01/parameters.xml b/compact/components/Regions/2024-v00.01/parameters.xml new file mode 100644 index 0000000000000000000000000000000000000000..f84335711d56577aeb1e292f2443d9018ad35f76 --- /dev/null +++ b/compact/components/Regions/2024-v00.01/parameters.xml @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 0000000000000000000000000000000000000000..46bcfc9511a3014885f77cf1c4bb0c8e00bb8d66 --- /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 0000000000000000000000000000000000000000..127a106841bf4e206b02a64cf62a10dfc594a64e --- /dev/null +++ b/compact/components/Regions/2024-v00.01/visualization.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/Regions/trunk/detector.xml b/compact/components/Regions/trunk/detector.xml index 58109b1eb8e615fcc085ac2c8f6ca4fcd3a6653e..331929ee674669dc71b3145ff0ba583ec42948e5 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 7cb7ed9f65a0fc33faf4dadc42a137345c316752..f84335711d56577aeb1e292f2443d9018ad35f76 100644 --- a/compact/components/Regions/trunk/parameters.xml +++ b/compact/components/Regions/trunk/parameters.xml @@ -25,6 +25,8 @@ + + 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 0000000000000000000000000000000000000000..120b8d852de86349b470eb1f4778bb5df66524bb --- /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-v00.02/Module.xml b/compact/components/UT/2024-v00.02/Module.xml new file mode 100644 index 0000000000000000000000000000000000000000..e970a9115007b38e18046ee891727c83bf6c5768 --- /dev/null +++ b/compact/components/UT/2024-v00.02/Module.xml @@ -0,0 +1,311 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/UT/2024-v00.02/Sensor.xml b/compact/components/UT/2024-v00.02/Sensor.xml new file mode 100644 index 0000000000000000000000000000000000000000..0edf7f602a83567e9ed605ee72b539c139aec765 --- /dev/null +++ b/compact/components/UT/2024-v00.02/Sensor.xml @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/UT/2024-v00.02/Stave.xml b/compact/components/UT/2024-v00.02/Stave.xml new file mode 100644 index 0000000000000000000000000000000000000000..7bf12c7865cb35c6366425dc152d3364364170b6 --- /dev/null +++ b/compact/components/UT/2024-v00.02/Stave.xml @@ -0,0 +1,208 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/UT/2024-v00.02/UT.xml b/compact/components/UT/2024-v00.02/UT.xml new file mode 100644 index 0000000000000000000000000000000000000000..f17fdeeb61a616fac70ae67926113c0f47c26a99 --- /dev/null +++ b/compact/components/UT/2024-v00.02/UT.xml @@ -0,0 +1,16 @@ + + + + + + + diff --git a/compact/components/UT/2024-v00.02/UTBox.xml b/compact/components/UT/2024-v00.02/UTBox.xml new file mode 100644 index 0000000000000000000000000000000000000000..66eec6aa87530e6bb78d9144d20c768f4c910001 --- /dev/null +++ b/compact/components/UT/2024-v00.02/UTBox.xml @@ -0,0 +1,245 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/UT/2024-v00.02/UTHalf.xml b/compact/components/UT/2024-v00.02/UTHalf.xml new file mode 100644 index 0000000000000000000000000000000000000000..6a0f3b1f67cd0ee84fc6177f437263cbc5f46cf1 --- /dev/null +++ b/compact/components/UT/2024-v00.02/UTHalf.xml @@ -0,0 +1,14 @@ + + + + + diff --git a/compact/components/UT/2024-v00.02/UTaULayer.xml b/compact/components/UT/2024-v00.02/UTaULayer.xml new file mode 100644 index 0000000000000000000000000000000000000000..cf80bd6038fca71c9d08f2db3114baec059c0454 --- /dev/null +++ b/compact/components/UT/2024-v00.02/UTaULayer.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/UT/2024-v00.02/UTaXLayer.xml b/compact/components/UT/2024-v00.02/UTaXLayer.xml new file mode 100644 index 0000000000000000000000000000000000000000..59934dacd5ecbd7b5ef15f89e70326fa8a048e9f --- /dev/null +++ b/compact/components/UT/2024-v00.02/UTaXLayer.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/UT/2024-v00.02/UTbVLayer.xml b/compact/components/UT/2024-v00.02/UTbVLayer.xml new file mode 100644 index 0000000000000000000000000000000000000000..6825d7d96bb82072b962fbfff328a60d129d2bfb --- /dev/null +++ b/compact/components/UT/2024-v00.02/UTbVLayer.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/UT/2024-v00.02/UTbXLayer.xml b/compact/components/UT/2024-v00.02/UTbXLayer.xml new file mode 100644 index 0000000000000000000000000000000000000000..bf871e6e53b3ec6408cbdfe589b55fd7fe7bf54f --- /dev/null +++ b/compact/components/UT/2024-v00.02/UTbXLayer.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/UT/2024-v00.02/conditions.xml b/compact/components/UT/2024-v00.02/conditions.xml new file mode 100644 index 0000000000000000000000000000000000000000..0250992e50b438fbc70b5db2009385d9ca12ff52 --- /dev/null +++ b/compact/components/UT/2024-v00.02/conditions.xml @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/UT/2024-v00.02/detector.xml b/compact/components/UT/2024-v00.02/detector.xml new file mode 100644 index 0000000000000000000000000000000000000000..e8f3b38fe6eb6bc78cae3981d78e0e2b1cff06ec --- /dev/null +++ b/compact/components/UT/2024-v00.02/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-v00.02/parameters.xml b/compact/components/UT/2024-v00.02/parameters.xml new file mode 100644 index 0000000000000000000000000000000000000000..7d976324fd96db7a689a39a07745ce2c1162f424 --- /dev/null +++ b/compact/components/UT/2024-v00.02/parameters.xml @@ -0,0 +1,759 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/compact/components/UT/trunk/UTBox.xml b/compact/components/UT/trunk/UTBox.xml index 25e818fe03f6028f34fe82a8986c04948739c284..66eec6aa87530e6bb78d9144d20c768f4c910001 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 647c67debad1f15ac10670c97112ad4572ce9145..7d976324fd96db7a689a39a07745ce2c1162f424 100644 --- a/compact/components/UT/trunk/parameters.xml +++ b/compact/components/UT/trunk/parameters.xml @@ -45,7 +45,7 @@ - + @@ -215,50 +215,61 @@ - - + + + + + + + - - - - + + - - - - - - - - + + + + + + + + + + + + - + + + + + + + - - - - + - - - + + + + @@ -270,24 +281,45 @@ - - + + - + - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + @@ -502,16 +534,6 @@ - - - - - - - - - - @@ -599,7 +621,7 @@ - + @@ -620,17 +642,26 @@ + + + + + + - - - - - + + + - - - + + + + + + + + @@ -670,11 +701,6 @@ - - - - - @@ -707,13 +733,13 @@ - + - + diff --git a/compact/run3/before-rich1-geom-update-26052022/checksums b/compact/run3/before-rich1-geom-update-26052022/checksums index cd2b1ba0a01fe2fe9f17093c2a9522625e333381..5a3d2fc3c8ce8b063fb06b3f6d3845d9c4bd03a3 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: 1789341451 +/world_volume: 1550915226 /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: 3987785721 +/world_volume/lvMagnetRegion_2: 2910351921 /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 fe7a87e6de5fdafddff4ecba5dfbeed3df234461..df2c2491c031b5d1b9445c1732dd538470ed2892 100644 --- a/compact/run3/trunk/checksums +++ b/compact/run3/trunk/checksums @@ -1,4 +1,4 @@ -/world_volume: 734658399 +/world_volume: 488621774 /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: 3987785721 +/world_volume/lvMagnetRegion_2: 2910351921 /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 fe7a87e6de5fdafddff4ecba5dfbeed3df234461..df2c2491c031b5d1b9445c1732dd538470ed2892 100644 --- a/compact/run4/trunk/checksums +++ b/compact/run4/trunk/checksums @@ -1,4 +1,4 @@ -/world_volume: 734658399 +/world_volume: 488621774 /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: 3987785721 +/world_volume/lvMagnetRegion_2: 2910351921 /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 003e854e86f5df7b7ab14e808f3ee42685fe93d8..e422d760471469d45a3f3e42642cb8a3fe57ab9d 100644 --- a/compact/run5/branch-baseline/checksums +++ b/compact/run5/branch-baseline/checksums @@ -1,4 +1,4 @@ -/world_volume: 1289401811 +/world_volume: 1730923363 /world_volume/lvAfterMagnetRegion_3: 2838017651 /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: 3987785721 +/world_volume/lvMagnetRegion_2: 2910351921 /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