The Gaudi Framework
master (37c0b60a)
|
#include <GaudiKernel/VectorsAsProperty.h>
#include <Gaudi/Parsers/Factory.h>
#include <GaudiKernel/ToStream.h>
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::Parsers | |
Functions | |
template<typename T1 , typename T2 > | |
StatusCode | Gaudi::Parsers::parse_ (ROOT::Math::PositionVector3D< T1, T2 > &result, std::string_view input) |
GAUDI_API StatusCode | Gaudi::Parsers::parse (Gaudi::XYZPoint &result, std::string_view input) |
parse 3D-point More... | |
GAUDI_API StatusCode | Gaudi::Parsers::parse (Gaudi::XYZVector &result, std::string_view input) |
parse 3D-vector More... | |
GAUDI_API StatusCode | Gaudi::Parsers::parse (Gaudi::LorentzVector &result, std::string_view input) |
parse LorentzVector More... | |
GAUDI_API StatusCode | Gaudi::Parsers::parse (std::vector< Gaudi::XYZPoint > &result, std::string_view input) |
parse the vector of points More... | |
GAUDI_API StatusCode | Gaudi::Parsers::parse (std::vector< Gaudi::XYZVector > &result, std::string_view input) |
parse the vector of vectors More... | |
GAUDI_API StatusCode | Gaudi::Parsers::parse (std::vector< Gaudi::LorentzVector > &result, std::string_view input) |
parse the vector of vectors More... | |