![]() |
The Gaudi Framework
master (b9786168)
|


Go to the source code of this file.
Namespaces | |
| namespace | 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. | |
| namespace | Gaudi::Accumulators |
| Efficient counter implementations for Gaudi. | |
Functions | |
| template<class Rep, class Period> | |
| auto | Gaudi::Accumulators::sqrt (std::chrono::duration< Rep, Period > d) |
| sqrt for std::chrono::duration | |
| 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. | |