21 bool PassTest() {
return ((fValue > fLowerBoundary) && (fValue < fHigherBoundary)); }
28 void SetBoundaries(std::string mapName,
double lowVal,
double highVal, std::string measurementName =
"");
29 void SetMeasurement(std::string name,
double val);
30 bool CheckBoundaries();
32 std::map<std::string, PndMeasurementObject>
GetMeasurementMap()
const {
return fMeasurementBoundaries; }
33 void PrintDartMeasurement(std::ostream &out = std::cout);
36 std::map<std::string, PndMeasurementObject> fMeasurementBoundaries;
std::map< std::string, PndMeasurementObject > GetMeasurementMap() const
PndMeasurementObject(std::string name="", double lowVal=0., double highVal=0.)