|
Pottu
|
OTObject wrapper for power of two histogram 1D. More...
#include <OTObject.hpp>


Public Member Functions | |
| OTOH1D_pow2_64 (const std::string &name, uint32_t high_bits, uint32_t bins_bits, 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< BinnerPow2< uint32_t >, uint64_t > | _h |
Public Attributes inherited from pottu::OTObject | |
| std::string | _name |
OTObject wrapper for power of two histogram 1D.