Skip to content
Snippets Groups Projects
Commit 6327d084 authored by Miroslav Saur's avatar Miroslav Saur
Browse files

Merge branch 'mexu_2025_geometry' into 'master'

Created version for 2025-v00.00

Closes #72

See merge request !695
parents 9dc23a64 02359522
No related branches found
No related tags found
1 merge request!695Created version for 2025-v00.00
Pipeline #11039829 passed
<?xml version='1.0' encoding='utf-8'?>
<!--
(c) Copyright 2023 CERN for the benefit of the LHCb Collaboration
This software is distributed under the terms of the GNU General Public
Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".
In applying this licence, CERN does not waive the privileges and immunities
granted to it by virtue of its status as an Intergovernmental Organization
or submit itself to any jurisdiction.
-->
<lccdd>
<debug>
<type name="includes" value="0" />
<type name="incguard" value="1" />
</debug>
<includes>
<file ref="../../components/Materials/trunk/common.xml" /> <!-- We cannot change the location of this file, for some reason, materials must be defined first.-->
<file ref="path.xml" />
<file ref="${path:Pipe}/PipeCommon.xml" />
</includes>
<!-- Notes
- PipeT and PipeAfterT is dependent on PipeAfterMagnet (Pipe/AfterMagnet-Params)
- PipeDownstream dependent on PipeAfterMagnet (Pipe/AfterMagnet-Params)
- PipeVP dependent on VP (region not created yet)
- PipeUT dependent on UT (region not created yet)
- Everything else can be independently included/excluded
-->
<!-- Upstream Region -->
<include ref="${path:Regions}/Regions.xml"/>
<include ref="${path:BlockWall}/BlockWall.xml"/>
<include ref="${path:Bcm}/Bcm.xml" />
<include ref="${path:MBXW}/MBXW.xml" />
<include ref="${path:Pipe}/PipeUpstream.xml" />
<!-- Before Magnet Region -->
<include ref="${path:Rich}/Rich1/Rich1.xml" />
<include ref="${path:VP}/VP.xml" />
<include ref="${path:SMOG2}/SMOG2.xml" />
<include ref="${path:UT}/UT.xml" />
<include ref="${path:Pipe}/PipeBeforeVelo.xml" />
<include ref="${path:Pipe}/PipeBeforeMagnet.xml" />
<include ref="${path:Pipe}/PipeVP.xml" />
<include ref="${path:Pipe}/PipeUT.xml" />
<!-- Magnet Region -->
<include ref="${path:Magnet}/Magnet.xml" />
<include ref="${path:Pipe}/PipeMagnet.xml" />
<!-- After Magnet Region -->
<include ref="${path:FT}/FT.xml" />
<include ref="${path:Rich}/Rich2/Rich2.xml" />
<include ref="${path:Pipe}/AfterMagnet-Params.xml" />
<include ref="${path:Pipe}/PipeAfterMagnet.xml" />
<include ref="${path:Pipe}/PipeT.xml" />
<include ref="${path:Pipe}/PipeAfterT.xml" />
<!-- Downstream Region -->
<include ref="${path:NeutronShielding}/NeutronShielding.xml" />
<include ref="${path:Muon}/Muon.xml" />
<include ref="${path:ECAL}/ECAL.xml" />
<include ref="${path:HCAL}/HCAL.xml" />
<include ref="${path:Pipe}/PipeDownstream.xml" />
<include ref="${path:Pipe}/PipeAfterMuon.xml" />
</lccdd>
This diff is collapsed.
<lccdd>
<!--
(c) Copyright 2023 CERN for the benefit of the LHCb Collaboration
This software is distributed under the terms of the GNU General Public
Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".
In applying this licence, CERN does not waive the privileges and immunities
granted to it by virtue of its status as an Intergovernmental Organization
or submit itself to any jurisdiction.
-->
<define>
<constant name="path:BlockWall" value="../../components/BlockWall/2024-v00.00" type="string"/>
<constant name="path:Bcm" value="../../components/Bcm/2024-v00.00" type="string"/>
<constant name="path:MBXW" value="../../components/MBXW/2024-v00.00" type="string"/>
<constant name="path:Pipe" value="../../components/Pipe/2024-v00.01" type="string"/>
<constant name="path:Rich" value="../../components/Rich/2025-v00.00" type="string"/>
<constant name="path:SMOG2" value="../../components/SMOG2/2024-v00.00" type="string"/>
<constant name="path:VP" value="../../components/VP/2025-v00.00" type="string"/>
<constant name="path:UT" value="../../components/UT/2024-v00.01" type="string"/>
<constant name="path:Magnet" value="../../components/Magnet/2024-v00.00" type="string"/>
<constant name="path:FT" value="../../components/FT/2024-v00.00" type="string"/>
<constant name="path:NeutronShielding" value="../../components/NeutronShielding/2024-v00.00" type="string"/>
<constant name="path:Muon" value="../../components/Muon/2024-v00.00" type="string"/>
<constant name="path:ECAL" value="../../components/ECAL/2024-v00.00" type="string"/>
<constant name="path:HCAL" value="../../components/HCAL/2024-v00.00" type="string"/>
<constant name="path:Regions" value="../../components/Regions/2024-v00.00" type="string"/>
<constant name="path:Materials" value="../../components/Materials/2024-v00.00" type="string"/>
</define>
</lccdd>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment