|
template<Axis AXIS, typename H > |
constexpr auto | Monitored::detail::getAxis (H *hist) |
| Helper to get corresponding TAxis selected by Monitored::Axis. More...
|
|
template<Axis AXIS, typename H > |
double | Monitored::detail::getFillValue (const H *hist, const IMonitoredVariable *var, size_t i) |
| Return value for filling i'th entry of var into AXIS for hist. More...
|
|
bool | Monitored::detail::shouldRebinHistogram (const TAxis *axis, const double value) |
| Method checks if histogram should be rebinned. More...
|
|
template<Axis AXIS, typename H > |
void | Monitored::detail::rebinHistogram (H *hist, const double value) |
| Method that rebins a histogram. More...
|
|
template<typename T > |
bool | Monitored::detail::fillWillRebinHistogram (const TAxis *axis, T value) |
| Check if Fill would result in rebinning. More...
|
|
template<> |
bool | Monitored::detail::fillWillRebinHistogram (const TAxis *axis, const char *value) |
| Check if Fill would result in rebinning for alphanumeric axis. More...
|
|
template<typename H , typename T , T... a, typename ... Vs> |
bool | Monitored::detail::fillWillRebinHistogram (H *hist, std::integer_sequence< T, a... >, const Vs &... v) |
| Check if any of the histogram axes will be rebinned. More...
|
|
template<typename H , typename W , typename M , typename ... Ms> |
void | Monitored::detail::doFill (H *hist, W weight, size_t i, const M &m1, const Ms &... m) |
| Perform (arbitrary dimension) histogram fill with weight. More...
|
|
template<typename W > |
void | Monitored::detail::doFill (TProfile *, W, size_t, const double &, const char *const &) |
|
template<typename W > |
void | Monitored::detail::doFill (TProfile *, W, size_t, const char *const &, const char *const &) |
|
template<typename W > |
void | Monitored::detail::doFill (TProfile2D *, W, size_t, const double &, const double &, const char *const &) |
|
template<typename W > |
void | Monitored::detail::doFill (TProfile2D *, W, size_t, const char *const &, const char *const &, const char *const &) |
|
template<typename W > |
void | Monitored::detail::doFill (TProfile2D *, W, size_t, const char *const &, const double &, const char *const &) |
|
template<typename W > |
void | Monitored::detail::doFill (TProfile2D *, W, size_t, const double &, const char *const &, const char *const &) |
|