|  | The Gaudi Framework
    v39r3 (979e3109)
    | 
#include <chrono>#include <cmath>#include <Gaudi/Accumulators.h>#include <Gaudi/Chrono/ChronoIO.h>

Go to the source code of this file.
| Namespaces | |
| Gaudi | |
| This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from python with a format liks : ( nbins, min, max, title ) where title can be ommited. | |
| Gaudi::Accumulators | |
| Functions | |
| template<class Rep , class Period > | |
| auto | Gaudi::Accumulators::sqrt (std::chrono::duration< Rep, Period > d) | 
| sqrt for std::chrono::duration  More... | |
| template<class Rep1 , class Rep2 , class Period > | |
| auto | Gaudi::Accumulators::operator* (const std::chrono::duration< Rep1, Period > &lhs, const std::chrono::duration< Rep2, Period > &rhs) | 
| Multiplication of two std::chrono::duration objects with same Period.  More... | |