#include <GaudiKernel/GaudiException.h>
#include <GaudiKernel/Kernel.h>
#include <GaudiKernel/StatusCode.h>
#include <GaudiKernel/StreamBuffer.h>
#include <cstdint>
#include <iostream>
#include <limits>
#include <string>
#include <string_view>
#include <utility>
Go to the source code of this file.
|
| 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.
|
| |
◆ operator!() [1/2]
◆ operator!() [2/2]
◆ operator+() [1/3]
◆ operator+() [2/3]
◆ operator+() [3/3]
◆ operator-() [1/3]
◆ operator-() [2/3]
Definition at line 485 of file Time.h.
485 {
487}
TemplatedAlg< int, std::vector< std::string > > t1
TemplatedAlg< double, bool > t2
◆ operator-() [3/3]
◆ operator<()
Definition at line 518 of file Time.h.
518 {
519 return false;
520}
◆ operator<<()
Definition at line 504 of file Time.h.
504{
return s <<
t.ns(); }
◆ operator>>()