9 #ifndef LWH_AIMeasurement_H 10 #define LWH_AIMeasurement_H 12 #ifndef LWH_USING_AIDA 21 virtual ~IMeasurement() {}
22 virtual double value()
const = 0;
23 virtual double errorPlus()
const = 0;
24 virtual double errorMinus()
const = 0;
25 virtual bool setValue(
double value) = 0;
26 virtual bool setErrorPlus(
double errorPlus) = 0;
27 virtual bool setErrorMinus(
double errorMinus) = 0;
35 #include "AIDA/IMeasurement.h"