MINT2
Mint
HyperBinningMakerMintSmart.h
Go to the documentation of this file.
1
#ifndef HYPERBINNINGMAKERMINTSMART_HH
2
#define HYPERBINNINGMAKERMINTSMART_HH
3
4
// HyperPlot includes
5
#include "
Mint/MessageService.h
"
6
#include "
Mint/HyperBinningMaker.h
"
7
#include "
Mint/LoadingBar.h
"
8
9
// Root includes
10
#include "TMath.h"
11
12
// std includes
13
#include <complex>
14
27
class
HyperBinningMakerMintSmart
:
public
HyperBinningMaker
{
28
29
private
:
30
31
int
_startingDim
;
33
public
:
34
35
HyperBinningMakerMintSmart
(
const
HyperCuboid
& binningRange,
const
HyperPointSet
& data,
int
startingDim = 0);
37
virtual
void
makeBinning
();
39
~HyperBinningMakerMintSmart
();
41
};
42
43
#endif
HyperCuboid
Definition:
HyperCuboid.h:28
HyperBinningMakerMintSmart
Definition:
HyperBinningMakerMintSmart.h:27
MessageService.h
HyperBinningMaker.h
HyperBinningMakerMintSmart::makeBinning
virtual void makeBinning()
Definition:
HyperBinningMakerMintSmart.cpp:13
LoadingBar.h
HyperBinningMakerMintSmart::~HyperBinningMakerMintSmart
~HyperBinningMakerMintSmart()
Definition:
HyperBinningMakerMintSmart.cpp:54
HyperBinningMaker
Definition:
HyperBinningMaker.h:43
HyperPointSet
Definition:
HyperPointSet.h:31
HyperBinningMakerMintSmart::HyperBinningMakerMintSmart
HyperBinningMakerMintSmart(const HyperCuboid &binningRange, const HyperPointSet &data, int startingDim=0)
Definition:
HyperBinningMakerMintSmart.cpp:5
HyperBinningMakerMintSmart::_startingDim
int _startingDim
Definition:
HyperBinningMakerMintSmart.h:31
Generated by
1.8.15