CbmRoot
Loading...
Searching...
No Matches
fsd/UnpackMS.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
7#include "CbmFsdDigi.h"
9
10namespace cbm::algo::fsd
11{
12
14 std::string print() const { return ""; }
15 void add(const UnpackMonitorData& /*rhs*/) { ; }
16 };
17
19 };
20
21} // namespace cbm::algo::fsd
void add(const UnpackMonitorData &)