|
9 | 9 | // granted to it by virtue of its status as an Intergovernmental Organization |
10 | 10 | // or submit itself to any jurisdiction. |
11 | 11 |
|
12 | | -/// \file GPUO2InterfaceConfigurableParam.h |
| 12 | +/// \file GPUO2ConfigurableParam.h |
13 | 13 | /// \author David Rohr |
14 | 14 |
|
15 | 15 | // This file auto-generates a ConfigurableParam object from the GPU parameter macros. |
|
19 | 19 | // --configKeyValues "GPU_proc.[x]=[y]" : for processing options steering GPU reconstruction like GPU device ID, debug output level, number of CPU threads. |
20 | 20 | // Check GPUSettingsList.h for all options |
21 | 21 |
|
22 | | -#ifndef GPUO2INTERFACECONFIGURABLEPARAM_H |
23 | | -#define GPUO2INTERFACECONFIGURABLEPARAM_H |
| 22 | +#ifndef GPUO2CONFIGURABLEPARAM_H |
| 23 | +#define GPUO2CONFIGURABLEPARAM_H |
24 | 24 |
|
25 | | -#if !defined(GPUCA_STANDALONE) && !defined(GPUCA_O2_LIB) |
26 | 25 | #include "GPUO2ExternalUser.h" |
27 | | -#endif |
28 | | - |
29 | 26 | #include "CommonUtils/ConfigurableParam.h" |
30 | 27 | #include "CommonUtils/ConfigurableParamHelper.h" |
31 | 28 | #include "GPUSettings.h" |
|
46 | 43 | #define AddSubConfig(name, instance) |
47 | 44 | #define BeginSubConfig(name, instance, parent, preoptname, preoptnameshort, descr, o2prefix) \ |
48 | 45 | struct GPUCA_M_CAT(GPUConfigurableParam, name) : public o2::conf::ConfigurableParamHelper<GPUCA_M_CAT(GPUConfigurableParam, name)> { \ |
49 | | - O2ParamDef(GPUCA_M_CAT(GPUConfigurableParam, name), GPUCA_M_STR(GPUCA_M_CAT(GPU_, o2prefix))) public: |
| 46 | + O2ParamDef(GPUCA_M_CAT(GPUConfigurableParam, name), GPUCA_M_STR(GPUCA_M_CAT(GPU_, o2prefix))) public: |
50 | 47 | #define BeginHiddenConfig(name, instance) struct GPUCA_M_CAT(GPUConfigurableParam, name) { |
51 | 48 | #define EndConfig() \ |
52 | 49 | } \ |
|
0 commit comments