Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NPDet
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
Container registry
Model registry
Operate
Environments
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
NPDet
Merge requests
!98
The source project of this merge request has been removed.
Add a doc for EMCalorimeterSoLID
Merged
Add a doc for EMCalorimeterSoLID
(removed):master
into
master
Overview
0
Commits
3
Pipelines
0
Changes
1
Merged
Chao Peng
requested to merge
(removed):master
into
master
4 years ago
Overview
0
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 1
48836aab
4 years ago
master (base)
and
latest version
latest version
9fffb30b
3 commits,
4 years ago
version 1
48836aab
2 commits,
4 years ago
1 file
+
58
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
docs/EMCalorimeterSoLID.rst
0 → 100644
+
58
−
0
Options
SoLID ElectroMagnetic Calorimeter
=========
A electromagnetic calorimeter for the SoLID detector. It is a ring-shape detector with hexgonal modules.
Example use:
.. code-block:: XML
<detector id="3" name="LAECPreShower" type="EMCalorimeterSoLID" readout="LAEC_PrShHits" vis="PurpleVis" >
<comment>Large Angle Electromagnetic Calorimeter (LAEC) Preshower for SIDIS</comment>
<dimensions rmin="83*cm" rmax="140*cm" z0="-65*cm" rmod="6.25*cm" rtol="1.0*cm" />
<layer repeat="1" vis="InvisibleWithDaughters">
<slice material = "Lead" thickness = "1.12*cm" vis="BlueVis"/>
<slice material = "EJ204" thickness = "6.25*cm" vis="PurpleVis" sensitive="yes"/>
</layer>
</detector>
<detector id="4" name="LAECShower" type="EMCalorimeterSoLID" readout="LAEC_ShHits" vis="PurpleVis" >
<comment>Large Angle Electromagnetic Calorimeter (LAEC) Shower for SIDIS</comment>
<dimensions rmin="83*cm" rmax="140*cm" z0="-57*cm" rmod="6.25*cm" rtol="1.0*cm" />
<layer repeat="194" vis="GreenVis">
<slice material = "Lead" thickness = "0.05*cm"/>
<slice material = "EJ204" thickness = "0.15*cm" sensitive="yes" limits="cal_limits"/>
<slice material = "Air" thickness = "0.012*2*cm"/>
</layer>
</detector>
Detector description variables
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dimensions
Dimensions of the sensitive detector
rmin
Inner radius of the detector
rmax
Outer raidus of the detector
z0
Z position (along the beam line) of the front surface of the detector
rmod
Outer radius (side length) of the hexgonal module
rtol
Extrusion Tolerance for putting modules inside the detector ring
layer
Layer definition of the hexgonal modules
repeat
Number of the same slices to stack along z
slice
Slice definition in the layer
material
slice material
thickness
slice thickness
Loading