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.
|
|
namespace | Gaudi::Parsers |
|
|
bool | Gaudi::Parsers::Parse (std::string_view filename, std::string_view search_path, IncludedFiles *included, Messages *messages, Node *root) |
|
bool | Gaudi::Parsers::Parse (const Position &from, std::string_view filename, std::string_view search_path, IncludedFiles *included, Messages *messages, Node *root) |
|
bool | Gaudi::Parsers::ParseUnits (const Position &from, std::string_view filename, std::string_view search_path, IncludedFiles *included, Messages *messages, Node *root) |
|