Jpp  17.0.0-rc.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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
JHistogram1D< JElement2D< double, double >, JGridCollection > JGridHistogram1D_t
Type definition of a 1 dimensional histogram based on a JGridCollection.
General purpose class for collection of elements, see: &lt;a href=&quot;JTools.PDF&quot;;&gt;Collection of elements...
Definition: JCollection.hh:73
The elements in a collection are sorted according to their abscissa values and a given distance opera...
JHistogram1D< JBin2D< double, double >, JCollection > JHistogram1B_t
Type definition of a 1 dimensional histogram with bin centering based on a JCollection.
JHistogram1D< JBin2D< double, double >, JGridCollection > JGridHistogram1B_t
Type definition of a 1 dimensional histogram with bin centering based on a JGridCollection.
General purpose class for collection of equidistant elements.
JHistogram1D< JElement2D< double, double >, JCollection > JHistogram1D_t
Type definition of a 1 dimensional histogram based on a JCollection.
General purpose class for a collection of sorted elements.
Histogram in 1D.