|
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) |
|