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
!39
An error occurred while fetching the assigned milestone of the selected merge_request.
Draft: Resolve "Implement cb_SiDISCS"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: Resolve "Implement cb_SiDISCS"
15-implement-cb_sidiscs
into
master
Overview
1
Commits
3
Pipelines
2
Changes
5
Closed
Marshall Scott
requested to merge
15-implement-cb_sidiscs
into
master
4 years ago
Overview
1
Commits
3
Pipelines
2
Changes
5
Expand
Closes
#15 (closed)
0
0
Merge request reports
Compare
master
version 1
5d6fee2a
4 years ago
master (base)
and
latest version
latest version
a0082e37
3 commits,
4 years ago
version 1
5d6fee2a
1 commit,
4 years ago
5 files
+
140
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
compact/cb_SiDISCS.xml
0 → 100644
+
51
−
0
Options
<lccdd
xmlns:compact=
"http://www.lcsim.org/schemas/compact/1.0"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xs:noNamespaceSchemaLocation=
"http://www.lcsim.org/schemas/compact/1.0/compact.xsd"
>
<!-- Some information about detector-->
<info
name=
"Central Barrel Discs"
title=
"Central Barrel Discs"
author=
"Marshall Scott"
url=
"https://eicweb.phy.anl.gov/EIC/detectors/reference_detector.git"
status=
"development"
version=
"v1 2021-04-13"
>
<comment>
Central Barrel Discs
</comment>
</info>
<includes>
</includes>
<limits>
</limits>
<regions>
</regions>
<display>
</display>
<!-- Define detector -->
<detectors>
<comment>
Central Barrel Discs
</comment>
<detector
id=
"cb_SiDISCS_ID"
name=
"cb_SiDISCS"
type=
"cb_SiDISCS"
insideTrackingVolume=
"false"
vis=
"cb_SiDISCSVis"
readout=
"cb_SiDISCS_Hits"
>
<material
name=
"Ar10CO2"
/>
<dimensions
rmin=
"cb_SiDISCS_rin"
rmax=
"cb_SiDISCS_rout"
z_length=
"cb_SiDISCS_sizez"
z=
"cb_SiDISCS_posz"
phi0=
"170"
phi1=
"330"
number=
"cb_SiDISCS_nlayers"
rmin1=
"cb_SiDISCS_lay_rin"
rmax1=
"cb_SiDISCS_lay_rout"
dz=
"cb_SiDISCS_lay_thickness"
/>
<layer
id=
"0"
z=
"-cb_SiDISCS_sizez * 0.5 + (1 + 0) * cb_SiDISCS_lay_thickness + (1 + 0) * 5 * cm"
inner_r=
"cb_SiDISCS_lay_rin"
outer_r=
"cb_SiDISCS_lay_rout"
vis=
"cb_SiDISCSVis_lay0"
/>
<layer
id=
"1"
z=
"-cb_SiDISCS_sizez * 0.5 + (1 + 1) * cb_SiDISCS_lay_thickness + (1 + 1) * 5 * cm"
inner_r=
"cb_SiDISCS_lay_rin"
outer_r=
"cb_SiDISCS_lay_rout"
vis=
"cb_SiDISCSVis_lay1"
/>
<layer
id=
"2"
z=
"-cb_SiDISCS_sizez * 0.5 + (1 + 2) * cb_SiDISCS_lay_thickness + (1 + 2) * 5 * cm"
inner_r=
"cb_SiDISCS_lay_rin"
outer_r=
"cb_SiDISCS_lay_rout"
vis=
"cb_SiDISCSVis_lay2"
/>
<layer
id=
"3"
z=
"-cb_SiDISCS_sizez * 0.5 + (1 + 3) * cb_SiDISCS_lay_thickness + (1 + 3) * 5 * cm"
inner_r=
"cb_SiDISCS_lay_rin"
outer_r=
"cb_SiDISCS_lay_rout"
vis=
"cb_SiDISCSVis_lay3"
/>
<layer
id=
"4"
z=
"-cb_SiDISCS_sizez * 0.5 + (1 + 4) * cb_SiDISCS_lay_thickness + (1 + 4) * 5 * cm"
inner_r=
"cb_SiDISCS_lay_rin"
outer_r=
"cb_SiDISCS_lay_rout"
vis=
"cb_SiDISCSVis_lay4"
/>
</detector>
</detectors>
<readouts>
<readout
name=
"cb_SiDISCS_Hits"
>
<segmentation
type=
"CartesianGridXY"
grid_size_x=
"1.0*mm"
grid_size_y=
"1.0*mm"
/>
<id>
system:8,layer:8,x:32:-16,y:-16
</id>
</readout>
</readouts>
<plugins>
</plugins>
</lccdd>
Loading