g4tools  5.4.0
Namespaces | Macros | Typedefs | Functions
histos File Reference
#include "../histo/h1d"
#include "../histo/h2d"
#include "../histo/h3d"
#include "../histo/p1d"
#include "../histo/p2d"
#include "../sout"
#include "../num2s"
#include "../srep"
#include <sstream>
Include dependency graph for histos:

Go to the source code of this file.

Namespaces

 tools
 inlined C code : ///////////////////////////////////
 
 tools::waxml
 

Macros

#define tools_waxml_histos
 

Typedefs

typedef std::map< std::string, std::string > tools::waxml::annotations_t
 

Functions

std::string tools::waxml::soutd (std::ostringstream &a_oss, double a_value)
 
std::string tools::waxml::bin_to_string (std::ostringstream &a_oss, int a_index)
 
void tools::waxml::write_annotations (const annotations_t &a_annotations, std::ostream &a_writer, int aShift)
 
void tools::waxml::write_axis (const histo::axis< double, unsigned int > &aAxis, const std::string &aDirection, std::ostream &a_writer, std::ostringstream &a_oss, int aShift)
 
void tools::waxml::write_bin (std::ostream &a_writer, std::ostringstream &a_oss, const histo::h1d &aObject, const std::string &aSpaces, int aIndex)
 
void tools::waxml::write_bin (std::ostream &a_writer, std::ostringstream &a_oss, const histo::h2d &aObject, const std::string &aSpaces, int aIndexX, int aIndexY)
 
void tools::waxml::write_bin (std::ostream &a_writer, std::ostringstream &a_oss, const histo::h3d &aObject, const std::string &aSpaces, int aIndexX, int aIndexY, int aIndexZ)
 
void tools::waxml::write_bin (std::ostream &a_writer, std::ostringstream &a_oss, const histo::p1d &aObject, const std::string &aSpaces, int aIndex)
 
void tools::waxml::write_bin (std::ostream &a_writer, std::ostringstream &a_oss, const histo::p2d &aObject, const std::string &aSpaces, int aIndexX, int aIndexY)
 
bool tools::waxml::write (std::ostream &a_writer, const histo::h1d &aObject, const std::string &aPath, const std::string &aName, int aShift=0)
 
bool tools::waxml::write (std::ostream &a_writer, const histo::h2d &aObject, const std::string &aPath, const std::string &aName, int aShift=0)
 
bool tools::waxml::write (std::ostream &a_writer, const histo::h3d &aObject, const std::string &aPath, const std::string &aName, int aShift=0)
 
bool tools::waxml::write (std::ostream &a_writer, const histo::p1d &aObject, const std::string &aPath, const std::string &aName, int aShift=0)
 
bool tools::waxml::write (std::ostream &a_writer, const histo::p2d &aObject, const std::string &aPath, const std::string &aName, int aShift=0)
 

Macro Definition Documentation

◆ tools_waxml_histos

#define tools_waxml_histos

Definition at line 5 of file histos.