ATLAS Offline Software
Loading...
Searching...
No Matches
H5Print.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5
6#ifndef HDF5Utils_H5Print_H
7#define HDF5Utils_H5Print_H
8#include <H5Cpp.h>
9#include <iostream>
10
20
21namespace H5Utils { namespace Print {
23 std::ostream& operator<<(std::ostream& os, const H5::DataSet& ds);
25 std::ostream& operator<<(std::ostream& os, const H5::Group& group);
26} } //> end namespace H5Utils::Print
27#endif //> !HDF5Utils_H5Print_H
std::ostream & operator<<(std::ostream &os, const H5::DataSet &ds)
Print information about a dataset.
Definition H5Print.cxx:9
HDF5 Tuple Writer.
Definition common.h:20