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
Commits
6badd7be
Commit
6badd7be
authored
Apr 7, 2021
by
Chao Peng
Browse files
Options
Downloads
Patches
Plain Diff
add AMEGOX layers for central barrel ecal
parent
dc8f8aed
Branches
Branches containing commit
No related tags found
1 merge request
!35
WIP: Implement AMEGOX layers for reference detector
Pipeline
#8027
passed
Apr 7, 2021
Stage: config
Stage: build
Stage: docs
Stage: test
Stage: finalize
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
compact/cb_ECal_AMEGOX.xml
+82
-0
82 additions, 0 deletions
compact/cb_ECal_AMEGOX.xml
with
82 additions
and
0 deletions
compact/cb_ECal_AMEGOX.xml
0 → 100644
+
82
−
0
View file @
6badd7be
<lccdd>
<limits>
</limits>
<regions>
</regions>
<!-- Common Generic visualization attributes -->
<comment>
Common Generic visualization attributes
</comment>
<display>
</display>
<!-- Define the dimensions of the central barrel EM Calorimeter -->
<define>
<constant
name=
"cb_ECal_RMin"
value=
"EcalBarrel_rmin"
/>
<constant
name=
"cb_ECal_Length"
value=
"EcalBarrelLength"
/>
<constant
name=
"cb_ECal_Offset"
value=
"EcalBarrel_offset"
/>
<constant
name=
"cb_ECal_SiliconThickness"
value=
"500*um"
/>
<constant
name=
"cb_ECal_ElectronicsThickness"
value=
"150*um"
/>
<constant
name=
"cb_ECal_CopperThickness"
value=
"100*um"
/>
<constant
name=
"cb_ECal_KaptonThickness"
value=
"200*um"
/>
<constant
name=
"cb_ECal_EpoxyThickness"
value=
"100*um"
/>
<constant
name=
"cb_ECal_CarbonThickness"
value=
"0.5*mm"
/>
<constant
name=
"cb_ECal_CarbonSpacerWidth"
value=
"4*mm"
/>
<constant
name=
"cb_ECal_LayerSpacing"
value=
"5*mm"
/>
<constant
name=
"cb_ECal_ModRepeat"
value=
"16"
/>
<constant
name=
"cb_ECal_ModLength"
value=
"0.5*m"
/>
<constant
name=
"cb_ECal_ModWidth"
value=
"0.5*m"
/>
<constant
name=
"cb_ECal_AvailThickness"
value=
"40*cm"
/>
<constant
name=
"cb_ECal_ReadoutLayerThickness"
value=
"cb_ECal_SiliconThickness+cb_ECal_ElectronicsThickness+cb_ECal_CopperThickness+cb_ECal_KaptonThickness+cb_ECal_EpoxyThickness+cb_ECal_CarbonThickness+cb_ECal_LayerSpacing"
/>
<constant
name=
"cb_ECal_ReadoutLayerNumber"
value=
"floor(cb_ECal_AvailThickness/cb_ECal_ReadoutLayerThickness)"
/>
</define>
<!-- Define detector -->
<detectors>
<comment>
---------------------
Barrel EM Calorimeter
---------------------
A layered EM calorimeter with tungsten and silicon (or scintillator) strips
</comment>
<detector
id=
"ECalBarrel_ID"
name=
"EcalBarrel"
type=
"DD4hep_EcalBarrel"
readout=
"EcalBarrelHits"
calorimeterType=
"EM_BARREL"
offset=
"cb_ECal_Offset"
>
<dimensions
numsides=
"cb_ECal_ModRepeat"
rmin=
"cb_ECal_RMin"
z=
"cb_ECal_Length"
/>
<staves
vis=
"EcalBarrelVis"
/>
<layer
repeat=
"cb_ECal_ReadoutLayerNumber"
>
<slice
material=
"Silicon"
thickness=
"cb_ECal_SiliconThickness"
sensitive=
"yes"
limits=
"cal_limits"
/>
<slice
material=
"Silicon"
thickness=
"cb_ECal_ElectronicsThickness"
/>
<slice
material=
"Copper"
thickness=
"cb_ECal_CopperThickness"
/>
<slice
material=
"Kapton"
thickness=
"cb_ECal_KaptonThickness"
/>
<slice
material=
"Epoxy"
thickness=
"cb_ECal_EpoxyThickness"
/>
<slice
material=
"CarbonFiber"
thickness=
"cb_ECal_CarbonThickness"
/>
<slice
material=
"Air"
thickness=
"cb_ECal_LayerSpacing"
/>
</layer>
</detector>
</detectors>
<!-- Definition of the readout segmentation/definition -->
<readouts>
<readout
name=
"EcalBarrelHits"
>
<segmentation
type=
"CartesianGridXY"
grid_size_x=
"2.0 * cm"
grid_size_y=
"2.0 * cm"
/>
<id>
system:8,barrel:3,module:4,layer:6,slice:5,x:32:-16,y:-16
</id>
</readout>
</readouts>
<plugins>
</plugins>
<fields>
</fields>
</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