|
Pottu
|
OTObject wrapper for Histogram1D. More...
#include <OTObject.hpp>


Public Member Functions | |
| OTOH1D_double_double (const std::string &name, double low, double high, double binc, const std::string &title="", const std::string &xlabel="", const std::string &ylabel="") | |
| virtual void | exportToDisk (const std::string &prefix, export_context_t &ectx) const |
Public Member Functions inherited from pottu::OTObject | |
| OTObject (const std::string &name_) | |
| OTObject (const OTObject &o)=delete | |
| OTObject (OTObject &&o)=delete | |
| const std::string & | name () const |
Public Attributes | |
| Histogram1D< BinnerFloat< double >, double > | _h |
Public Attributes inherited from pottu::OTObject | |
| std::string | _name |
OTObject wrapper for Histogram1D.