REST version : v2.2.13_dev
I have spotted the following problem. If I define my observables manually, it will get/fill a wrong value.
However, if I use observable="all"
it will work properly
I believe this is related with the fact that the observables NumbeOfSignals
are integers, if I cast them to (Double_t) inside SetObservableValue
the problem is solved.