CbmRoot
Loading...
Searching...
No Matches
fsd/Unpack.cxx
Go to the documentation of this file.
1/* Copyright (C) 2025 Jagiellonian University, Krakow
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Bartosz Sobol [committer] */
4
6
7using namespace cbm::algo::fsd;
8using fles::Subsystem;
9
10Unpack::Result_t Unpack::operator()(const fles::Timeslice& ts) const { return DoUnpack(Subsystem::FSD, ts); }
Result_t DoUnpack(const fles::Subsystem subsystem, const fles::Timeslice &ts) const
Result_t operator()(const fles::Timeslice &) const
detail::UnpackBase::Result_t Result_t
Definition fsd/Unpack.h:21