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
GitLab 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
!79
Improved tracking geom
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Improved tracking geom
fix_geom
into
master
Overview
0
Commits
14
Pipelines
11
Changes
5
Merged
Improved tracking geom
Sylvester Joosten
requested to merge
fix_geom
into
master
May 13, 2021
Overview
0
Commits
14
Pipelines
11
Changes
5
Use a tracking geometry more in line with what the tracking working group is working on.
Edited
May 13, 2021
by
Sylvester Joosten
0
0
Merge request reports
Compare
master
version 10
d93b94e1
May 13, 2021
version 9
3396f390
May 13, 2021
version 8
51656024
May 13, 2021
version 7
9570ac77
May 13, 2021
version 6
8859804e
May 13, 2021
version 5
b8082a8b
May 13, 2021
version 4
8617125e
May 13, 2021
version 3
783c7a88
May 13, 2021
version 2
4cb8e68b
May 13, 2021
version 1
401628bc
May 13, 2021
master (base)
and
version 5
latest version
f06d3909
14 commits,
May 13, 2021
version 10
d93b94e1
13 commits,
May 13, 2021
version 9
3396f390
12 commits,
May 13, 2021
version 8
51656024
10 commits,
May 13, 2021
version 7
9570ac77
7 commits,
May 13, 2021
version 6
8859804e
6 commits,
May 13, 2021
version 5
b8082a8b
5 commits,
May 13, 2021
version 4
8617125e
4 commits,
May 13, 2021
version 3
783c7a88
3 commits,
May 13, 2021
version 2
4cb8e68b
2 commits,
May 13, 2021
version 1
401628bc
1 commit,
May 13, 2021
5 files
+
14
−
93
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
compact/cb_DIRC.xml
+
2
−
2
View file @ b8082a8b
Edit in single-file editor
Open in Web IDE
Show full file
@@ -7,7 +7,7 @@
@@ -7,7 +7,7 @@
</comment>
</comment>
<define>
<define>
<constant
name=
"cb_DIRC_length"
value=
"
TrackerBarrelOuter_l
ength"
/>
<constant
name=
"cb_DIRC_length"
value=
"
EcalBarrelL
ength"
/>
<constant
name=
"cb_DIRC_rmin"
value=
"82.00*cm"
/>
<constant
name=
"cb_DIRC_rmin"
value=
"82.00*cm"
/>
<constant
name=
"cb_DIRC_rmax"
value=
"88.00*cm"
/>
<constant
name=
"cb_DIRC_rmax"
value=
"88.00*cm"
/>
</define>
</define>
@@ -24,7 +24,7 @@
@@ -24,7 +24,7 @@
<detectors>
<detectors>
<detector
id=
"BarrelDIRC_ID"
name=
"cb_DIRC"
type=
"cb_DIRC"
readout=
"DIRCHits"
vis=
"AnlTeal"
>
<detector
id=
"BarrelDIRC_ID"
name=
"cb_DIRC"
type=
"cb_DIRC"
readout=
"DIRCHits"
vis=
"AnlTeal"
>
<dimensions
rmin=
"cb_DIRC_rmin"
rmax=
"cb_DIRC_rmax"
length=
"cb_DIRC_length"
/>
<dimensions
rmin=
"cb_DIRC_rmin"
rmax=
"cb_DIRC_rmax"
length=
"cb_DIRC_length"
/>
<position
x=
"0"
y=
"0"
z=
"
0
"
/>
<position
x=
"0"
y=
"0"
z=
"
EcalBarrel_offset
"
/>
</detector>
</detector>
</detectors>
</detectors>
Loading