CbmRoot
Loading...
Searching...
No Matches
QaDataInputArchive.h
Go to the documentation of this file.
1/* Copyright (C) 2025 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Sergei Zharko [committer] */
4
9
10#ifndef QaDataInputArchive_h
11#define QaDataInputArchive_h 1
12
14
15#include <InputArchive.hpp>
16
17namespace cbm::algo::qa
18{
19 using DataInputArchive = fles::InputArchive<StorableData, StorableData, fles::ArchiveType::QaDataArchive>;
20}
21
22namespace fles
23{
24 extern template class InputArchive<cbm::algo::qa::StorableData, cbm::algo::qa::StorableData,
25 ArchiveType::QaDataArchive>;
26}
27
28#endif // QaDataInputArchive_h
A representation of qa::Data object, which can be stored.
Storable QA-data object.
fles::InputArchive< StorableData, StorableData, fles::ArchiveType::QaDataArchive > DataInputArchive
Definition Reco.h:17