Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Reference Detector
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
7
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
Merge requests
!67
Fixed the ecal endcap thickness
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fixed the ecal endcap thickness
ecal_tweak
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Whitney Armstrong
requested to merge
ecal_tweak
into
master
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
👍
0
👎
0
Merge request reports
Viewing commit
8ebcb7e9
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
8ebcb7e9
modified: definitions.xml
· 8ebcb7e9
Whitney Armstrong
authored
3 years ago
compact/definitions.xml
+
2
−
2
Options
@@ -457,7 +457,7 @@
<constant
name=
"EcalEndcapNSolenoid_offset"
value=
"0.0*mm"
/>
<constant
name=
"HcalEndcapPExtra_length"
value=
"40.0*cm"
/>
<constant
name=
"HcalEndcapNExtra_length"
value=
"
4
0.0*cm"
/>
<constant
name=
"HcalEndcapNExtra_length"
value=
"0.0*cm"
/>
<constant
name=
"SolenoidYokeEndcapP_zmin"
value=
"Solenoid_length/2.0 + Solenoid_offset + HcalEndcapPExtra_length"
/>
<constant
name=
"SolenoidYokeEndcapN_zmin"
value=
"Solenoid_length/2.0 - Solenoid_offset + HcalEndcapNExtra_length"
/>
@@ -489,7 +489,7 @@
<constant
name=
"EndcapNTotalCal_length"
value=
"(SolenoidYokeEndcapN_zmin + EcalEndcapNSolenoid_offset) - (EcalEndcapN_zmin)"
/>
<constant
name=
"EndcapP_CalDivide"
value=
"0.8"
/>
<comment>
0.5 means Ecal and Hcal have the same thickness
</comment>
<constant
name=
"EndcapN_CalDivide"
value=
"
0.8
"
/>
<comment>
0.5 means Ecal and Hcal have the same thickness
</comment>
<constant
name=
"EndcapN_CalDivide"
value=
"
1.0
"
/>
<comment>
0.5 means Ecal and Hcal have the same thickness
</comment>
<constant
name=
"EcalEndcapP_length"
value=
"EndcapPTotalCal_length * EndcapP_CalDivide"
/>
<constant
name=
"EcalEndcapN_length"
value=
"EndcapNTotalCal_length * EndcapN_CalDivide"
/>
Loading