Go to the source code of this file.
|
using | marlinmt::book::types::H1F = HistT< HistConfig< double, float, 1 > > |
|
using | marlinmt::book::types::H1D = HistT< HistConfig< double, double, 1 > > |
|
using | marlinmt::book::types::H1I = HistT< HistConfig< double, int, 1 > > |
|
using | marlinmt::book::types::H2F = HistT< HistConfig< double, float, 2 > > |
|
using | marlinmt::book::types::H2D = HistT< HistConfig< double, double, 2 > > |
|
using | marlinmt::book::types::H2I = HistT< HistConfig< double, int, 2 > > |
|
using | marlinmt::book::types::H3F = HistT< HistConfig< double, float, 3 > > |
|
using | marlinmt::book::types::H3D = HistT< HistConfig< double, double, 3 > > |
|
using | marlinmt::book::types::H3I = HistT< HistConfig< double, int, 3 > > |
|
|
template<typename Config > |
HistT< Config > & | marlinmt::book::types::add (HistT< Config > &to, const HistT< Config > &from) |
| add weights from one Histogram to an other. More...
|
|
template<typename Config > |
void | marlinmt::book::types::add (const std::shared_ptr< HistT< Config >> &to, const std::shared_ptr< HistT< Config >> &from) |
|
template<typename Config > |
auto | marlinmt::book::types::toRoot6 (const HistT< Config > &hist, const std::string_view &name) |
| convert histogram to Root-6 Object for serialization More...
|
|