Skip to content
Snippets Groups Projects

Draft: Monitoring using Gaudi Accumulators

Closed Daniel Charles Craik requested to merge dcraik_gaudi_monitoring into master
Compare and
39 files
+ 1568
29
Compare changes
  • Side-by-side
  • Inline
Files
39
@@ -10,6 +10,7 @@
\*****************************************************************************/
#pragma once
#include <algorithm>
#include <cstdio>
#include <BackendCommon.h>
#include <Argument.cuh>
@@ -20,6 +21,9 @@
#include <GaudiKernel/ParsersFactory.h>
#include <GaudiKernel/StdArrayAsProperty.h>
// Needed for the Gaudi wrappers when doing a device build in the stack
using std::min;
namespace Allen {
// Shortcut for type used in input / outputs of Allen - Gaudi wrappers
template<typename T>
Loading