Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot_geometry
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
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
Petr Chudoba
cbmroot_geometry
Commits
76734438
Commit
76734438
authored
4 years ago
by
Philipp Klaus
Committed by
Eoin Clerkin
5 months ago
Browse files
Options
Downloads
Patches
Plain Diff
main v20c changes
parent
5040fe85
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mvd.C
+2
-2
2 additions, 2 deletions
mvd.C
with
2 additions
and
2 deletions
mvd.C
+
2
−
2
View file @
76734438
...
...
@@ -45,7 +45,7 @@ Float_t sensorDimensionsPassive[3] = {3.097, 0.300, 0.005};
// 2*1.355-(2-1)*0.05+0.3+1.9+0.1
/* MIMOSIS-based tr (tracking) variant (general purpose tracking variant) */
Float_t
stationPosition
[
4
]
=
{
8
.
0
,
12
.
0
,
16
.
0
,
20
.
0
};
Float_t
stationPosition
[
4
]
=
{
4
.
0
,
8
.
0
,
12
.
0
,
16
.
0
};
int
sensorRows
[
4
]
=
{
4
,
4
,
7
,
7
};
int
sensorCols
[
4
]
=
{
2
,
2
,
4
,
4
};
Float_t
heatsinkWidth
[
4
]
=
{
31
.
1
,
31
.
1
,
37
.
7
,
37
.
7
};
...
...
@@ -58,7 +58,7 @@ int carrierMaterials[4] = {1, 1, 1, 1}; // 0 = diamond, 1 = TPG
/* MIMOSIS-based vx (vertexing) variant (dedicated vertexing variant) */
/*
Float_t stationPosition[4] = {
5
.0,
10
.0, 1
5
.0,
20
.0};
Float_t stationPosition[4] = {
1
.0,
6
.0, 1
1
.0,
16
.0};
int sensorRows[4] = {2, 4, 7, 7};
int sensorCols[4] = {1, 2, 4, 4};
Float_t heatsinkWidth[4] = {23.1, 31.1, 37.7, 37.7};
...
...
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