UserUtils
Public Member Functions | Public Attributes | List of all members
usr::Counter Class Reference

Detailed Description

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
 

Member Function Documentation

◆ mergeProduct()

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>


The documentation for this class was generated from the following files: