g4tools  5.4.0
Namespaces | Macros | Functions
slice File Reference
#include "axis"
Include dependency graph for slice:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Macros

#define tools_histo_slice
 

Functions

template<class H2 , class H1 >
bool tools::histo::fill_slice_x (const H2 &a_from, int aJbeg, int aJend, H1 &a_to)
 h2 -> h1 //////////////////////////////////////////////////////////////////// More...
 
template<class H2 , class H1 >
H1 * tools::histo::slice_x (const H2 &a_from, int aJbeg, int aJend, const std::string &a_title)
 
template<class H2 , class H1 >
H1 * tools::histo::projection_x (const H2 &a_from, const std::string &a_title)
 
template<class H2 , class H1 >
bool tools::histo::fill_slice_y (const H2 &a_from, int aIbeg, int aIend, H1 &a_to)
 
template<class H2 , class H1 >
H1 * tools::histo::slice_y (const H2 &a_from, int aIbeg, int aIend, const std::string &a_title)
 
template<class H2 , class H1 >
H1 * tools::histo::projection_y (const H2 &a_from, const std::string &a_title)
 
template<class H2 , class P1 >
bool tools::histo::fill_profile_x (const H2 &a_from, int aJbeg, int aJend, P1 &a_to)
 h2 -> p1 //////////////////////////////////////////////////////////////////// More...
 
template<class H2 , class P1 >
bool tools::histo::fill_profile_y (const H2 &a_from, int aIbeg, int aIend, P1 &a_to)
 
template<class H3 , class H2 >
bool tools::histo::fill_slice_yz (const H3 &a_from, int aIbeg, int aIend, H2 &a_to)
 h3 -> h2 //////////////////////////////////////////////////////////////////// More...
 
template<class H3 , class H2 >
bool tools::histo::fill_slice_xy (const H3 &a_from, int aKbeg, int aKend, H2 &a_to)
 
template<class H3 , class H2 >
bool tools::histo::fill_slice_xz (const H3 &a_from, int aJbeg, int aJend, H2 &a_to)
 
template<class H3 , class H2 >
H2 * tools::histo::slice_xy (const H3 &a_from, int aKbeg, int aKend, const std::string &a_title)
 
template<class H3 , class H2 >
H2 * tools::histo::slice_yz (const H3 &a_from, int aIbeg, int aIend, const std::string &a_title)
 
template<class H3 , class H2 >
H2 * tools::histo::slice_xz (const H3 &a_from, int aJbeg, int aJend, const std::string &a_title)
 

Macro Definition Documentation

◆ tools_histo_slice

#define tools_histo_slice

Definition at line 5 of file slice.