35 |
|
double CalculateYield(std::string stepName, std::vector<std::string> const& binNames) const; |
36 |
|
double CalculateYield(std::string const& stepName, unsigned minRun, unsigned maxRun, std::vector<std::string> const& binNames) const; |
37 |
|
|
38 |
+ |
bool HasStep(std::string const& testStep) const { return stepIndexMap_.count(testStep); } |
39 |
+ |
|
40 |
|
//Access Methods |
41 |
|
double & at(unsigned runIndex, unsigned binIndex, unsigned stepIndex); |
42 |
|
double at(unsigned runIndex, unsigned binIndex, unsigned stepIndex) const; |