The Gaudi Framework  master (181af51f)
Loading...
Searching...
No Matches
Counters.h File Reference
#include <chrono>
#include <cmath>
#include <Gaudi/Accumulators.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

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.