CbmRoot
Loading...
Searching...
No Matches
HalCbmFormatTypes.h
Go to the documentation of this file.
1/* Copyright (C) 2023-2023 Warsaw University of Technology, Warsaw
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Daniel Wielanek [committer] */
4#ifndef CBMFORMATTYPES_H_
5#define CBMFORMATTYPES_H_
6
7#include <Hal/DataFormatManager.h>
8#include <Hal/Std.h>
9
10namespace HalCbm
11{
12
13 enum class EFormatType
14 {
16 kHbt,
18 };
19 EFormatType GetFormatType(Int_t task_id, Hal::EFormatDepth depht = Hal::EFormatDepth::kAll);
20
21} // namespace HalCbm
22
23#endif /* CBMFORMATTYPES_H_ */
EFormatType GetFormatType(Int_t task_id, Hal::EFormatDepth depth)