Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Reference Detector
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
Terraform modules
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
EIC
detectors
Reference Detector
Merge requests
!59
Resolve "ZDC sampling detector"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "ZDC sampling detector"
53-zdc-sampling-detector
into
master
Overview
0
Commits
5
Pipelines
16
Changes
2
Merged
Marshall Scott
requested to merge
53-zdc-sampling-detector
into
master
4 years ago
Overview
0
Commits
5
Pipelines
16
Changes
2
Expand
Closes
#53 (closed)
Edited
4 years ago
by
Jihee Kim
0
0
Merge request reports
Viewing commit
dbf838e3
Show latest version
2 files
+
3
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
dbf838e3
Commented out small ZDC in xml file
· dbf838e3
Marshall Scott
authored
4 years ago
compact/ffi_ZDC_HCAL.xml
+
3
−
1
Options
@@ -74,6 +74,7 @@
<!-- Define detector -->
<detectors>
<!--
<detector id="ffi_ZDC_HCAL_ID" name="smallZDC" type="ZDC" readout="ZDCHits" vis="RedVis">
<position x="ffi_ZDC_HCAL_st_x_pos" y="ffi_ZDC_HCAL_st_y_pos" z="ffi_ZDC_HCAL_st_z_pos"/>
<dimensions x = "ffi_ZDC_HCAL_st_length" y = "ffi_ZDC_HCAL_st_length"/>
@@ -119,7 +120,8 @@
<slice name="Tungsten_slice" material="TungstenDens24" thickness="7*mm" vis = "GrayVis"/>
</layer>
</detector>
<detector
id=
"2"
name=
"largeZDC"
type=
"ZDC"
readout=
"ZDCHits"
vis=
"RedVis"
>
-->
<detector
id=
"ffi_ZDC_HCAL_ID"
name=
"largeZDC"
type=
"ZDC"
readout=
"ZDCHits"
vis=
"RedVis"
>
<position
x=
"ffi_ZDC_HCAL_lt_x_pos"
y=
"ffi_ZDC_HCAL_lt_y_pos"
z=
"ffi_ZDC_HCAL_lt_z_pos"
/>
<dimensions
x =
"ffi_ZDC_HCAL_lt_length"
y =
"ffi_ZDC_HCAL_lt_length"
/>
<layer
repeat=
"2"
>
Loading