Go to the documentation of this file.    1 #ifndef __JTOOLS__JABSTRACTHISTOGRAM__ 
    2 #define __JTOOLS__JABSTRACTHISTOGRAM__ 
   23   template<
class JAbscissa_t>
 
   51       JRange<JAbscissa_t>(xmin, xmax),
 
   64       JRange<JAbscissa_t>(xmin, xmax),
 
  104       return static_cast<const range_type&>(*this).is_valid() && 
number_of_bins > 0;
 
  128       return in >> histogram.
number_of_bins >> static_cast<range_type&>(histogram);
 
  141       return out << histogram.
number_of_bins << 
' ' << static_cast<const range_type&>(histogram);
 
  157   template<
class JAbscissa_t>
 
  159                                                         const JAbscissa_t xmin,
 
  160                                                         const JAbscissa_t xmax)
 
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).