The Gaudi Framework  master (37c0b60a)
Counters.h File Reference
#include <chrono>
#include <cmath>
#include <Gaudi/Accumulators.h>
#include <Gaudi/Chrono/ChronoIO.h>
Include dependency graph for Counters.h:
This graph shows which files directly or indirectly include this file:

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...