MINT2
HyperBinningMakerSmartRandomise.h
Go to the documentation of this file.
1 #ifndef HYPERBINNINGMAKERSMARTRANDOMISE_HH
2 #define HYPERBINNINGMAKERSMARTRANDOMISE_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 
27 
28  private:
29 
30  public:
31 
32  HyperBinningMakerSmartRandomise(const HyperCuboid& binningRange, const HyperPointSet& data);
34  virtual void makeBinning();
38 };
39 
40 #endif
HyperBinningMakerSmartRandomise(const HyperCuboid &binningRange, const HyperPointSet &data)