CbmRoot
Loading...
Searching...
No Matches
fsd/Unpack.h
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
5#pragma once
6
9
11{
12
17
18 class Unpack : public detail::UnpackBase {
19
20 public:
22
23 Unpack() = default;
24
25 Result_t operator()(const fles::Timeslice&) const;
26 };
27
28} // namespace cbm::algo::fsd
std::tuple< PODVector< CbmFsdDigi >, Monitor_t, Aux_t > Result_t
Result_t operator()(const fles::Timeslice &) const
detail::UnpackBase::Result_t Result_t
Definition fsd/Unpack.h:21
CommonUnpacker< CbmFsdDigi, UnpackMonitorData, UnpackAuxData > UnpackBase
Definition fsd/Unpack.h:15