|
g4tools
5.4.0
|


Public Member Functions | |
| bool | set_title (const std::string &) |
| unsigned int | dimension () const |
| bool | reset () |
| unsigned int | entries () const |
| double | sum_of_weights () const |
| bool | convert_to_histogram () |
| bool | is_converted () const |
| bool | scale (double) |
| bool | fill (double, double, double, double=1) |
| double | lower_edge_x () const |
| double | upper_edge_x () const |
| double | lower_edge_y () const |
| double | upper_edge_y () const |
| double | lower_edge_z () const |
| double | upper_edge_z () const |
| double | value_x (unsigned int) const |
| double | value_y (unsigned int) const |
| double | value_z (unsigned int) const |
| double | weight (unsigned int) const |
| double | mean_x () const |
| double | mean_y () const |
| double | mean_z () const |
| double | rms_x () const |
| double | rms_y () const |
| double | rms_z () const |
| bool | convert (unsigned int, double, double, unsigned int, double, double, unsigned int, double, double) |
| bool | convert (const std::vector< double > &, const std::vector< double > &, const std::vector< double > &) |
| const histo::h3d & | histogram () const |
| bool | fill_histogram (histo::h3d &a_histo) const |
| bool | set_conversion_parameters (unsigned int, double, double, unsigned int, double, double, unsigned int, double, double) |
| bool | set_histogram (h3d *a_histo) |
| c3d () | |
| c3d (const std::string &, int=base_cloud::UNLIMITED()) | |
| virtual | ~c3d () |
| c3d (const c3d &a_from) | |
| c3d & | operator= (const c3d &a_from) |
Public Member Functions inherited from tools::histo::base_cloud | |
| base_cloud (const base_cloud &a_from) | |
| base_cloud & | operator= (const base_cloud &a_from) |
| const std::string & | title () const |
| int | max_entries () const |
Static Public Member Functions | |
| static const std::string & | s_class () |
Protected Member Functions | |
| void | clear () |
Protected Member Functions inherited from tools::histo::base_cloud | |
| base_cloud (int aLimit) | |
| virtual | ~base_cloud () |
Protected Attributes | |
| std::vector< double > | m_xs |
| std::vector< double > | m_ys |
| std::vector< double > | m_zs |
| double | m_lower_x |
| double | m_upper_x |
| double | m_lower_y |
| double | m_upper_y |
| double | m_lower_z |
| double | m_upper_z |
| double | m_Sxw |
| double | m_Sx2w |
| double | m_Syw |
| double | m_Sy2w |
| double | m_Szw |
| double | m_Sz2w |
| unsigned int | m_cnv_x_num |
| double | m_cnv_x_min |
| double | m_cnv_x_max |
| unsigned int | m_cnv_y_num |
| double | m_cnv_y_min |
| double | m_cnv_y_max |
| unsigned int | m_cnv_z_num |
| double | m_cnv_z_min |
| double | m_cnv_z_max |
| histo::h3d * | m_histo |
Protected Attributes inherited from tools::histo::base_cloud | |
| std::string | m_title |
| int | m_limit |
| double | m_Sw |
| std::vector< double > | m_ws |
Additional Inherited Members | |
Static Protected Member Functions inherited from tools::histo::base_cloud | |
| static int | UNLIMITED () |
| static unsigned int | BINS () |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |