|
| template<class TC , class TO > |
| bool | is_out (const std::vector< axis< TC, TO > > &a_axes, TO a_offset) |
| |
| template<class TC , class TO > |
| void | get_indices (const std::vector< axis< TC, TO > > &a_axes, TO a_offset, std::vector< int > &a_is) |
| |
| template<class TC , class TO > |
| bool | get_offset (const std::vector< axis< TC, TO > > &a_axes, const std::vector< int > &a_is, TO &a_offset) |
| |
| const std::string & | key_axis_x_title () |
| |
| const std::string & | key_axis_y_title () |
| |
| const std::string & | key_axis_z_title () |
| |
| bool | axis_dui_pack (impi &a_mpi, const axis< double, unsigned int > &a_axis) |
| | hist_data to mpi //////////////////////////////////////////////////////// More...
|
| |
| bool | histo_data_duiuid_pack (impi &a_mpi, const histo_data< double, unsigned int, unsigned int, double > &a_hd) |
| |
| bool | axis_dui_unpack (impi &a_mpi, axis< double, unsigned int > &a_axis) |
| | mpi to hist_data //////////////////////////////////////////////////////// More...
|
| |
| bool | histo_data_duiuid_unpack (impi &a_mpi, histo_data< double, unsigned int, unsigned int, double > &a_hd) |
| |
| bool | profile_data_duiuidd_pack (impi &a_mpi, const profile_data< double, unsigned int, unsigned int, double, double > &a_pd) |
| | profile_data to C struct //////////////////////////////////////////////// More...
|
| |
| bool | profile_data_duiuidd_unpack (impi &a_mpi, profile_data< double, unsigned int, unsigned int, double, double > &a_pd) |
| | mpi to profile_data ///////////////////////////////////////////////////// More...
|
| |
| unsigned int | dim_planes (unsigned int a_dim) |
| |
| void | delete_histos (std::vector< std::pair< std::string, void * > > &a_hists) |
| |
| caxis_dui * | caxis_dui_alloc (const axis< double, unsigned int > &a_axis) |
| | hist_data to C struct /////////////////////////////////////////////////// More...
|
| |
| void | caxis_dui_free (caxis_dui *&a_cp) |
| |
| void | chisto_duiuid_assign (chisto_duiuid &a_c, const histo_data< double, unsigned int, unsigned int, double > &a_hd) |
| |
| chisto_duiuid * | chisto_duiuid_alloc (const histo_data< double, unsigned int, unsigned int, double > &a_hd) |
| |
| void | chisto_duiuid_clear (chisto_duiuid &a_c) |
| |
| void | chisto_duiuid_free (chisto_duiuid *&a_cp) |
| |
| template<class T > |
| void | vec_assign (std::vector< T > &a_v, unsigned int a_number, const T *a_c) |
| | C struct to hist_data ///////////////////////////////////////////////////. More...
|
| |
| void | axis_dui_assign (axis< double, unsigned int > &a_axis, const caxis_dui &a_c) |
| |
| void | histo_data_duiuid_assign (histo_data< double, unsigned int, unsigned int, double > &a_hd, const chisto_duiuid &a_c) |
| |
| cprofile_duiuidd * | cprofile_duiuidd_alloc (const profile_data< double, unsigned int, unsigned int, double, double > &a_pd) |
| | profile_data to C struct //////////////////////////////////////////////// More...
|
| |
| void | cprofile_duiuidd_free (cprofile_duiuidd *&a_cp) |
| |
| void | profile_data_duiuidd_assign (profile_data< double, unsigned int, unsigned int, double, double > &a_pd, const cprofile_duiuidd &a_c) |
| | C struct to profile_data ////////////////////////////////////////////////. More...
|
| |
| template<class H2 , class H1 > |
| bool | fill_slice_x (const H2 &a_from, int aJbeg, int aJend, H1 &a_to) |
| | h2 -> h1 //////////////////////////////////////////////////////////////////// More...
|
| |
| template<class H2 , class H1 > |
| H1 * | slice_x (const H2 &a_from, int aJbeg, int aJend, const std::string &a_title) |
| |
| template<class H2 , class H1 > |
| H1 * | projection_x (const H2 &a_from, const std::string &a_title) |
| |
| template<class H2 , class H1 > |
| bool | fill_slice_y (const H2 &a_from, int aIbeg, int aIend, H1 &a_to) |
| |
| template<class H2 , class H1 > |
| H1 * | slice_y (const H2 &a_from, int aIbeg, int aIend, const std::string &a_title) |
| |
| template<class H2 , class H1 > |
| H1 * | projection_y (const H2 &a_from, const std::string &a_title) |
| |
| template<class H2 , class P1 > |
| bool | fill_profile_x (const H2 &a_from, int aJbeg, int aJend, P1 &a_to) |
| | h2 -> p1 //////////////////////////////////////////////////////////////////// More...
|
| |
| template<class H2 , class P1 > |
| bool | fill_profile_y (const H2 &a_from, int aIbeg, int aIend, P1 &a_to) |
| |
| template<class H3 , class H2 > |
| bool | fill_slice_yz (const H3 &a_from, int aIbeg, int aIend, H2 &a_to) |
| | h3 -> h2 //////////////////////////////////////////////////////////////////// More...
|
| |
| template<class H3 , class H2 > |
| bool | fill_slice_xy (const H3 &a_from, int aKbeg, int aKend, H2 &a_to) |
| |
| template<class H3 , class H2 > |
| bool | fill_slice_xz (const H3 &a_from, int aJbeg, int aJend, H2 &a_to) |
| |
| template<class H3 , class H2 > |
| H2 * | slice_xy (const H3 &a_from, int aKbeg, int aKend, const std::string &a_title) |
| |
| template<class H3 , class H2 > |
| H2 * | slice_yz (const H3 &a_from, int aIbeg, int aIend, const std::string &a_title) |
| |
| template<class H3 , class H2 > |
| H2 * | slice_xz (const H3 &a_from, int aJbeg, int aJend, const std::string &a_title) |
| |
| h1d * | slice_x (const h2d &a_from, int aJbeg, int aJend, const std::string &a_title) |
| |
| h1d * | projection_x (const h2d &a_from, const std::string &a_title) |
| |
| h1d * | slice_y (const h2d &a_from, int aIbeg, int aIend, const std::string &a_title) |
| |
| h1d * | projection_y (const h2d &a_from, const std::string &a_title) |
| |
| p1d * | profile_x (const h2d &a_from, int aJbeg, int aJend, const std::string &a_title) |
| |
| p1d * | profile_x (const h2d &a_from, const std::string &a_title) |
| |
| p1d * | profile_y (const h2d &a_from, int aIbeg, int aIend, const std::string &a_title) |
| |
| p1d * | profile_y (const h2d &a_from, const std::string &a_title) |
| |
| h2d * | slice_xy (const h3d &a_from, int aKbeg, int aKend, const std::string &a_title) |
| |
| h2d * | projection_xy (const h3d &a_from, const std::string &a_title) |
| |
| h2d * | slice_yz (const h3d &a_from, int aIbeg, int aIend, const std::string &a_title) |
| |
| h2d * | projection_yz (const h3d &a_from, const std::string &a_title) |
| |
| h2d * | slice_xz (const h3d &a_from, int aJbeg, int aJend, const std::string &a_title) |
| |
| h2d * | projection_xz (const h3d &a_from, const std::string &a_title) |
| |