MINT2
HyperBinningMakerSmart.h
Go to the documentation of this file.
1 #ifndef HYPERBINNINGMAKERSMART_HH
2 #define HYPERBINNINGMAKERSMART_HH
3 
4 // HyperPlot includes
5 #include "Mint/MessageService.h"
7 #include "Mint/LoadingBar.h"
8 
9 // Root includes
10 #include "TMath.h"
11 
12 // std includes
13 #include <complex>
14 
15 
33 
34  private:
35 
38  public:
39 
40  HyperBinningMakerSmart(const HyperCuboid& binningRange, const HyperPointSet& data, int startingDim = 0);
42  virtual void makeBinning();
47 };
48 
49 
50 #endif
51 
HyperBinningMakerSmart(const HyperCuboid &binningRange, const HyperPointSet &data, int startingDim=0)