|
inlib
1.2.0
|
#include "../histo/h1d"#include "../histo/h2d"#include "../histo/h3d"#include "../histo/p1d"#include "../histo/p2d"#include "../sout"#include "../sto"

Go to the source code of this file.
Namespaces | |
| namespace | inlib |
manipulations that induces other includes : /////////// | |
| namespace | inlib::waxml |
Defines | |
| #define | inlib_waxml_histos |
Functions | |
| std::string | inlib::waxml::bin_to_string (int a_index) |
| void | inlib::waxml::write_axis (const histo::axis< double > &aAxis, const std::string &aDirection, std::ostream &a_writer, int aShift) |
| void | inlib::waxml::write_bin (std::ostream &a_writer, const histo::h1d &aObject, const std::string &aSpaces, int aIndex) |
| void | inlib::waxml::write_bin (std::ostream &a_writer, const histo::h2d &aObject, const std::string &aSpaces, int aIndexX, int aIndexY) |
| void | inlib::waxml::write_bin (std::ostream &a_writer, const histo::h3d &aObject, const std::string &aSpaces, int aIndexX, int aIndexY, int aIndexZ) |
| void | inlib::waxml::write_bin (std::ostream &a_writer, const histo::p1d &aObject, const std::string &aSpaces, int aIndex) |
| void | inlib::waxml::write_bin (std::ostream &a_writer, const histo::p2d &aObject, const std::string &aSpaces, int aIndexX, int aIndexY) |
| bool | inlib::waxml::write (std::ostream &a_writer, const histo::h1d &aObject, const std::string &aPath, const std::string &aName, int aShift=0) |
| bool | inlib::waxml::write (std::ostream &a_writer, const histo::h2d &aObject, const std::string &aPath, const std::string &aName, int aShift=0) |
| bool | inlib::waxml::write (std::ostream &a_writer, const histo::h3d &aObject, const std::string &aPath, const std::string &aName, int aShift=0) |
| bool | inlib::waxml::write (std::ostream &a_writer, const histo::p1d &aObject, const std::string &aPath, const std::string &aName, int aShift=0) |
| bool | inlib::waxml::write (std::ostream &a_writer, const histo::p2d &aObject, const std::string &aPath, const std::string &aName, int aShift=0) |
1.7.5.1