This is the abstract running mean parent class.
This is the abstract running mean parent class.We have two different running mean classes derive from it, a "real" (mathematically correct) running mean value, and a "pseudo" value of the running mean, which is a lot more efficient and fully adequate for most monitoring purposes.
These classes are meant to monitor lots of values (such as all channels of a given detector) simultaneously; In the constructor you specify the "width" (how many channels) and the depth of the running mean.
This class is meant to be lightweight, so there is not much in the way of bounds checking of the input data going on.
virtual int Reset()
virtual int Add(const int iarr[])
Alphabetic index HTML hierarchy of classes or Java