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
Commits
d4ebdbc6
Commit
d4ebdbc6
authored
4 years ago
by
Jihee Kim
Browse files
Options
Downloads
Patches
Plain Diff
Resolve "Backward Electron Endcap Crystal"
parent
a5f70c02
No related branches found
No related tags found
1 merge request
!60
Resolve "Backward Electron Endcap Crystal"
Pipeline
#8531
passed
4 years ago
Stage: config
Stage: build
Stage: docs
Stage: test
Stage: finalize
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
compact/ce_GEM.xml
+2
-1
2 additions, 1 deletion
compact/ce_GEM.xml
compact/ecal.xml
+17
-1
17 additions, 1 deletion
compact/ecal.xml
with
19 additions
and
2 deletions
compact/ce_GEM.xml
+
2
−
1
View file @
d4ebdbc6
...
@@ -15,7 +15,8 @@
...
@@ -15,7 +15,8 @@
<constant
name=
"ce_GEM_length"
value=
"30.0 * cm"
/>
<constant
name=
"ce_GEM_length"
value=
"30.0 * cm"
/>
<constant
name=
"ce_GEM_x_pos"
value=
"0.0 * cm"
/>
<constant
name=
"ce_GEM_x_pos"
value=
"0.0 * cm"
/>
<constant
name=
"ce_GEM_y_pos"
value=
"0.0 * cm"
/>
<constant
name=
"ce_GEM_y_pos"
value=
"0.0 * cm"
/>
<constant
name=
"ce_GEM_z_pos"
value=
"-Solenoid_length/2.0 + ce_GEM_length/2.0"
/>
<!--<constant name="ce_GEM_z_pos" value="-Solenoid_length/2.0 + ce_GEM_length/2.0"/>-->
<constant
name=
"ce_GEM_z_pos"
value=
"-EcalEndcapN_zmin - CrystalBox_z_length - ce_GEM_length/2.0"
/>
<constant
name=
"ce_GEM_layer"
value=
"8"
/>
<constant
name=
"ce_GEM_layer"
value=
"8"
/>
<constant
name=
"ce_GEM_layer_thickness"
value=
"1.0 * cm"
/>
<constant
name=
"ce_GEM_layer_thickness"
value=
"1.0 * cm"
/>
</define>
</define>
...
...
This diff is collapsed.
Click to expand it.
compact/ecal.xml
+
17
−
1
View file @
d4ebdbc6
...
@@ -159,6 +159,22 @@
...
@@ -159,6 +159,22 @@
<slice
material=
"Air"
thickness=
"EcalAir1Thickness"
/>
<slice
material=
"Air"
thickness=
"EcalAir1Thickness"
/>
</layer>
</layer>
</detector>
</detector>
<comment>
-------------------
Crystal Calorimeter
-------------------
Backward (negative pseudorapidity) angle electron detector
</comment>
<detector
id=
"CrystalEndcap_ID"
name=
"ElectronECAL"
type=
"CrystalCalorimeterEndcap"
readout=
"CrystalEcalHits"
vis=
"GreenVis"
>
<position
x=
"CrystalEndcap_x_pos"
y=
"CrystalEndcap_y_pos"
z=
"CrystalEndcap_z_pos"
/>
<dimensions
rmin=
"CrystalEndcap_rmin"
rmax=
"CrystalEndcap_rmax"
x=
"CrystalBox_x_length"
y=
"CrystalBox_y_length"
z=
"CrystalBox_z_length"
delta=
"CrystalBox_offset"
/>
</detector>
</detectors>
</detectors>
<!-- Definition of the readout segmentation/definition -->
<!-- Definition of the readout segmentation/definition -->
...
@@ -168,11 +184,11 @@
...
@@ -168,11 +184,11 @@
<segmentation type="CartesianGridXY" grid_size_x="20.0*mm" grid_size_y="20.0*mm" />
<segmentation type="CartesianGridXY" grid_size_x="20.0*mm" grid_size_y="20.0*mm" />
<id>system:5,module:4,x:32:-16,y:-16</id>
<id>system:5,module:4,x:32:-16,y:-16</id>
</readout>
</readout>
-->
<readout
name=
"CrystalEcalHits"
>
<readout
name=
"CrystalEcalHits"
>
<segmentation
type=
"CartesianGridXY"
grid_size_x=
"CrystalBox_x_length"
grid_size_y=
"CrystalBox_y_length"
/>
<segmentation
type=
"CartesianGridXY"
grid_size_x=
"CrystalBox_x_length"
grid_size_y=
"CrystalBox_y_length"
/>
<id>
system:8,sector:4,module:20,x:48:-8,y:-8
</id>
<id>
system:8,sector:4,module:20,x:48:-8,y:-8
</id>
</readout>
</readout>
-->
<readout
name=
"EcalBarrelHits"
>
<readout
name=
"EcalBarrelHits"
>
<segmentation
type=
"CartesianGridXY"
grid_size_x=
"3.5 * mm"
grid_size_y=
"3.5 * mm"
/>
<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>
<id>
system:8,barrel:3,module:4,layer:6,slice:5,x:32:-16,y:-16
</id>
...
...
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