|
inlib
1.2.0
|
#include "named"#include "date"#include "directory"#include "graph"#include "../sout"#include "../vmanip"#include "../histo/profile_data"#include "../histo/h1d"#include "../histo/h2d"#include "../histo/p1d"#include <list>#include <cmath>

Go to the source code of this file.
Classes | |
| class | inlib::rroot::dummy_fac |
| class | inlib::rroot::List |
| class | inlib::rroot::TDirectory |
Namespaces | |
| namespace | inlib |
manipulations that induces other includes : /////////// | |
| namespace | inlib::rroot |
Defines | |
| #define | inlib_rroot_streamers |
Typedefs | |
| typedef inlib::histo::histo_data < double, unsigned int, double > | inlib::rroot::hd_data |
| typedef inlib::histo::profile_data < double, unsigned int, double, double > | inlib::rroot::pd_data |
Functions | |
| bool | inlib::rroot::AttAxis_stream (buffer &a_buffer) |
| bool | inlib::rroot::Axis_stream (buffer &a_buffer, inlib::histo::axis< double > &a_fAxis) |
| bool | inlib::rroot::null_epsil (double a_1, double a_2, double a_prec=-5) |
| bool | inlib::rroot::TH_read_1D (buffer &a_buffer, hd_data &a_data, double &a_fEntries, double &a_fSw) |
| bool | inlib::rroot::TH_read_2D (buffer &a_buffer, hd_data &a_data, double &a_fEntries, double &a_fSw) |
| const std::string & | inlib::rroot::TH1F_cls () |
| inlib::histo::h1d * | inlib::rroot::TH1F_stream (buffer &a_buffer, bool a_profile=false) |
| const std::string & | inlib::rroot::TH1D_cls () |
| inlib::histo::h1d * | inlib::rroot::TH1D_stream (buffer &a_buffer, bool a_profile=false) |
| const std::string & | inlib::rroot::TH2F_cls () |
| inlib::histo::h2d * | inlib::rroot::TH2F_stream (buffer &a_buffer, bool a_profile=false) |
| const std::string & | inlib::rroot::TH2D_cls () |
| inlib::histo::h2d * | inlib::rroot::TH2D_stream (buffer &a_buffer, bool a_profile=false) |
| const std::string & | inlib::rroot::TProfile_cls () |
| inlib::histo::p1d * | inlib::rroot::TProfile_stream (buffer &a_buffer) |
| void | inlib::rroot::dump (std::ostream &a_out, inlib::rroot::ifile &a_file, const std::vector< inlib::rroot::key * > &a_keys, bool a_recursive, unsigned int a_spaces=0) |
1.7.5.1