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
cd8be22e
Commit
cd8be22e
authored
2 weeks ago
by
Sergei Zharko
Browse files
Options
Downloads
Patches
Plain Diff
CBinning change i nonline qa
parent
09e4e5b6
No related branches found
No related tags found
1 merge request
!2050
Binning change for the Lambda-candidate mass and track origin plots in the online QA + parameter repo hash bump
Pipeline
#33288
passed
2 weeks ago
Stage: build
Stage: package
Stage: verify
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
algo/ca/qa/CaQa.h
+3
-3
3 additions, 3 deletions
algo/ca/qa/CaQa.h
algo/kfp/KfpV0FinderQa.h
+1
-1
1 addition, 1 deletion
algo/kfp/KfpV0FinderQa.h
external/InstallParameter.cmake
+1
-1
1 addition, 1 deletion
external/InstallParameter.cmake
with
5 additions
and
5 deletions
algo/ca/qa/CaQa.h
+
3
−
3
View file @
cd8be22e
...
@@ -117,9 +117,9 @@ namespace cbm::algo::ca
...
@@ -117,9 +117,9 @@ namespace cbm::algo::ca
static
constexpr
int
knTrkParPoints
=
2
;
///< Number of track points to build par distributions
static
constexpr
int
knTrkParPoints
=
2
;
///< Number of track points to build par distributions
static
constexpr
int
knStaMax
=
16
;
///< Max number of stations (histogram binning)
static
constexpr
int
knStaMax
=
16
;
///< Max number of stations (histogram binning)
static
constexpr
bool
kDebug
=
false
;
///< Additional histograms
static
constexpr
bool
kDebug
=
false
;
///< Additional histograms
static
constexpr
int
kOriginB
=
1
00
;
///< Track X(Y) at origin: n bins
static
constexpr
int
kOriginB
=
4
00
;
///< Track X(Y) at origin: n bins
static
constexpr
double
kOriginL
=
-
1
0
.
;
///< Track X(Y) at origin: lower bound [cm]
static
constexpr
double
kOriginL
=
-
1.
;
///< Track X(Y) at origin: lower bound [cm]
static
constexpr
double
kOriginU
=
+
1
0
.
;
///< Track X(Y) at origin: upper bound [cm]
static
constexpr
double
kOriginU
=
+
1.
;
///< Track X(Y) at origin: upper bound [cm]
double
fMinHitTime
=
std
::
numeric_limits
<
double
>::
max
();
double
fMinHitTime
=
std
::
numeric_limits
<
double
>::
max
();
double
fMaxHitTime
=
std
::
numeric_limits
<
double
>::
lowest
();
double
fMaxHitTime
=
std
::
numeric_limits
<
double
>::
lowest
();
...
...
This diff is collapsed.
Click to expand it.
algo/kfp/KfpV0FinderQa.h
+
1
−
1
View file @
cd8be22e
...
@@ -60,7 +60,7 @@ namespace cbm::algo::kfp
...
@@ -60,7 +60,7 @@ namespace cbm::algo::kfp
private
:
private
:
//* Constants
//* Constants
static
constexpr
int
kMassB
=
20
0
;
///< Lambda-candidate mass: number of bins
static
constexpr
int
kMassB
=
5
0
;
///< Lambda-candidate mass: number of bins
static
constexpr
double
kMassL
=
1.08
;
///< Lambda-candidate mass: lower bound [GeV/c2]
static
constexpr
double
kMassL
=
1.08
;
///< Lambda-candidate mass: lower bound [GeV/c2]
static
constexpr
double
kMassU
=
1.18
;
///< Lambda-candidate mass: upper bound [GeV/c2]
static
constexpr
double
kMassU
=
1.18
;
///< Lambda-candidate mass: upper bound [GeV/c2]
static
constexpr
int
kDcaB
=
240
;
///< DCA to origin: number of bins
static
constexpr
int
kDcaB
=
240
;
///< DCA to origin: number of bins
...
...
This diff is collapsed.
Click to expand it.
external/InstallParameter.cmake
+
1
−
1
View file @
cd8be22e
set
(
PARAMETER_VERSION
837c4d8a6ad72455bf5843d85360580f19700644
)
# 2025/03/07
set
(
PARAMETER_VERSION
b9184431d0b63ee42c6cc8a97e179c1d4da1e528
)
# 2025/03/07
set
(
PARAMETER_SRC_URL
"https://git.cbm.gsi.de/CbmSoft/cbmroot_parameter.git"
)
set
(
PARAMETER_SRC_URL
"https://git.cbm.gsi.de/CbmSoft/cbmroot_parameter.git"
)
download_project_if_needed
(
PROJECT Parameter_source
download_project_if_needed
(
PROJECT Parameter_source
...
...
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