![]() |
The Gaudi Framework
v26r0
|
Declaration of parsing functions for various ROOT::Math objects to allow their usage as properties for Gaudi components. More...
#include <string>
#include <vector>
#include <map>
#include "GaudiKernel/StatusCode.h"
#include "GaudiKernel/Point3DTypes.h"
#include "GaudiKernel/Point4DTypes.h"
#include "GaudiKernel/Vector3DTypes.h"
#include "GaudiKernel/Vector4DTypes.h"
Go to the source code of this file.
Namespaces | |
Gaudi | |
Helper functions to set/get the application return code. | |
Gaudi::Parsers | |
Gaudi::Utils | |
Functions | |
GAUDI_API StatusCode | Gaudi::Parsers::parse (Gaudi::XYZPoint &result, const std::string &input) |
parse 3D-point More... | |
GAUDI_API StatusCode | Gaudi::Parsers::parse (Gaudi::XYZVector &result, const std::string &input) |
parse 3D-vector More... | |
GAUDI_API StatusCode | Gaudi::Parsers::parse (Gaudi::LorentzVector &result, const std::string &input) |
parse LorentzVector More... | |
GAUDI_API StatusCode | Gaudi::Parsers::parse (std::vector< Gaudi::XYZPoint > &result, const std::string &input) |
parse the vector of points More... | |
GAUDI_API StatusCode | Gaudi::Parsers::parse (std::vector< Gaudi::XYZVector > &result, const std::string &input) |
parse the vector of vectors More... | |
GAUDI_API StatusCode | Gaudi::Parsers::parse (std::vector< Gaudi::LorentzVector > &result, const std::string &input) |
parse the vector of vectors More... | |
GAUDI_API std::ostream & | Gaudi::Utils::toStream (const Gaudi::XYZPoint &obj, std::ostream &s) |
print XYZ point More... | |
GAUDI_API std::ostream & | Gaudi::Utils::toStream (const Gaudi::XYZVector &obj, std::ostream &s) |
print XYZ vector More... | |
GAUDI_API std::ostream & | Gaudi::Utils::toStream (const Gaudi::LorentzVector &obj, std::ostream &s) |
print Lorentz vector More... | |
Declaration of parsing functions for various ROOT::Math objects to allow their usage as properties for Gaudi components.
Definition in file VectorsAsProperty.h.