Skip to content
Snippets Groups Projects

Move STS Gpu Hitfinder into algo namespace.

Merged Felix Weiglhofer requested to merge fweig/cbmroot:online-gpu-hitfinder into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -18,7 +18,7 @@
#include <xpu/defines.h> // for XPU_D
#ifndef NO_ROOT
#if !defined(NO_ROOT) && !XPU_IS_HIP_CUDA
#include <Rtypes.h> // for ClassDef
#endif
@@ -201,7 +201,7 @@ private:
void PackAddressAndTime(int32_t address, uint32_t time);
int32_t UnpackAddress() const;
#ifndef NO_ROOT
#if !defined(NO_ROOT) && !XPU_IS_HIP_CUDA
ClassDefNV(CbmStsDigi, 8);
#endif
};
Loading