-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
FCCee/IDEA/compact/IDEA_o1_v02/EndPlateAbsorber_o1_v01.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<lccdd> | ||
|
||
<info name="EndPlateAbsorber" title="EndPlateAbsorber" status="development" version="$Id: $"> | ||
<comment> | ||
Endcap plate absorber to mimic the material budget from the solenoid (0.75 X0) present only in the barrel and start the showers. | ||
</comment> | ||
</info> | ||
|
||
<detectors> | ||
|
||
<detector name="EndPlateAbsorber_positive" type="SimpleCylinder_o1_v01" vis="muon_vis"> | ||
<dimensions rmin="EndPlateAbsorber_inner_radius" rmax="EndPlateAbsorber_outer_radius" dz="EndPlateAbsorber_z_half_length" z_offset = "EndPlateAbsorber_z_min + EndPlateAbsorber_z_half_length" material="Lead" phi0="0" deltaphi="360*deg" vis="muon_vis"/> | ||
</detector> | ||
|
||
<detector name="EndPlateAbsorber_negative" type="SimpleCylinder_o1_v01" vis="muon_vis"> | ||
<dimensions rmin="EndPlateAbsorber_inner_radius" rmax="EndPlateAbsorber_outer_radius" dz="EndPlateAbsorber_z_half_length" z_offset = "-1*(EndPlateAbsorber_z_min + EndPlateAbsorber_z_half_length)" material="Lead" phi0="0" deltaphi="360*deg" vis="muon_vis"/> | ||
</detector> | ||
|
||
</detectors> | ||
|
||
</lccdd> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
IDEA | ||
==== | ||
IDEA_o1_v01: IDEA version picked from the latest version in FCCDetectors repo | ||
IDEA_o1_v02: Based on o1_v01 but with a detailed description of the vertex detector and the drift chamber | ||
IDEA_o1_v02: Based on o1_v01 but with a detailed description of the vertex detector and the drift chamber, a place holder solenoid and the endplate absorber. Missing: SiWrapper, calorimeter, detailed muons system (coming soon). |