Skip to content

Commit

Permalink
integration of SCEPCal into IDEA_o2_v01 xml and steering files
Browse files Browse the repository at this point in the history
  • Loading branch information
wonyongc committed Dec 12, 2024
1 parent 8282598 commit 49f88ef
Show file tree
Hide file tree
Showing 8 changed files with 116 additions and 1,136 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
<vis name="AirVis" alpha="0.1" r="0.1" g="0.1" b="1.0" showDaughters="false" visible="true"/>
<!-- Dual-Readout Endcap Tubes vis-->
<vis name="DRETAssemblyVis" alpha="0.05" r="1.0" g="0.0" b="0.0" showDaughters="true" visible="false"/>
<vis name="DRETStaveVis" alpha="0.1" r="0" g="0.0" b="1.0" showDaughters="true" visible="true"/>
<vis name="DRETStaveVis" alpha="0.1" r="0" g="0.0" b="1.0" showDaughters="true" visible="false"/>
<vis name="DRETTowerVis" alpha="0.5" r="1.0" g="0.624" b="0.0" showDaughters="false" visible="true"/>
<vis name="DRETtube_S_Vis" alpha="1.0" r="1.0" g="0.0" b="0.0" showDaughters="true" visible="true"/>
<vis name="DRETtube_C_Vis" alpha="1.0" r="0.0" g="0.0" b="1.0" showDaughters="true" visible="true"/>
Expand Down
5 changes: 4 additions & 1 deletion FCCee/IDEA/compact/IDEA_o2_v01/IDEA_o2_v01.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<include ref="../IDEA_o1_v03/VertexComplete_IDEA_o1_v03.xml"/>

<!-- Import drift chamber -->
<include ref="../IDEA_o1_v03/DriftChamber_o1_v02.xml"/>
<!-- <include ref="../IDEA_o1_v03/DriftChamber_o1_v02.xml"/> -->

<!-- Import silicon wrapper -->
<include ref="../IDEA_o1_v03/SiliconWrapper_o1_v03.xml"/>
Expand All @@ -58,6 +58,9 @@
<!-- Import Endcap plate absorber -->
<include ref="../IDEA_o1_v03/EndPlateAbsorber_o1_v01.xml"/>

<!-- Import Segmented crystal ECAL-->
<include ref="SCEPCal.xml"/>

<!-- Import tubes-based dual-readout calorimeter -->
<include ref="DREndcapTubes_o1_v01.xml"/>

Expand Down
10 changes: 5 additions & 5 deletions FCCee/IDEA/compact/IDEA_o2_v01/SCEPCal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -980,8 +980,8 @@
</readouts>

<display>
<vis name="projectiveFillFVis" alpha="1" r="0.5" g="0.0" b="1.0" showDaughters="true" visible="true"/>
<vis name="projectiveFillRVis" alpha="1" r="0.5" g="0.5" b="0.0" showDaughters="true" visible="true"/>
<vis name="projectiveFillFVis" alpha="1" r="0.0" g="0.0" b="1.0" showDaughters="true" visible="true"/>
<vis name="projectiveFillRVis" alpha="1" r="0.0" g="0.5" b="1.0" showDaughters="true" visible="true"/>
<vis name="crystalFVis" alpha="1" r="0.0" g="0.0" b="1.0" showDaughters="true" visible="true"/>
<vis name="crystalRVis" alpha="1" r="0.0" g="0.5" b="1.0" showDaughters="true" visible="true"/>
<vis name="timingVisTr" alpha="1" r="0.0" g="1.0" b="0.1" showDaughters="true" visible="true"/>
Expand All @@ -1006,7 +1006,7 @@
</define>

<detectors>
<detector id="1"
<detector id="4"
name="SCEPCal"
type="SegmentedCrystalECAL"
readout="SCEPCal_readout"
Expand All @@ -1018,8 +1018,8 @@
<barrel construct="true" phistart="0" phiend="128"/>
<endcap construct="true" phistart="0" phiend="128" thetastart="10"/>

<dim barrelHalfZ="2.25*m"
barrelInnerR="2*m"
<dim barrelHalfZ="1.8*m"
barrelInnerR="2.25*m"
crystalFaceWidthNominal="10*mm"
crystalFlength="50*mm"
crystalRlength="150*mm"
Expand Down
Loading

0 comments on commit 49f88ef

Please sign in to comment.