
Collection of utilities, which allows to use class std::array as property for Gaudi-components. More...
#include <GaudiKernel/ToStream.h>#include <algorithm>#include <array>#include <Gaudi/Parsers/CommonParsers.h>

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::Parsers |
Functions | |
| template<class TYPE, std::size_t N> | |
| StatusCode | Gaudi::Parsers::parse (std::array< TYPE, N > &result, std::string_view input) |
| parse class std::array from the string | |
Collection of utilities, which allows to use class std::array as property for Gaudi-components.
Definition in file StdArrayAsProperty.h.