TFCS2DFunctionHistogram class
#include <TFCS2DFunctionHistogram.h>
Contents
Base classes
- class TFCS2DFunction
Constructors, destructors, conversion operators
- TFCS2DFunctionHistogram(TH2* hist = nullptr)
- ~TFCS2DFunctionHistogram()
Public functions
- void Initialize(TH2* hist)
- void rnd_to_fct(float& valuex, float& valuey, float rnd0, float rnd1) const virtual
- auto get_HistoBordersx() const -> const std::vector<float>&
- auto get_HistoBordersx() -> std::vector<float>&
- auto get_HistoBordersy() const -> const std::vector<float>&
- auto get_HistoBordersy() -> std::vector<float>&
- auto get_HistoContents() const -> const std::vector<float>&
- auto get_HistoContents() -> std::vector<float>&
- void rnd_to_fct() const pure virtual
- void rnd_to_fct() const
Protected variables
- std::vector<float> m_HistoBorders
- std::vector<float> m_HistoBordersy
- std::vector<float> m_HistoContents