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
06cc7435
Commit
06cc7435
authored
2 years ago
by
Pierre-Alain Loizeau
Browse files
Options
Downloads
Patches
Plain Diff
In STS unpack config, fix flag disabling binning FW in legacy unpckr
parent
2c9214e3
No related branches found
No related tags found
1 merge request
!1090
Enable mCBM 2022 real data L1 reco for CI
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
reco/detectors/sts/unpack/CbmStsUnpackConfig.cxx
+1
-1
1 addition, 1 deletion
reco/detectors/sts/unpack/CbmStsUnpackConfig.cxx
reco/detectors/sts/unpack/CbmStsUnpackConfig.h
+1
-1
1 addition, 1 deletion
reco/detectors/sts/unpack/CbmStsUnpackConfig.h
with
2 additions
and
2 deletions
reco/detectors/sts/unpack/CbmStsUnpackConfig.cxx
+
1
−
1
View file @
06cc7435
...
@@ -50,7 +50,7 @@ void CbmStsUnpackConfig::InitAlgo()
...
@@ -50,7 +50,7 @@ void CbmStsUnpackConfig::InitAlgo()
if
(
fMonitor
)
{
fAlgo
->
SetMonitor
(
fMonitor
);
}
if
(
fMonitor
)
{
fAlgo
->
SetMonitor
(
fMonitor
);
}
// Set firmware binning (only relevant for legacy mode)
// Set firmware binning (only relevant for legacy mode)
if
(
fbUseFwBinning
)
{
fAlgo
->
SetFwBinning
(
true
);
}
fAlgo
->
SetFwBinning
(
fbUseFwBinning
);
// Now we have all information required to initialise the algorithm
// Now we have all information required to initialise the algorithm
fAlgo
->
Init
();
fAlgo
->
Init
();
...
...
This diff is collapsed.
Click to expand it.
reco/detectors/sts/unpack/CbmStsUnpackConfig.h
+
1
−
1
View file @
06cc7435
...
@@ -144,7 +144,7 @@ protected:
...
@@ -144,7 +144,7 @@ protected:
bool
fbDupliWithoutAdc
=
true
;
bool
fbDupliWithoutAdc
=
true
;
/** @brief Enables firmware binning (some implementations ignore this) */
/** @brief Enables firmware binning (some implementations ignore this) */
bool
fbUseFwBinning
=
fals
e
;
bool
fbUseFwBinning
=
tru
e
;
/// Temporary storage of user parameters
/// Temporary storage of user parameters
std
::
vector
<
FebChanMaskReco
>
fvChanMasks
=
{};
std
::
vector
<
FebChanMaskReco
>
fvChanMasks
=
{};
...
...
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