g4tools  5.4.0
Namespaces | Macros | Functions
sliced File Reference
#include "slice"
#include "h1d"
#include "h2d"
#include "p1d"
#include "h3d"
Include dependency graph for sliced:

Go to the source code of this file.

Namespaces

 tools
 inlined C code : ///////////////////////////////////
 
 tools::histo
 

Macros

#define tools_histo_sliced
 

Functions

h1d * tools::histo::slice_x (const h2d &a_from, int aJbeg, int aJend, const std::string &a_title)
 
h1d * tools::histo::projection_x (const h2d &a_from, const std::string &a_title)
 
h1d * tools::histo::slice_y (const h2d &a_from, int aIbeg, int aIend, const std::string &a_title)
 
h1d * tools::histo::projection_y (const h2d &a_from, const std::string &a_title)
 
p1d * tools::histo::profile_x (const h2d &a_from, int aJbeg, int aJend, const std::string &a_title)
 
p1d * tools::histo::profile_x (const h2d &a_from, const std::string &a_title)
 
p1d * tools::histo::profile_y (const h2d &a_from, int aIbeg, int aIend, const std::string &a_title)
 
p1d * tools::histo::profile_y (const h2d &a_from, const std::string &a_title)
 
h2d * tools::histo::slice_xy (const h3d &a_from, int aKbeg, int aKend, const std::string &a_title)
 
h2d * tools::histo::projection_xy (const h3d &a_from, const std::string &a_title)
 
h2d * tools::histo::slice_yz (const h3d &a_from, int aIbeg, int aIend, const std::string &a_title)
 
h2d * tools::histo::projection_yz (const h3d &a_from, const std::string &a_title)
 
h2d * tools::histo::slice_xz (const h3d &a_from, int aJbeg, int aJend, const std::string &a_title)
 
h2d * tools::histo::projection_xz (const h3d &a_from, const std::string &a_title)
 

Macro Definition Documentation

◆ tools_histo_sliced

#define tools_histo_sliced

Definition at line 5 of file sliced.