The Gaudi Framework
master (53dee381)
Toggle main menu visibility
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
13
#include <
GaudiKernel/Point3DTypes.h
>
14
#include <
GaudiKernel/Point4DTypes.h
>
15
#include <
GaudiKernel/StatusCode.h
>
16
#include <
GaudiKernel/Vector3DTypes.h
>
17
#include <
GaudiKernel/Vector4DTypes.h
>
18
#include <map>
19
#include <string>
20
#include <vector>
21
32
namespace
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
198
namespace
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
GAUDI_API
#define GAUDI_API
Definition
Kernel.h:49
Point3DTypes.h
3D point typedefs
Point4DTypes.h
4D point typedefs
StatusCode.h
Vector3DTypes.h
Vector4DTypes.h
Gaudi::Parsers
Definition
DODBasicMapper.cpp:17
Gaudi::Parsers::parse
StatusCode parse(GaudiUtils::HashMap< K, V > &result, std::string_view input)
Basic parser for the types of HashMap used in DODBasicMapper.
Definition
DODBasicMapper.cpp:21
Gaudi::Utils
Definition
Property.h:693
Gaudi::Utils::toStream
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:307
Gaudi
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from p...
Definition
__init__.py:1
GaudiKernel
include
GaudiKernel
VectorsAsProperty.h
Generated on
for The Gaudi Framework by
1.17.0