Go to the documentation of this file.
23 template <
unsigned int N>
25 for (
unsigned int i = 0; i <
N; ++i ) {
26 auto found =
m.find(
keys[i] );
27 if (
m.end() != found ) {
return found; }
36 template <
typename T1,
typename T2>
78 return parse_( result, input );
90 return parse_( result, input );
103 return parse_( result, input );
std::string_view::const_iterator IteratorT
StatusCode parse(GaudiUtils::HashMap< K, V > &result, std::string_view input)
Basic parser for the types of HashMap used in DODBasicMapper.
ROOT::Math::XYZVector XYZVector
Cartesian 3D vector (double)
StatusCode parse_(ResultT &result, std::string_view input)
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from p...
std::ostream & toStream(const DataObjID &d, std::ostream &os)
constexpr static const auto SUCCESS
std::ostream & toStream(ITERATOR first, ITERATOR last, std::ostream &s, const std::string &open, const std::string &close, const std::string &delim)
the helper function to print the sequence
ROOT::Math::PxPyPzEVector LorentzVector
Cartesian 4 Vector.
ROOT::Math::XYZPoint XYZPoint
3D cartesian point (double)