MINT2
HyperBinningMakerMintRandomise.h
Go to the documentation of this file.
1 #ifndef HYPERBINNINGMAKERMINTRANDOMISE_HH
2 #define HYPERBINNINGMAKERMINTRANDOMISE_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  HyperBinningMakerMintRandomise(const HyperCuboid& binningRange, const HyperPointSet& data);
34  virtual void makeBinning();
38 };
39 
40 #endif
HyperBinningMakerMintRandomise(const HyperCuboid &binningRange, const HyperPointSet &data)