Jpp  19.1.0
the software that should make you happy
JHistogram1D_t.hh
Go to the documentation of this file.
1 #ifndef __JHISTOGRAM1D_T__
2 #define __JHISTOGRAM1D_T__
3 
4 #include "JTools/JHistogram1D.hh"
5 #include "JTools/JCollection.hh"
7 #include "JTools/JElement.hh"
8 
9 
10 /**
11  * \author mdejong
12  */
13 
14 namespace JTOOLS {}
15 namespace JPP { using namespace JTOOLS; }
16 
17 namespace JTOOLS {
18 
19  /**
20  * Type definition of a 1 dimensional histogram based on a JCollection.
21  */
23 
24 
25  /**
26  * Type definition of a 1 dimensional histogram based on a JGridCollection.
27  */
29 
30 
31  /**
32  * Type definition of a 1 dimensional histogram with bin centering based on a JCollection.
33  */
35 
36 
37  /**
38  * Type definition of a 1 dimensional histogram with bin centering based on a JGridCollection.
39  */
41 }
42 
43 #endif
General purpose class for a collection of sorted elements.
The elements in a collection are sorted according to their abscissa values and a given distance opera...
General purpose class for collection of elements, see: <a href="JTools.PDF";>Collection of elements...
Definition: JCollection.hh:79
General purpose class for collection of equidistant elements.
Histogram in 1D.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary classes and methods for multi-dimensional interpolations and histograms.
JHistogram1D< JElement2D< double, double >, JCollection > JHistogram1D_t
Type definition of a 1 dimensional histogram based on a JCollection.
JHistogram1D< JBin2D< double, double >, JCollection > JHistogram1B_t
Type definition of a 1 dimensional histogram with bin centering based on a JCollection.
JHistogram1D< JElement2D< double, double >, JGridCollection > JGridHistogram1D_t
Type definition of a 1 dimensional histogram based on a JGridCollection.
JHistogram1D< JBin2D< double, double >, JGridCollection > JGridHistogram1B_t
Type definition of a 1 dimensional histogram with bin centering based on a JGridCollection.