MINT2
HyperBinningMakerSmartLikelihood.h
Go to the documentation of this file.
1 #ifndef HYPERBINNINGMAKERSMARTLIKELIHOOD_HH
2 #define HYPERBINNINGMAKERSMARTLIKELIHOOD_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 
30 
31  private:
32 
33  public:
34 
35  HyperBinningMakerSmartLikelihood(const HyperCuboid& binningRange, const HyperPointSet& data);
37  virtual void makeBinning();
41 };
42 
43 #endif
44 
45 
HyperBinningMakerSmartLikelihood(const HyperCuboid &binningRange, const HyperPointSet &data)