The Gaudi Framework  master (181af51f)
Loading...
Searching...
No Matches
ParsersVct.cpp File Reference
Include dependency graph for ParsersVct.cpp:

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<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
 
GAUDI_API StatusCode Gaudi::Parsers::parse (Gaudi::XYZVector &result, std::string_view input)
 parse 3D-vector
 
GAUDI_API StatusCode Gaudi::Parsers::parse (Gaudi::LorentzVector &result, std::string_view input)
 parse LorentzVector
 
GAUDI_API StatusCode Gaudi::Parsers::parse (std::vector< Gaudi::XYZPoint > &result, std::string_view input)
 parse the vector of points
 
GAUDI_API StatusCode Gaudi::Parsers::parse (std::vector< Gaudi::XYZVector > &result, std::string_view input)
 parse the vector of vectors
 
GAUDI_API StatusCode Gaudi::Parsers::parse (std::vector< Gaudi::LorentzVector > &result, std::string_view input)
 parse the vector of vectors