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
Merge requests
!66
implement Shashlik Calorimeter
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
implement Shashlik Calorimeter
update_endcap_ecal
into
master
Overview
1
Commits
4
Pipelines
0
Changes
10
Merged
Chao Peng
requested to merge
update_endcap_ecal
into
master
3 years ago
Overview
1
Commits
4
Pipelines
0
Changes
10
Expand
0
0
Merge request reports
Compare
master
version 3
16662a10
3 years ago
version 2
f4e05f93
3 years ago
version 1
5b4ca810
3 years ago
master (base)
and
latest version
latest version
145c0915
4 commits,
3 years ago
version 3
16662a10
3 commits,
3 years ago
version 2
f4e05f93
2 commits,
3 years ago
version 1
5b4ca810
1 commit,
3 years ago
10 files
+
462
−
142
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
compact/ci_ecal.xml
0 → 100644
+
76
−
0
Options
<lccdd>
<define>
<constant
name=
"EcalEndcapP_rmax"
value=
"Solenoid_rmax "
/>
</define>
<limits>
</limits>
<regions>
</regions>
<!-- Common Generic visualization attributes -->
<comment>
Common Generic visualization attributes
</comment>
<display>
</display>
<detectors>
<comment>
------------------------------------------
Forward (Positive Z) Endcap EM Calorimeter
------------------------------------------
A layered EM calorimeter with tungsten and silicon (or scintillator) strips
</comment>
<detector
id=
"ECalEndcapP_ID"
name=
"EcalEndcapP"
reflect=
"false"
type=
"refdet_PolyhedraEndcapCalorimeter2"
readout=
"EcalEndcapPHits"
vis=
"EcalEndcapVis"
calorimeterType=
"EM_ENDCAP"
>
<position
x=
"0"
y=
"0"
z=
"-0"
/>
<dimensions
numsides=
"CaloSides"
zmin=
"EcalEndcapP_zmin"
rmin=
"EcalEndcapP_rmin"
rmax=
"EcalEndcapP_rmax "
/>
<layer
repeat=
"EcalEndcapPLayer1_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=
"EcalEndcapPLayer2_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=
"EcalEndcapPLayer3_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=
"EcalEndcapPHits"
>
<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