Jpp
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
JTOOLS::JGridCollection
General purpose class for collection of equidistant elements.
Definition: JGridCollection.hh:30
JElement.hh
JTOOLS::JHistogram1D
Histogram in 1D.
Definition: JHistogram1D.hh:110
JCollection.hh
JTOOLS::JGridHistogram1B_t
JHistogram1D< JBin2D< double, double >, JGridCollection > JGridHistogram1B_t
Type definition of a 1 dimensional histogram with bin centering based on a JGridCollection.
Definition: JHistogram1D_t.hh:40
JPP
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Definition: JAAnetToolkit.hh:37
JTOOLS::JHistogram1D_t
JHistogram1D< JElement2D< double, double >, JCollection > JHistogram1D_t
Type definition of a 1 dimensional histogram based on a JCollection.
Definition: JHistogram1D_t.hh:22
JGridCollection.hh
JTOOLS::JGridHistogram1D_t
JHistogram1D< JElement2D< double, double >, JGridCollection > JGridHistogram1D_t
Type definition of a 1 dimensional histogram based on a JGridCollection.
Definition: JHistogram1D_t.hh:28
JTOOLS::JCollection
General purpose class for collection of elements, see: <a href="JTools.PDF";>Collection of elements...
Definition: JCollection.hh:71
JTOOLS
Auxiliary classes and methods for multi-dimensional interpolations and histograms.
Definition: JAbstractCollection.hh:9
JTOOLS::JHistogram1B_t
JHistogram1D< JBin2D< double, double >, JCollection > JHistogram1B_t
Type definition of a 1 dimensional histogram with bin centering based on a JCollection.
Definition: JHistogram1D_t.hh:34
JHistogram1D.hh