1 #ifndef __JROOT__JCOUNTER__
2 #define __JROOT__JCOUNTER__
16 namespace JPP {
using namespace JROOT; }
37 const counter_type limit = std::numeric_limits<counter_type>::max())
41 if (counter + value < limit)
46 return counter - previous;
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary classes and methods for ROOT I/O.
counter_type advance(counter_type &counter, const counter_type value, const counter_type limit=std::numeric_limits< counter_type >::max())
Advance counter.
Long64_t counter_type
Type definition for counter.