Jpp 20.0.0-27-g39925593c-D
the software that should make you happy
Loading...
Searching...
No Matches
JHistogram1D_t.hh
Go to the documentation of this file.
1#ifndef __JHISTOGRAM1D_T__
2#define __JHISTOGRAM1D_T__
3
7#include "JTools/JElement.hh"
8
9
10/**
11 * \author mdejong
12 */
13
14namespace JTOOLS {}
15namespace JPP { using namespace JTOOLS; }
16
17namespace 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...
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< JBin1D< double, double >, JCollection > JHistogram1B_t
Type definition of a 1 dimensional histogram with bin centering based on a JCollection.
JHistogram1D< JElement2D< double, double >, JCollection > JHistogram1D_t
Type definition of a 1 dimensional histogram based on a JCollection.
JHistogram1D< JElement2D< double, double >, JGridCollection > JGridHistogram1D_t
Type definition of a 1 dimensional histogram based on a JGridCollection.
JHistogram1D< JBin1D< double, double >, JGridCollection > JGridHistogram1B_t
Type definition of a 1 dimensional histogram with bin centering based on a JGridCollection.