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
Merge requests
!1308
CA: a configuration file for emulation of pixel STS
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CA: a configuration file for emulation of pixel STS
se.gorbunov/cbmroot:pixels
into
master
Overview
1
Commits
1
Pipelines
1
Changes
1
Merged
Sergey Gorbunov
requested to merge
se.gorbunov/cbmroot:pixels
into
master
1 year ago
Overview
1
Commits
1
Pipelines
1
Changes
1
Expand
CA: a configuration file for emulation of pixel STS
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
f4c80b0e
1 commit,
1 year ago
1 file
+
87
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
macro/L1/configs/config_pixel_hits.yaml
0 → 100644
+
87
−
0
Options
# 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
},
}
Loading