BCDataSet Member List
This is the complete list of members for BCDataSet, including all inherited members.
AddDataPoint(const BCDataPoint &datapoint) | BCDataSet | |
AdjustBoundForUncertainties(unsigned i, double nSigma, unsigned i_err1, int i_err2=-1) | BCDataSet | |
Back() | BCDataSet | inline |
BCDataSet(unsigned n=0) | BCDataSet | |
BoundsExist() const | BCDataSet | |
CreateH2(const char *name, const char *title, unsigned x, unsigned y, unsigned nbins_x=100, unsigned nbins_y=100, double x_padding=0.10, double y_padding=0.10) const | BCDataSet | |
Fix(unsigned i, bool b=true) | BCDataSet | inline |
GetDataComponents(unsigned index) const | BCDataSet | |
GetDataPoint(unsigned index) | BCDataSet | inline |
GetDataPoint(unsigned index) const | BCDataSet | inline |
GetGraph(unsigned x, unsigned y) const | BCDataSet | |
GetGraph(unsigned x, unsigned y, int ex, int ey) const | BCDataSet | |
GetGraph(unsigned x, unsigned y, int ex_below, int ex_above, int ey_below, int ey_above) const | BCDataSet | |
GetLowerBound(unsigned index) const | BCDataSet | |
GetLowerBounds() const | BCDataSet | inline |
GetNDataPoints() const | BCDataSet | inline |
GetNValuesPerPoint() const | BCDataSet | inline |
GetRangeWidth(unsigned index) const | BCDataSet | inline |
GetUpperBound(unsigned index) const | BCDataSet | |
GetUpperBounds() const | BCDataSet | inline |
GetUserLowerBounds() | BCDataSet | inline |
GetUserUpperBounds() | BCDataSet | inline |
IsFixed(unsigned index) const | BCDataSet | inline |
operator[](unsigned index) | BCDataSet | inline |
operator[](unsigned index) const | BCDataSet | inline |
PrintSummary(void(*output)(const std::string &)=BCLog::OutSummary) const | BCDataSet | |
ReadDataFromFile(const std::string &filename, const std::string &treename, const std::string &branchnames, char delim= ',') | BCDataSet | inline |
ReadDataFromFile(const std::string &filename, int nvariables) | BCDataSet | inline |
ReadDataFromFileTree(const std::string &filename, const std::string &treename, const std::string &branchnames, char delim= ',') | BCDataSet | |
ReadDataFromFileTxt(const std::string &filename, int nvariables) | BCDataSet | |
Reset() | BCDataSet | inline |
SetBounds(unsigned index, double lower_bound, double upper_bound, bool fixed=false) | BCDataSet | |
SetNValuesPerPoint(unsigned n) | BCDataSet | |
~BCDataSet() | BCDataSet | inlinevirtual |