CepGen 1.2.5
Central exclusive processes event generator
|
This is the complete list of members for Hist2D, including all inherited members.
add(Hist2D, double scaling=1.) | Hist2D | |
axis_t typedef | Drawable | |
bin(double x, double y) const | Hist2D | |
BinMode enum name | Histogram | |
binRangeX(size_t bin) const | Hist2D | |
binRangeY(size_t bin) const | Hist2D | |
binsX(BinMode) const | Hist2D | |
binsY(BinMode) const | Hist2D | |
both enum value | Histogram | |
clear() override | Hist2D | virtual |
Drawable(const std::string &name="", const std::string &title="") | Drawable | explicit |
dualaxis_t typedef | Drawable | |
extractBins(BinMode mode, size_t num_bins, const std::function< Limits(size_t)> &bins_extractor) const | Histogram | protected |
fill(double x, double y, double weight=1.) | Hist2D | |
fill(const std::pair< double, double > &xy, double weight=1.) | Hist2D | |
high enum value | Histogram | |
Hist2D(const ParametersList &) | Hist2D | explicit |
Hist2D(size_t num_bins_x, const Limits &xlim, size_t num_bins_y, const Limits &ylim, const std::string &name="", const std::string &title="") | Hist2D | explicit |
Hist2D(const std::vector< double > &xbins, const std::vector< double > &ybins, const std::string &name="", const std::string &title="") | Hist2D | explicit |
Hist2D(const Hist2D &) | Hist2D | |
Histogram()=default | Histogram | |
integral(bool=false) const override | Hist2D | virtual |
isGraph1D() const | Drawable | virtual |
isGraph2D() const | Drawable | virtual |
isHist1D() const | Drawable | virtual |
isHist2D() const override final | Hist2D | virtual |
low enum value | Histogram | |
maximum() const override | Hist2D | virtual |
meanX() const | Hist2D | |
meanY() const | Hist2D | |
minimum() const override | Hist2D | virtual |
name() const | Drawable | |
name_ | Drawable | protected |
nbinsX() const | Hist2D | |
nbinsY() const | Hist2D | |
normalise(double integ=1.) | Histogram | |
outOfRange() const | Hist2D | |
rangeX() const | Hist2D | |
rangeY() const | Hist2D | |
rmsX() const | Hist2D | |
rmsY() const | Hist2D | |
sample(RandomGenerator &) const | Hist2D | |
scale(double) override | Hist2D | virtual |
setName(const std::string &name) | Drawable | |
setTitle(const std::string &title) | Drawable | |
setValue(size_t bin_x, size_t bin_y, Value value) | Hist2D | |
title() const | Drawable | |
title_ | Drawable | protected |
value(size_t bin_x, size_t bin_y) const | Hist2D | |
xAxis() | Drawable | |
xAxis() const | Drawable | |
xaxis_ | Drawable | protected |
yAxis() | Drawable | |
yAxis() const | Drawable | |
yaxis_ | Drawable | protected |
zAxis() | Drawable | |
zAxis() const | Drawable | |
zaxis_ | Drawable | protected |
~Drawable() | Drawable | virtual |
~Histogram()=default | Histogram | virtual |