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
GitLab 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
!35
WIP: Implement AMEGOX layers for reference detector
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Open
WIP: Implement AMEGOX layers for reference detector
Implement_AMEGOX_layers
into
master
Overview
3
Commits
4
Pipelines
4
Changes
4
1 open thread
Hide all comments
Open
WIP: Implement AMEGOX layers for reference detector
Chao Peng
requested to merge
Implement_AMEGOX_layers
into
master
Apr 7, 2021
Overview
3
Commits
4
Pipelines
4
Changes
4
1 open thread
Hide all comments
0
0
Merge request reports
Compare
master
version 3
de153e32
Apr 8, 2021
version 2
6badd7be
Apr 7, 2021
version 1
dc8f8aed
Apr 7, 2021
master (base)
and
latest version
latest version
b6258754
4 commits,
Apr 8, 2021
version 3
de153e32
3 commits,
Apr 8, 2021
version 2
6badd7be
2 commits,
Apr 7, 2021
version 1
dc8f8aed
1 commit,
Apr 7, 2021
4 files
+
159
−
48
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
compact/cb_ECal.xml
0 → 100644
+
73
−
0
View file @ b6258754
Edit in single-file editor
Open in Web IDE
<lccdd>
<limits>
</limits>
<regions>
</regions>
<!-- Common Generic visualization attributes -->
<comment>
Common Generic visualization attributes
</comment>
<display>
</display>
<detectors>
<comment>
---------------------
Barrel EM Calorimeter
---------------------
A layered EM calorimeter with tungsten and silicon (or scintillator) strips
</comment>
<detector
id=
"ECalBarrel_ID"
name=
"EcalBarrel"
type=
"refdet_EcalBarrel"
readout=
"EcalBarrelHits"
calorimeterType=
"EM_BARREL"
offset=
"EcalBarrel_offset"
>
<dimensions
numsides=
"CaloSides"
rmin=
"EcalBarrel_rmin"
z=
"EcalBarrelLength"
/>
<staves
vis=
"EcalBarrelVis"
/>
<layer
repeat=
"EcalBarrelLayer1_NRepeat"
>
<slice
material=
"Silicon"
thickness=
"EcalSiliconThickness"
sensitive=
"yes"
limits=
"cal_limits"
/>
<slice
material=
"Copper"
thickness=
"EcalCopperThickness"
/>
<slice
material=
"Kapton"
thickness=
"EcalKaptonThickness"
/>
<slice
material=
"Air"
thickness=
"EcalAir1Thickness"
/>
</layer>
<layer
repeat=
"EcalBarrelLayer2_NRepeat"
>
<slice
material=
"TungstenDens24"
thickness=
"EcalThinTungstenThickness"
/>
<slice
material=
"Air"
thickness=
"EcalAir2Thickness"
/>
<slice
material=
"Silicon"
thickness=
"EcalSiliconThickness"
sensitive=
"yes"
limits=
"cal_limits"
/>
<slice
material=
"Copper"
thickness=
"EcalCopperThickness"
/>
<slice
material=
"Kapton"
thickness=
"EcalKaptonThickness"
/>
<slice
material=
"Air"
thickness=
"EcalAir1Thickness"
/>
</layer>
<layer
repeat=
"EcalBarrelLayer3_NRepeat"
>
<slice
material=
"TungstenDens24"
thickness=
"EcalThickTungstenThickness"
/>
<slice
material=
"Air"
thickness=
"EcalAir2Thickness"
/>
<slice
material=
"Silicon"
thickness=
"EcalSiliconThickness"
sensitive=
"yes"
limits=
"cal_limits"
/>
<slice
material=
"Copper"
thickness=
"EcalCopperThickness"
/>
<slice
material=
"Kapton"
thickness=
"EcalKaptonThickness"
/>
<slice
material=
"Air"
thickness=
"EcalAir1Thickness"
/>
</layer>
</detector>
</detectors>
<!-- Definition of the readout segmentation/definition -->
<readouts>
<readout
name=
"EcalBarrelHits"
>
<segmentation
type=
"CartesianGridXY"
grid_size_x=
"3.5 * mm"
grid_size_y=
"3.5 * mm"
/>
<id>
system:8,barrel:3,module:4,layer:6,slice:5,x:32:-16,y:-16
</id>
</readout>
</readouts>
<plugins>
</plugins>
</lccdd>
Loading