Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 
8 namespace H5 {
9  class Group;
10 }
11 
12 #include <string>
13 
14 namespace H5Utils::hist {
15  template <typename T>
18  const T& hist,
19  const std::string& name);
20 }
21 
22 #include "histogram.icc"
23 
24 #endif
H5Utils::hist::write_hist_to_group
void write_hist_to_group(H5::Group &group, const T &hist, const std::string &name)
TrigDefs::Group
Group
Properties of a chain group.
Definition: GroupProperties.h:13
plotmaker.hist
hist
Definition: plotmaker.py:148
H5
HDF5 Traits.
Definition: AthenaHDFStreamTool.h:22
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:240
histogram.icc
CaloLCW_tf.group
group
Definition: CaloLCW_tf.py:28
H5Utils::hist
Definition: histogram.h:14