g4tools  5.4.0
Namespaces | Macros | Typedefs | Functions
h2file File Reference
#include "tools"
#include "T_tools"
#include <tools/histo/histo_data>
#include <tools/sout>
#include <ostream>
#include <map>
Include dependency graph for h2file:

Go to the source code of this file.

Namespaces

 tools
 inlined C code : ///////////////////////////////////
 
 tools::hdf5
 

Macros

#define tools_hdf5_h2file
 

Typedefs

typedef tools::histo::histo_data< double, unsigned int, unsigned int, double > tools::hdf5::histo_data_t
 

Functions

bool tools::hdf5::write_std_map_ss (hid_t a_loc, const std::string &a_name, const std::map< std::string, std::string > &a_map, unsigned int=0, unsigned int=0)
 
bool tools::hdf5::read_std_map_ss (hid_t a_loc, const std::string &a_name, std::map< std::string, std::string > &a_map, unsigned int=0, unsigned int=0)
 
bool tools::hdf5::write_hdata (hid_t a_loc, const histo_data_t &a_hdata)
 
template<class HISTO >
bool tools::hdf5::write_histo (std::ostream &a_out, hid_t a_loc, const std::string &a_name, const HISTO &a_histo)
 
template<class PROFILE >
bool tools::hdf5::write_profile (std::ostream &a_out, hid_t a_loc, const std::string &a_name, const PROFILE &a_histo)
 
bool tools::hdf5::read_hdata (hid_t a_loc, histo_data_t &a_hdata)
 
template<class HISTO >
bool tools::hdf5::read_histo (std::ostream &a_out, hid_t a_loc, const std::string &a_name, HISTO *&a_histo, bool a_verb_class=true)
 
template<class PROFILE >
bool tools::hdf5::read_profile (std::ostream &a_out, hid_t a_loc, const std::string &a_name, PROFILE *&a_histo, bool a_verb_class=true)
 
bool tools::hdf5::read_class_version (std::ostream &a_out, hid_t a_loc, const std::string &a_name, std::string &a_class, int &a_version, bool a_verbose=true)
 

Macro Definition Documentation

◆ tools_hdf5_h2file

#define tools_hdf5_h2file

Definition at line 5 of file h2file.