Skip to content
Snippets Groups Projects
Commit 602e4e23 authored by Felix Weiglhofer's avatar Felix Weiglhofer Committed by Volker Friese
Browse files

algo::Unpack: Enable walk correction.

parent 1429b5e7
No related branches found
No related tags found
1 merge request!1201cbmreco: Integrate algo::Unpack
Pipeline #23059 passed
......@@ -48,7 +48,7 @@ namespace cbm::algo
size_t fNumBytes = 0;
size_t fNumDigis = 0;
size_t fNumCompUsed = 0;
size_t fNumErrInvalidEqId = 0;
size_t fNumErrInvalidEqId = 0;
size_t fNumErrInvalidSysVer = 0;
std::string print() const
{
......
......@@ -8,7 +8,7 @@ using namespace cbm::algo;
void UnpackChain::Init()
{
// Disable walk correction for now. 2022 data crashes unpacker with hardcoded 2021 params.
fUnpack.SetApplyWalkCorrection(false);
fUnpack.SetApplyWalkCorrection(true);
fUnpack.Init(std::vector<fles::SubsystemIdentifier> {
fles::SubsystemIdentifier::STS,
// fles::SubsystemIdentifier::MUCH,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment