g4tools  5.4.0
Namespaces | Macros | Typedefs | Functions
streamers File Reference
#include "named"
#include "directory"
#include "file"
#include "../vmanip"
#include "../histo/h1d"
#include "../histo/h2d"
#include "../histo/h3d"
#include "../histo/p1d"
#include "../histo/p2d"
#include "../histo/h1df"
#include "../histo/h2df"
#include "../histo/h3df"
Include dependency graph for streamers:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 tools
 inlined C code : ///////////////////////////////////
 
 tools::wroot
 

Macros

#define tools_wroot_streamers
 

Typedefs

typedef histo::histo_data< double, unsigned int, unsigned int, double > tools::wroot::hd_data
 
typedef histo::histo_data< double, unsigned int, unsigned int, float > tools::wroot::hf_data
 
typedef histo::profile_data< double, unsigned int, unsigned int, double, double > tools::wroot::pd_data
 

Functions

bool tools::wroot::AttAxis_stream (buffer &a_buffer)
 
bool tools::wroot::axis_stream (buffer &a_buffer, const histo::axis< double, unsigned int > &a_axis, const std::string &a_name, const std::string &a_title)
 
bool tools::wroot::List_empty_stream (buffer &a_buffer)
 
template<class HIST >
std::string tools::wroot::axis_title (const HIST &a_h, const std::string &a_key)
 
template<class HIST >
bool tools::wroot::TH_write_1D (buffer &a_buffer, const HIST &a_h, const std::string &a_name, const std::vector< double > &a_bin_Sw2)
 
template<class HIST >
bool tools::wroot::TH_write_2D (buffer &a_buffer, const HIST &a_h, const std::string &a_name, const std::vector< double > &a_bin_Sw2)
 
template<class HIST >
bool tools::wroot::TH_write_3D (buffer &a_buffer, const HIST &a_h, const std::string &a_name, const std::vector< double > &a_bin_Sw2)
 
bool tools::wroot::TH1F_stream (buffer &a_buffer, const histo::h1df &a_h, const std::string &a_name)
 
bool tools::wroot::TH1F_stream (buffer &a_buffer, const histo::h1d &a_h, const std::string &a_name)
 
bool tools::wroot::TH1D_stream (buffer &a_buffer, const histo::h1d &a_h, const std::string &a_name)
 
bool tools::wroot::TH2F_stream (buffer &a_buffer, const histo::h2d &a_h, const std::string &a_name)
 
bool tools::wroot::TH2F_stream (buffer &a_buffer, const histo::h2df &a_h, const std::string &a_name)
 
bool tools::wroot::TH2D_stream (buffer &a_buffer, const histo::h2d &a_h, const std::string &a_name)
 
bool tools::wroot::TH3F_stream (buffer &a_buffer, const histo::h3d &a_h, const std::string &a_name)
 
bool tools::wroot::TH3F_stream (buffer &a_buffer, const histo::h3df &a_h, const std::string &a_name)
 
bool tools::wroot::TH3D_stream (buffer &a_buffer, const histo::h3d &a_h, const std::string &a_name)
 
bool tools::wroot::TProfile_stream (buffer &a_buffer, const histo::p1d &a_p, const std::string &a_name)
 
bool tools::wroot::TProfile2D_stream (buffer &a_buffer, const histo::p2d &a_p, const std::string &a_name)
 

Macro Definition Documentation

◆ tools_wroot_streamers

#define tools_wroot_streamers

Definition at line 5 of file streamers.