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
6e91016a
Commit
6e91016a
authored
1 month ago
by
Sergei Zharko
Browse files
Options
Downloads
Patches
Plain Diff
online: BMON digi calibrator
parent
d6857fe5
No related branches found
No related tags found
1 merge request
!2000
Lambda-selector in cbmreco (first iteration)
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
algo/detectors/bmon/Calibrate.cxx
+0
-7
0 additions, 7 deletions
algo/detectors/bmon/Calibrate.cxx
core/data/tof/CbmTofAddress.cxx
+1
-0
1 addition, 0 deletions
core/data/tof/CbmTofAddress.cxx
external/InstallParameter.cmake
+2
-0
2 additions, 0 deletions
external/InstallParameter.cmake
with
3 additions
and
7 deletions
algo/detectors/bmon/Calibrate.cxx
+
0
−
7
View file @
6e91016a
...
@@ -57,13 +57,6 @@ Calibrate::Calibrate(CalibrateSetup setup) : fSetup(setup), fSelectionBitsOffset
...
@@ -57,13 +57,6 @@ Calibrate::Calibrate(CalibrateSetup setup) : fSetup(setup), fSelectionBitsOffset
}
}
fChannelDeadTime
=
std
::
vector
<
double
>
(
fChannelOffset
.
back
(),
std
::
numeric_limits
<
double
>::
quiet_NaN
());
fChannelDeadTime
=
std
::
vector
<
double
>
(
fChannelOffset
.
back
(),
std
::
numeric_limits
<
double
>::
quiet_NaN
());
// **** DEBUG: BEGIN
for
(
size_t
iO
=
0
;
iO
<
fChannelOffset
.
size
();
++
iO
)
{
L_
(
info
)
<<
"Channel offset: diamond="
<<
iO
<<
", offset="
<<
fChannelOffset
[
iO
];
}
L_
(
info
)
<<
"Selection mask: 0b"
<<
std
::
bitset
<
32
>
(
fSetup
.
selectionMask
);
L_
(
info
)
<<
"Bits offset: "
<<
static_cast
<
uint32_t
>
(
fSelectionBitsOffset
);
L_
(
info
)
<<
"Size of the channel dead time vector: "
<<
fChannelDeadTime
.
size
();
// **** DEBUG: END
// **** DEBUG: END
}
}
...
...
This diff is collapsed.
Click to expand it.
core/data/tof/CbmTofAddress.cxx
+
1
−
0
View file @
6e91016a
...
@@ -66,3 +66,4 @@ std::string CbmTofAddress::ToString(int32_t address)
...
@@ -66,3 +66,4 @@ std::string CbmTofAddress::ToString(int32_t address)
msg
<<
", RpcType="
<<
setw
(
2
)
<<
CbmTofAddress
::
GetRpcType
(
address
);
msg
<<
", RpcType="
<<
setw
(
2
)
<<
CbmTofAddress
::
GetRpcType
(
address
);
return
msg
.
str
();
return
msg
.
str
();
}
}
This diff is collapsed.
Click to expand it.
external/InstallParameter.cmake
+
2
−
0
View file @
6e91016a
set
(
PARAMETER_VERSION cf6a880a56a8695b485efe358231270e9179cb82
)
# 2025/02/15
set
(
PARAMETER_VERSION cf6a880a56a8695b485efe358231270e9179cb82
)
# 2025/02/15
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"
)
#set(PARAMETER_VERSION 96b2189ac86b3d49c32f63da76e68f66544bba55) # 2025/05/02, BMON hitfinder parameters for online
#set(PARAMETER_SRC_URL "https://git.cbm.gsi.de/s.zharko/cbmroot_parameter.git")
download_project_if_needed
(
PROJECT Parameter_source
download_project_if_needed
(
PROJECT Parameter_source
GIT_REPOSITORY
${
PARAMETER_SRC_URL
}
GIT_REPOSITORY
${
PARAMETER_SRC_URL
}
...
...
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