From edadafc0000aded8c5951635ed6ac1095e35890d Mon Sep 17 00:00:00 2001 From: Felix Weiglhofer <weiglhofer@fias.uni-frankfurt.de> Date: Tue, 30 May 2023 12:59:44 +0000 Subject: [PATCH] algo: Add STS Digi definition. --- algo/data/sts/Digi.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 algo/data/sts/Digi.h diff --git a/algo/data/sts/Digi.h b/algo/data/sts/Digi.h new file mode 100644 index 0000000000..2d75273452 --- /dev/null +++ b/algo/data/sts/Digi.h @@ -0,0 +1,16 @@ +/* Copyright (C) 2022 FIAS Frankfurt Institute for Advanced Studies, Frankfurt / Main + SPDX-License-Identifier: GPL-3.0-only + Authors: Felix Weiglhofer [committer]*/ +#ifndef CBM_ALGO_DATA_STS_DIGI_H +#define CBM_ALGO_DATA_STS_DIGI_H + +#include "CbmStsDigi.h" + +namespace cbm::algo::sts +{ + + using Digi = CbmStsDigi; + +} // namespace cbm::algo::sts + +#endif // CBM_ALGO_DATA_STS_DIGI_H -- GitLab