Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collect files of different MDI versions in a config file for each version #424

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions FCCee/ILD_FCCee/compact/ILD_FCCee_v01/ILD_FCCee_v01.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,9 @@

<include ref="../ILD_common_v02/display.xml"/>

<!-- MDI from common directory -->
<include ref="../../../MDI/compact/MDI_o1_v00/BeamInstrumentation_o1_v01.xml"/>
<include ref="../../../MDI/compact/MDI_o1_v00/Beampipe_o4_v05.xml"/>
<include ref="../../../MDI/compact/MDI_o1_v00/HOMAbsorber.xml"/>

<!-- Include the MDI Collection for Option 1 Version 00 (MDI_o1_v00) -->
<include ref="../../../MDI/compact/MDI_o1_v00/MDI_o1_v00_collection.xml"/>

<!-- vertex and lumiCal from CLD_02_v07 -->
<include ref="../../../CLD/compact/CLD_o2_v07/LumiCal_o3_v02_05.xml"/>
Expand Down
7 changes: 3 additions & 4 deletions FCCee/ILD_FCCee/compact/ILD_FCCee_v02/ILD_FCCee_v02.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,9 @@

<include ref="../ILD_common_v02/display.xml"/>

<!-- MDI from common directory -->
<include ref="../../../MDI/compact/MDI_o1_v00/BeamInstrumentation_o1_v01.xml"/>
<include ref="../../../MDI/compact/MDI_o1_v00/Beampipe_o4_v05.xml"/>
<include ref="../../../MDI/compact/MDI_o1_v00/HOMAbsorber.xml"/>

<!-- Include the MDI Collection for Option 1 Version 00 (MDI_o1_v00) -->
<include ref="../../../MDI/compact/MDI_o1_v00/MDI_o1_v00_collection.xml"/>

<!-- vertex, innerTracker and lumiCal from CLD_02_v07 -->
<include ref="../../../CLD/compact/CLD_o2_v07/LumiCal_o3_v02_05.xml"/>
Expand Down
7 changes: 7 additions & 0 deletions FCCee/MDI/compact/MDI_o1_v00/MDI_o1_v00_collection.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<lccdd>

<include ref="BeamInstrumentation_o1_v01.xml"/>
<include ref="Beampipe_o4_v05.xml"/>
<include ref="HOMAbsorber.xml"/>
atolosadelgado marked this conversation as resolved.
Show resolved Hide resolved

</lccdd>
6 changes: 6 additions & 0 deletions FCCee/MDI/compact/MDI_o1_v01/MDI_o1_v01_collection.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<lccdd>

<include ref="BeamInstrumentation_o1_v01.xml"/>
<include ref="Beampipe_CADimport_o1_v02.xml"/>

</lccdd>