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;
 
Long64_t counter_type
Type definition for counter. 
 
counter_type advance(counter_type &counter, const counter_type value, const counter_type limit=std::numeric_limits< counter_type >::max())
Advance counter.