ATLAS Offline Software
Loading...
Searching...
No Matches
histogram.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef H5_HISTOGRAMS_H
6#define H5_HISTOGRAMS_H
7
8namespace H5 {
9 class Group;
10}
11
12#include <string>
13
14namespace H5Utils::hist {
15 template <typename T>
17 H5::Group& group,
18 const T& hist,
19 const std::string& name);
20}
21
22#include "histogram.icc"
23
24#endif
void write_hist_to_group(H5::Group &group, const T &hist, const std::string &name)
HDF5 Traits.
Group
Properties of a chain group.