g4tools  5.4.0
Classes | Namespaces | Macros | Typedefs | Functions
streamers File Reference
#include "dummy_fac"
#include "named"
#include "date"
#include "directory"
#include "clss"
#include "dummy"
#include "obj_list"
#include "../sout"
#include "../vmanip"
#include "../histo/profile_data"
#include "../histo/h1d"
#include "../histo/h2d"
#include "../histo/h3d"
#include "../histo/p1d"
#include "../histo/p2d"
#include <list>
#include <cmath>
Include dependency graph for streamers:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tools::rroot::TDirectory
 

Namespaces

 tools
 inlined C code : ///////////////////////////////////
 
 tools::rroot
 

Macros

#define tools_rroot_streamers
 

Typedefs

typedef histo::histo_data< double, unsigned int, unsigned int, double > tools::rroot::hd_data
 
typedef histo::profile_data< double, unsigned int, unsigned int, double, double > tools::rroot::pd_data
 

Functions

bool tools::rroot::AttAxis_stream (buffer &a_buffer)
 
bool tools::rroot::Axis_stream (buffer &a_buffer, histo::axis< double, unsigned int > &a_fAxis)
 
bool tools::rroot::null_epsil (double a_1, double a_2, double a_prec=-5)
 
bool tools::rroot::TH_read_1D (buffer &a_buffer, hd_data &a_data, double &a_entries, double &a_Sw, double &a_Sw2, double &a_Sxw, double &a_Sx2w)
 
bool tools::rroot::TH_read_2D (buffer &a_buffer, hd_data &a_data, double &a_entries, double &a_Sw, double &a_Sw2, double &a_Sxw, double &a_Sx2w, double &a_Syw, double &a_Sy2w)
 
bool tools::rroot::TH_read_3D (buffer &a_buffer, hd_data &a_data, double &a_entries, double &a_Sw, double &a_Sw2, double &a_Sxw, double &a_Sx2w, double &a_Syw, double &a_Sy2w, double &a_Szw, double &a_Sz2w)
 
histo::h1d * tools::rroot::TH1F_stream (buffer &a_buffer)
 
histo::h1d * tools::rroot::TH1D_stream (buffer &a_buffer)
 
histo::h2d * tools::rroot::TH2F_stream (buffer &a_buffer)
 
histo::h2d * tools::rroot::TH2D_stream (buffer &a_buffer)
 
histo::h3d * tools::rroot::TH3D_stream (buffer &a_buffer)
 
histo::p1d * tools::rroot::TProfile_stream (buffer &a_buffer)
 
histo::p2d * tools::rroot::TProfile2D_stream (buffer &a_buffer)
 
void tools::rroot::dump (std::ostream &a_out, ifile &a_file, const std::vector< key * > &a_keys, bool a_recursive, unsigned int a_spaces=0)
 

Macro Definition Documentation

◆ tools_rroot_streamers

#define tools_rroot_streamers

Definition at line 5 of file streamers.