CbmRoot
Loading...
Searching...
No Matches
Params.h
Go to the documentation of this file.
1/* Copyright (C) 2022 FIAS Frankfurt Institute for Advanced Studies, Frankfurt / Main
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Felix Weiglhofer [committer] */
4#ifndef CBM_ALGO_GPU_CONFIG_H
5#define CBM_ALGO_GPU_CONFIG_H
6
7#include "DeviceImage.h"
8#include "RecoParams.h"
9
10#include <xpu/device.h>
11
12namespace cbm::algo
13{
14 struct Params : xpu::constant<GPUReco, RecoParams> {
15 };
16} // namespace cbm::algo
17
18#endif