Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
athena
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
detectors
athena
Commits
571d7a6a
Commit
571d7a6a
authored
3 years ago
by
Sylvester Joosten
Browse files
Options
Downloads
Patches
Plain Diff
fix pfrich viz
parent
1a3fe685
Branches
Branches containing commit
No related tags found
2 merge requests
!311
Draft: Tmp viz
,
!308
Resolve "update TOF for DeathValley"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
.gitlab-ci.yml
compact/erich.xml
+10
-2
10 additions, 2 deletions
compact/erich.xml
with
12 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
0
View file @
571d7a6a
...
@@ -124,6 +124,8 @@ dump_geometry:
...
@@ -124,6 +124,8 @@ dump_geometry:
cp $xml ${DETECTOR_PATH}/geo.xml
cp $xml ${DETECTOR_PATH}/geo.xml
dd_web_display --output geo/${geo_name} ${DETECTOR_PATH}/geo.xml
dd_web_display --output geo/${geo_name} ${DETECTOR_PATH}/geo.xml
done
done
## Lower-resolution display of the pfRICH sensors for global views
-
sed -i 's/_default"/_lores"/' ${DETECTOR_PATH}/erich.xml
## full geo with downstream beamline
## full geo with downstream beamline
-
dd_web_display --output geo/detector_geo_full.root ${DETECTOR_PATH}/athena.xml
-
dd_web_display --output geo/detector_geo_full.root ${DETECTOR_PATH}/athena.xml
## only central detector geo
## only central detector geo
...
...
This diff is collapsed.
Click to expand it.
compact/erich.xml
+
10
−
2
View file @
571d7a6a
...
@@ -13,8 +13,16 @@
...
@@ -13,8 +13,16 @@
<constant
name=
"ERICH_window_thickness"
value=
"0.1*cm"
/>
<!-- thickness of entrance and exit walls -->
<constant
name=
"ERICH_window_thickness"
value=
"0.1*cm"
/>
<!-- thickness of entrance and exit walls -->
<!-- additional parameters -->
<!-- additional parameters -->
<constant
name=
"ERICH_aerogel_thickness"
value=
"3.0*cm"
/>
<!-- aerogel thickness -->
<constant
name=
"ERICH_aerogel_thickness"
value=
"3.0*cm"
/>
<!-- aerogel thickness -->
<constant
name=
"ERICH_sensor_active_size"
value=
"24.0*mm"
/>
<!-- sensor side length (effective area) -->
<constant
name=
"ERICH_sensor_active_size_default"
value=
"24.0*mm"
/>
<!-- sensor side length (effective area) -->
<constant
name=
"ERICH_sensor_full_size"
value=
"25.8*mm"
/>
<!-- sensor side length (full size, with enclosure) -->
<constant
name=
"ERICH_sensor_full_size_default"
value=
"25.8*mm"
/>
<!-- sensor side length (full size, with enclosure) -->
<!-- lores values are used for global vizualizations _only_ -->
<constant
name=
"ERICH_sensor_active_size_lores"
value=
"ERICH_sensor_active_size_default * 2"
/>
<constant
name=
"ERICH_sensor_full_size_lores"
value=
"ERICH_sensor_full_size_default * 2"
/>
<!-- actual values used by the parametrization -->
<constant
name=
"ERICH_sensor_active_size"
value=
"ERICH_sensor_active_size_default"
/>
<constant
name=
"ERICH_sensor_full_size"
value=
"ERICH_sensor_full_size_default"
/>
<constant
name=
"ERICH_sensor_thickness"
value=
"1.5*mm"
/>
<!-- sensor thickness -->
<constant
name=
"ERICH_sensor_thickness"
value=
"1.5*mm"
/>
<!-- sensor thickness -->
<constant
name=
"ERICH_sensor_dist"
value=
"40*cm"
/>
<!-- distance between aerogel exit plane and sensor entrance plane -->
<constant
name=
"ERICH_sensor_dist"
value=
"40*cm"
/>
<!-- distance between aerogel exit plane and sensor entrance plane -->
<constant
name=
"ERICH_num_px"
value=
"8"
/>
<!-- number of pixels along one side of the sensor -->
<constant
name=
"ERICH_num_px"
value=
"8"
/>
<!-- number of pixels along one side of the sensor -->
...
...
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