#include <OutPVtrends.h>
Public Member Functions | |
std::vector< double > | get_bin_contents () |
double | get_integral () |
unsigned int | get_n_bins () |
double | get_y_max () |
double | get_y_min () |
unrolledHisto () | |
unrolledHisto (const double &y_min, const double &y_max, const unsigned int &n_bins, const std::vector< double > &bincontents) | |
Public Attributes | |
std::vector< double > | m_bincontents |
unsigned int | m_n_bins |
double | m_y_max |
double | m_y_min |
Definition at line 48 of file OutPVtrends.h.
|
inline |
Definition at line 54 of file OutPVtrends.h.
References m_bincontents, m_n_bins, m_y_max, and m_y_min.
|
inline |
Definition at line 61 of file OutPVtrends.h.
References m_bincontents, m_n_bins, m_y_max, and m_y_min.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
std::vector<double> unrolledHisto::m_bincontents |
Definition at line 52 of file OutPVtrends.h.
Referenced by get_bin_contents(), get_integral(), and unrolledHisto().
unsigned int unrolledHisto::m_n_bins |
Definition at line 51 of file OutPVtrends.h.
Referenced by get_n_bins(), and unrolledHisto().
double unrolledHisto::m_y_max |
Definition at line 50 of file OutPVtrends.h.
Referenced by get_y_max(), and unrolledHisto().
double unrolledHisto::m_y_min |
Definition at line 49 of file OutPVtrends.h.
Referenced by get_y_min(), and unrolledHisto().