Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ecce
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
detectors
ecce
Commits
2a207d79
Commit
2a207d79
authored
May 13, 2022
by
christopher dilks
Browse files
Options
Downloads
Patches
Plain Diff
update sensor size, segmentation, material, and surface to match 144-irt-geometry
parent
0de5978a
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
compact/drich.xml
+11
-9
11 additions, 9 deletions
compact/drich.xml
compact/optical_materials.xml
+1
-1
1 addition, 1 deletion
compact/optical_materials.xml
compact/subsystem_views/drich_only.xml
+1
-1
1 addition, 1 deletion
compact/subsystem_views/drich_only.xml
with
13 additions
and
11 deletions
compact/drich.xml
+
11
−
9
View file @
2a207d79
...
@@ -18,9 +18,11 @@
...
@@ -18,9 +18,11 @@
<constant
name=
"DRICH_rmax1"
value=
"DRICH_SnoutSlope * ( DRICH_zmin + DRICH_SnoutLength)"
/>
<constant
name=
"DRICH_rmax1"
value=
"DRICH_SnoutSlope * ( DRICH_zmin + DRICH_SnoutLength)"
/>
<!-- additional parameters -->
<!-- additional parameters -->
<constant
name=
"DRICH_aerogel_thickness"
value=
"4.0*cm"
/>
<!-- aerogel thickness -->
<constant
name=
"DRICH_aerogel_thickness"
value=
"4.0*cm"
/>
<!-- aerogel thickness -->
<constant
name=
"DRICH_sensor_size"
value=
"48.0*mm"
/>
<!-- sensor side length -->
<constant
name=
"DRICH_sensor_size"
value=
"25.8*mm"
/>
<!-- sensor side length -->
<constant
name=
"DRICH_sensor_thickness"
value=
"35.0*mm"
/>
<!-- sensor thickness -->
<constant
name=
"DRICH_sensor_thickness"
value=
"0.5*mm"
/>
<!-- sensor thickness -->
<constant
name=
"DRICH_num_px"
value=
"16"
/>
<!-- number of pixels along one side of the sensor -->
<constant
name=
"DRICH_num_px"
value=
"8"
/>
<!-- number of pixels along one side of the sensor -->
<constant
name=
"DRICH_sensor_pixel_pitch"
value=
"3.2*mm"
/>
<!-- center-to-center distance between SiPMs in a 8x8 panel -->
<constant
name=
"DRICH_sensor_pixel_size"
value=
"3.0*mm"
/>
<!-- a single SiPM pixel size -->
<!-- debugging switches -->
<!-- debugging switches -->
<comment>
<comment>
- `DRICH_debug_optics`: 1 = all components become vacuum, except for mirrors; test opticalphotons from IP
- `DRICH_debug_optics`: 1 = all components become vacuum, except for mirrors; test opticalphotons from IP
...
@@ -178,12 +180,12 @@
...
@@ -178,12 +180,12 @@
spherical patch below
spherical patch below
</documentation>
</documentation>
<module
<module
material=
"
Silicon
"
material=
"
AirOptical
"
surface=
"SensorSurface_DRICH"
surface=
"SensorSurface_DRICH"
vis=
"DRICH_sensor_vis"
vis=
"DRICH_sensor_vis"
side=
"DRICH_sensor_size"
side=
"DRICH_sensor_size"
thickness=
"DRICH_sensor_thickness"
thickness=
"DRICH_sensor_thickness"
gap=
"0.
5*(52-48)*mm +
2*mm"
gap=
"0.2*mm"
/>
/>
...
@@ -244,10 +246,10 @@
...
@@ -244,10 +246,10 @@
<readout
name=
"DRICHHits"
>
<readout
name=
"DRICHHits"
>
<segmentation
<segmentation
type=
"CartesianGridXY"
type=
"CartesianGridXY"
grid_size_x=
"DRICH_sensor_
size/(DRICH_num_px-1)
"
grid_size_x=
"DRICH_sensor_
pixel_pitch
"
grid_size_y=
"DRICH_sensor_
size/(DRICH_num_px-1)
"
grid_size_y=
"DRICH_sensor_
pixel_pitch
"
offset_x=
"-DRICH_sensor_
size
/2.0"
offset_x=
"-DRICH_sensor_
pixel_pitch*DRICH_num_px
/2.0"
offset_y=
"-DRICH_sensor_
size
/2.0"
offset_y=
"-DRICH_sensor_
pixel_pitch*DRICH_num_px
/2.0"
/>
/>
<id>
system:8,sector:3,module:12,x:23:16,y:16
</id>
<id>
system:8,sector:3,module:12,x:23:16,y:16
</id>
</readout>
</readout>
...
...
This diff is collapsed.
Click to expand it.
compact/optical_materials.xml
+
1
−
1
View file @
2a207d79
...
@@ -1058,7 +1058,7 @@
...
@@ -1058,7 +1058,7 @@
6.19921*eV 0.762502
6.19921*eV 0.762502
"
/>
"
/>
</opticalsurface>
</opticalsurface>
<opticalsurface
name=
"SensorSurface_DRICH"
model=
"glisur"
finish=
"polished"
type=
"dielectric_
metal
"
>
<opticalsurface
name=
"SensorSurface_DRICH"
model=
"glisur"
finish=
"polished"
type=
"dielectric_
dielectric
"
>
<property
name=
"EFFICIENCY"
coldim=
"2"
values=
"
<property
name=
"EFFICIENCY"
coldim=
"2"
values=
"
1*eV 1
1*eV 1
4*eV 1
4*eV 1
...
...
This diff is collapsed.
Click to expand it.
compact/subsystem_views/drich_only.xml
+
1
−
1
View file @
2a207d79
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
## dRICh only
## dRICh only
</documentation>
</documentation>
<include
ref=
"ip6/beampipe.xml"
/>
<!--
<include ref="ip6/beampipe.xml" />
-->
<include
ref=
"compact/drich.xml"
/>
<include
ref=
"compact/drich.xml"
/>
</lccdd>
</lccdd>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment