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
Commits
d249732e
Commit
d249732e
authored
3 years ago
by
Sylvester Joosten
Browse files
Options
Downloads
Patches
Plain Diff
increase size of nominal tracking region for secondaries
(cherry picked from commit
ee900d67
)
parent
166133f4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
compact/definitions.xml
+10
-4
10 additions, 4 deletions
compact/definitions.xml
with
10 additions
and
4 deletions
compact/definitions.xml
+
10
−
4
View file @
d249732e
...
...
@@ -401,10 +401,6 @@ Service gaps in FW direction (before endcapP ECAL) and BW direction (before endc
<constant
name=
"BackwardTracking_zmin"
value=
"BackwardPID_zmin + BackwardPID_length"
/>
<constant
name=
"ForwardTracking_zmin"
value=
"ForwardPID_zmin + ForwardPID_length"
/>
<comment>
These are used by ddsim
</comment>
<constant
name=
"tracker_region_rmax"
value=
"CentralTracking_rmax"
/>
<constant
name=
"tracker_region_zmax"
value=
"max(BackwardPID_zmin, ForwardPID_zmin)"
/>
<comment>
Total length of the endcap detectors in front of the calorimeter
</comment>
<constant
name=
"BackwardInnerEndcap_length"
value=
"BackwardPID_length + BackwardTracking_length"
/>
<constant
name=
"ForwardInnerEndcap_length"
value=
"ForwardPID_length + ForwardTracking_length"
/>
...
...
@@ -464,4 +460,14 @@ Service gaps in FW direction (before endcapP ECAL) and BW direction (before endc
<constant
name=
"HcalBarrel_rmax"
value=
"HcalBarrel_rmin + HcalBarrel_thickness"
/>
<constant
name=
"HcalBarrel_length"
value=
"HcalEndcapP_zmin + HcalEndcapN_zmin "
/>
<comment>
These are used by ddsim, the region where we store all secondaries
For now they are forced to be symmetric, and we cover up to the start of the backward ECAL.
(this means in the forward region we stop in the middle of the RICH).
</comment>
<constant
name=
"tracker_region_rmax"
value=
"EcalBarrel_rmin"
/>
<constant
name=
"tracker_region_zmax"
value=
"EcalEndcapN_zmin"
/>
</define>
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