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=1) |
double | lower_edge_x () const |
double | lower_edge_y () const |
double | upper_edge_x () const |
double | upper_edge_y () const |
double | value_x (unsigned int a_index) const |
double | value_y (unsigned int a_index) const |
double | weight (unsigned int a_index) const |
double | mean_x () const |
double | mean_y () const |
double | rms_x () const |
double | rms_y () const |
bool | convert (unsigned int, double, double, unsigned int, double, double) |
bool | convert (const std::vector< double > &, const std::vector< double > &) |
const histo::h2d & | histogram () const |
template<class HISTO > | |
bool | fill_histogram (HISTO &a_histo) const |
bool | set_conversion_parameters (unsigned int, double, double, unsigned int, double, double) |
bool | set_histogram (h2d *a_histo) |
c2d () | |
c2d (const std::string &, int=base_cloud::UNLIMITED()) | |
virtual | ~c2d () |
c2d (const c2d &a_from) | |
c2d & | operator= (const c2d &a_from) |
double | lowerEdgeX () const |
double | lowerEdgeY () const |
double | upperEdgeX () const |
double | upperEdgeY () const |
template<class HISTO > | |
bool | fillHistogram (HISTO &a_histo) const |
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 |
double | m_lower_x |
double | m_upper_x |
double | m_lower_y |
double | m_upper_y |
double | m_Sxw |
double | m_Sx2w |
double | m_Syw |
double | m_Sy2w |
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 |
histo::h2d * | 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 |
|
inlineprotected |
|
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 |
|
protected |