The Gaudi Framework  master (e68eea06)
Loading...
Searching...
No Matches
VectorsAsProperty.h
Go to the documentation of this file.
1/***********************************************************************************\
2* (c) Copyright 1998-2025 CERN for the benefit of the LHCb and ATLAS collaborations *
3* *
4* This software is distributed under the terms of the Apache version 2 licence, *
5* copied verbatim in the file "LICENSE". *
6* *
7* In applying this licence, CERN does not waive the privileges and immunities *
8* granted to it by virtue of its status as an Intergovernmental Organization *
9* or submit itself to any jurisdiction. *
10\***********************************************************************************/
11#pragma once
12
18#include <map>
19#include <string>
20#include <vector>
21
32namespace Gaudi {
33 namespace Parsers {
69 GAUDI_API StatusCode parse( Gaudi::XYZPoint& result, std::string_view input );
105 GAUDI_API StatusCode parse( Gaudi::XYZVector& result, std::string_view input );
174 GAUDI_API StatusCode parse( Gaudi::LorentzVector& result, std::string_view input );
181 GAUDI_API StatusCode parse( std::vector<Gaudi::XYZPoint>& result, std::string_view input );
188 GAUDI_API StatusCode parse( std::vector<Gaudi::XYZVector>& result, std::string_view input );
195 GAUDI_API StatusCode parse( std::vector<Gaudi::LorentzVector>& result, std::string_view input );
196 } // namespace Parsers
197} // namespace Gaudi
198namespace Gaudi {
199 namespace Utils {
201 GAUDI_API std::ostream& toStream( const Gaudi::XYZPoint& obj, std::ostream& s );
203 GAUDI_API std::ostream& toStream( const Gaudi::XYZVector& obj, std::ostream& s );
205 GAUDI_API std::ostream& toStream( const Gaudi::LorentzVector& obj, std::ostream& s );
206 } // namespace Utils
207} // namespace Gaudi
#define GAUDI_API
Definition Kernel.h:49
3D point typedefs
4D point typedefs
StatusCode parse(GaudiUtils::HashMap< K, V > &result, std::string_view input)
Basic parser for the types of HashMap used in DODBasicMapper.
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
Definition ToStream.h:304
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from p...
Definition __init__.py:1