33 bool PassTest() {
return ((fValue > fLowerBoundary) && (fValue < fHigherBoundary)); }
40 void SetBoundaries(std::string mapName,
double lowVal,
double highVal, std::string measurementName =
"");
41 void SetMeasurement(std::string name,
double val);
42 bool CheckBoundaries();
44 std::map<std::string, PndMeasurementObject>
GetMeasurementMap()
const {
return fMeasurementBoundaries; }
45 void PrintDartMeasurement(std::ostream &out = std::cout);
48 std::map<std::string, PndMeasurementObject> fMeasurementBoundaries;
std::map< std::string, PndMeasurementObject > GetMeasurementMap() const
PndMeasurementObject(std::string name="", double lowVal=0., double highVal=0.)