Jpp  18.5.2
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
JHistogram1D.hh File Reference
#include "JTools/JHistogram.hh"
#include "JTools/JDistance.hh"
#include "JTools/JAbstractHistogram.hh"
#include "JTools/JAbstractCollection.hh"
#include "JTools/JCollection.hh"
#include "JTools/JElement.hh"
#include "JMath/JMath.hh"

Go to the source code of this file.

Classes

struct  JTOOLS::JRebin< JElement_t >
 Auxiliary class for merging of fixed number of consecutive bins. More...
 
struct  JTOOLS::JContent< JElement_t >
 Auxiliary class for merging of consecutive bins until minimal content is reached. More...
 
class  JTOOLS::JHistogram1D< JElement_t, JContainer_t, JDistance_t >
 Histogram in 1D. More...
 
class  JTOOLS::JHistogram1D< JBin2D< JAbscissa_t, JContents_t >, JContainer_t, JDistance_t >
 Template specialisation if JHistogram1D class with bin centering. More...
 

Namespaces

 JTOOLS
 Auxiliary classes and methods for multi-dimensional interpolations and histograms.
 
 JPP
 This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 

Functions

template<class JElement_t , template< class, class > class JContainer_t, class JDistance_t >
void JTOOLS::makePDF (const JHistogram1D< JElement_t, JContainer_t, JDistance_t > &input, typename JMappable< JElement_t >::map_type &output)
 Conversion of histogram to probability density function (PDF). More...
 
template<class JAbscissa_t , class JContents_t , template< class, class > class JContainer_t, class JDistance_t >
void JTOOLS::makePDF (const JHistogram1D< JBin2D< JAbscissa_t, JContents_t >, JContainer_t, JDistance_t > &input, JMappableCollection< JAbscissa_t, JContents_t > &output)
 Conversion of histogram to probability density function (PDF). More...
 
template<class JElement_t , template< class, class > class JContainer_t, class JDistance_t >
JElement_t::ordinate_type JTOOLS::integrate (const JHistogram1D< JElement_t, JContainer_t, JDistance_t > &input, typename JMappable< JElement_t >::map_type &output)
 Conversion of data points to integral values. More...