Skip to content
Snippets Groups Projects
Commit ec1d5e7d authored by christopher dilks's avatar christopher dilks
Browse files

increase zmax by 30cm; increase snoutLength by 10cm

parent 21f4aeb6
No related branches found
No related tags found
1 merge request!33Resolve "dRICH: increase z-length, and add space for services"
...@@ -435,7 +435,7 @@ Examples: ...@@ -435,7 +435,7 @@ Examples:
<comment> Global PID regions with suballocations for TOF and RICH detectors </comment> <comment> Global PID regions with suballocations for TOF and RICH detectors </comment>
<constant name="ForwardPIDRegion_zmin" value="CentralTrackingRegionP_zmax" /> <constant name="ForwardPIDRegion_zmin" value="CentralTrackingRegionP_zmax" />
<constant name="ForwardPIDRegion_length" value="120.0*cm" /> <constant name="ForwardPIDRegion_length" value="150.0*cm" />
<comment> Forward TOF region currenlty empty for future upgrades </comment> <comment> Forward TOF region currenlty empty for future upgrades </comment>
<constant name="ForwardTOFRegion_zmin" value="ForwardPIDRegion_zmin" /> <constant name="ForwardTOFRegion_zmin" value="ForwardPIDRegion_zmin" />
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<!-- tank geometry: cylinder, holding the majority of detector components --> <!-- tank geometry: cylinder, holding the majority of detector components -->
<constant name="DRICH_rmax2" value="HcalBarrel_rmin-2*cm"/> <!-- cylinder radius, near maximal to fit HCal barrel inner polygon --> <constant name="DRICH_rmax2" value="HcalBarrel_rmin-2*cm"/> <!-- cylinder radius, near maximal to fit HCal barrel inner polygon -->
<!-- snout geometry: cone with front radius rmax0 and back radius of rmax1 --> <!-- snout geometry: cone with front radius rmax0 and back radius of rmax1 -->
<constant name="DRICH_SnoutLength" value="20.0*cm"/> <constant name="DRICH_SnoutLength" value="30.0*cm"/>
<constant name="DRICH_SnoutSlope" value="DRICH_rmax2 / (DRICH_zmin + DRICH_Length)"/> <constant name="DRICH_SnoutSlope" value="DRICH_rmax2 / (DRICH_zmin + DRICH_Length)"/>
<constant name="DRICH_rmax0" value="DRICH_SnoutSlope * DRICH_zmin"/> <constant name="DRICH_rmax0" value="DRICH_SnoutSlope * DRICH_zmin"/>
<constant name="DRICH_rmax1" value="DRICH_SnoutSlope * ( DRICH_zmin + DRICH_SnoutLength)"/> <constant name="DRICH_rmax1" value="DRICH_SnoutSlope * ( DRICH_zmin + DRICH_SnoutLength)"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment