UserUtils
|
This class is essentially the same as the edm::MergeableCounter
class except with doubles instead of integer values.
Public Member Functions | |
Counter (const double) | |
bool | mergeProduct (const Counter &nextCounter) |
The existence of this function is required for merging values between runs. More... | |
Public Attributes | |
double | value |
bool usr::Counter::mergeProduct | ( | const Counter & | nextcounter | ) |
Unlike its edm counterpart. We would not care for overflow parsing here (it is highly unlikely that some cache would require e308 to store.)
#include <Counter.hpp>