|
LDMX Software
|
This is the complete list of members for framework::HistogramPool, including all inherited members.
| create(const config::Parameters &p) | framework::HistogramPool | |
| create(const std::string &name, const std::string &x_label, const int &bins, const double &xmin, const double &xmax, bool weighted=false) | framework::HistogramPool | |
| create(const std::string &name, const std::string &x_label, const std::vector< double > &bins, bool weighted=false) | framework::HistogramPool | |
| create(const std::string &name, const std::string &x_label, const std::vector< std::string > &categories, bool weighted=false) | framework::HistogramPool | |
| create(const std::string &name, const std::string &x_label, const int &xbins, const double &xmin, const double &xmax, const std::string &y_label, const int &ybins, const double &ymin, const double &ymax, bool weighted=false) | framework::HistogramPool | |
| create(const std::string &name, const std::string &x_label, const std::vector< double > &xbins, const std::string &y_label, const int &ybins, const double &ymin, const double &ymax, bool weighted=false) | framework::HistogramPool | |
| create(const std::string &name, const std::string &x_label, const std::vector< std::string > &xcategories, const std::string &y_label, const int &ybins, const double &ymin, const double &ymax, bool weighted=false) | framework::HistogramPool | |
| create(const std::string &name, const std::string &x_label, const int &xbins, const double &xmin, const double &xmax, const std::string &y_label, const std::vector< double > &ybins, bool weighted=false) | framework::HistogramPool | |
| create(const std::string &name, const std::string &x_label, const std::vector< double > &xbins, const std::string &y_label, const std::vector< double > &ybins, bool weighted=false) | framework::HistogramPool | |
| create(const std::string &name, const std::string &x_label, const std::vector< std::string > &xcategories, const std::string &y_label, const std::vector< double > &ybins, bool weighted=false) | framework::HistogramPool | |
| create(const std::string &name, const std::string &x_label, const int &xbins, const double &xmin, const double &xmax, const std::string &y_label, const std::vector< std::string > &ycategories, bool weighted=false) | framework::HistogramPool | |
| create(const std::string &name, const std::string &x_label, const std::vector< double > &xbins, const std::string &y_label, const std::vector< std::string > &ycategories, bool weighted=false) | framework::HistogramPool | |
| create(const std::string &name, const std::string &x_label, const std::vector< std::string > &xcategories, const std::string &y_label, const std::vector< std::string > &ycategories, bool weighted=false) | framework::HistogramPool | |
| fill(const std::string &name, const T &val) | framework::HistogramPool | inline |
| fill(const std::string &name, const Tx &valx, const Ty &valy) | framework::HistogramPool | inline |
| fillw(const std::string &name, const T &val, double w) | framework::HistogramPool | inline |
| fillw(const std::string &name, const Tx &valx, const Ty &valy, double w) | framework::HistogramPool | inline |
| get(const std::string &name) | framework::HistogramPool | |
| get_directory_ | framework::HistogramPool | private |
| HistogramPool(std::function< TDirectory *()> get_directory) | framework::HistogramPool | inline |
| histograms_ | framework::HistogramPool | private |
| insert(const std::string &name, std::function< TH1 *()> factory, bool weighted) | framework::HistogramPool | private |
| setWeight(double w) | framework::HistogramPool | inline |
| the_weight_ | framework::HistogramPool | private |