diff --git a/algo/data/sts/Digi.h b/algo/data/sts/Digi.h new file mode 100644 index 0000000000000000000000000000000000000000..2d752734526106d0911bfa5ec8ff0f462ea8d50e --- /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