Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Computing
cbmroot
Commits
f4c80b0e
Commit
f4c80b0e
authored
1 year ago
by
Sergey Gorbunov
Browse files
Options
Downloads
Patches
Plain Diff
CA: configurtion file for emulation of pixel STS
parent
498d77aa
No related branches found
No related tags found
1 merge request
!1308
CA: a configuration file for emulation of pixel STS
Pipeline
#23927
passed
1 year ago
Stage: documentation
Stage: deploy
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
macro/L1/configs/config_pixel_hits.yaml
+87
-0
87 additions, 0 deletions
macro/L1/configs/config_pixel_hits.yaml
with
87 additions
and
0 deletions
macro/L1/configs/config_pixel_hits.yaml
0 → 100644
+
87
−
0
View file @
f4c80b0e
# Copyright (C) 2023 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
# SPDX-License-Identifier: GPL-3.0-only
# Authors: Sergei Zharko [committer]
#
## @file config_ideal_hits_mcbm.yaml
## @brief Configuration file for ideal hit producers
## @since 28.06.2023
## @author Sergei Zharko <s.zharko@gsi.de>
ideal_hit_producer
:
#
# Flags are defined for each station
# 0 - real hits
# 1 - real hit position and time are adjusted with MC (exact quantity values are used)
# 2 - real hit position and time are adjusted with MC (true values are smeared within corresponding error)
# 3 - ideal hits are created (exact quantity values are used)
# 4 - ideal hits are created (true values are smeared withing errors, defined in section parameters)
flags
:
sts
:
0
:
4
1
:
4
2
:
4
3
:
4
4
:
4
5
:
4
6
:
4
7
:
4
#
# Notes:
# 1) For MVD, MuCh, TRD and TOF du corresponds to dx, and dv corresponds to dy
# 2) Spatial errors are expressed in cm, time errors are expressed in ns
# 3) pdf stands for probability density function
#
# Available PDFs:
# g: bounded gaussian distribution
# u: uniform distribution
parameters
:
sts
:
0
:
{
du
:
{
angle
:
0.0
,
value
:
15.e-4
,
pdf
:
g
},
dv
:
{
angle
:
90.
,
value
:
15.e-4
,
pdf
:
g
},
dt
:
{
value
:
2.7
,
pdf
:
g
},
}
1
:
{
du
:
{
angle
:
0.0
,
value
:
15.e-4
,
pdf
:
g
},
dv
:
{
angle
:
90.
,
value
:
15.e-4
,
pdf
:
g
},
dt
:
{
value
:
2.7
,
pdf
:
g
},
}
2
:
{
du
:
{
angle
:
0.0
,
value
:
15.e-4
,
pdf
:
g
},
dv
:
{
angle
:
90.
,
value
:
15.e-4
,
pdf
:
g
},
dt
:
{
value
:
2.7
,
pdf
:
g
},
}
3
:
{
du
:
{
angle
:
0.0
,
value
:
15.e-4
,
pdf
:
g
},
dv
:
{
angle
:
90.
,
value
:
15.e-4
,
pdf
:
g
},
dt
:
{
value
:
2.7
,
pdf
:
g
},
}
4
:
{
du
:
{
angle
:
0.0
,
value
:
15.e-4
,
pdf
:
g
},
dv
:
{
angle
:
90.
,
value
:
15.e-4
,
pdf
:
g
},
dt
:
{
value
:
2.7
,
pdf
:
g
},
}
5
:
{
du
:
{
angle
:
0.0
,
value
:
15.e-4
,
pdf
:
g
},
dv
:
{
angle
:
90.
,
value
:
15.e-4
,
pdf
:
g
},
dt
:
{
value
:
2.7
,
pdf
:
g
},
}
6
:
{
du
:
{
angle
:
0.0
,
value
:
15.e-4
,
pdf
:
g
},
dv
:
{
angle
:
90.
,
value
:
15.e-4
,
pdf
:
g
},
dt
:
{
value
:
2.7
,
pdf
:
g
},
}
7
:
{
du
:
{
angle
:
0.0
,
value
:
15.e-4
,
pdf
:
g
},
dv
:
{
angle
:
90.
,
value
:
15.e-4
,
pdf
:
g
},
dt
:
{
value
:
2.7
,
pdf
:
g
},
}
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