VectorsAsProperty.h
Go to the documentation of this file.
1 #ifndef GAUDIKERNEL_VCTPARSERS_H
2 #define GAUDIKERNEL_VCTPARSERS_H 1
3 // ============================================================================
4 // Include files
5 // ============================================================================
6 // STD & STL
7 // ============================================================================
8 #include <string>
9 #include <vector>
10 #include <map>
11 // ============================================================================
12 #include "GaudiKernel/StatusCode.h"
17 // ============================================================================
28 // ============================================================================
29 namespace Gaudi
30 {
31  // ==========================================================================
32  namespace Parsers
33  {
34  // ========================================================================
71  ( Gaudi::XYZPoint& result ,
72  const std::string& input ) ;
73  // ========================================================================
110  ( Gaudi::XYZVector& result ,
111  const std::string& input ) ;
112  // ========================================================================
182  ( Gaudi::LorentzVector& result ,
183  const std::string& input ) ;
184  // ========================================================================
192  ( std::vector<Gaudi::XYZPoint>& result ,
193  const std::string& input ) ;
194  // ========================================================================
202  ( std::vector<Gaudi::XYZVector>& result ,
203  const std::string& input ) ;
204  // ========================================================================
213  const std::string& input ) ;
214  // ========================================================================
215  } // end of namespace Gaudi::Parsers
216  // ==========================================================================
217 } // end of namespace Gaudi
218 // ============================================================================
219 namespace Gaudi
220 {
221  // =========================================================================
222  namespace Utils
223  {
224  // ========================================================================
227  ( const Gaudi::XYZPoint& obj, std::ostream& s ) ;
230  ( const Gaudi::XYZVector& obj, std::ostream& s ) ;
233  ( const Gaudi::LorentzVector& obj, std::ostream& s ) ;
234  // ========================================================================
235  } // end of namespace Gaudi::Utils
236  // ==========================================================================
237 } // end of namespace Gaudi
238 // ============================================================================
239 // The END
240 // ============================================================================
241 #endif // GAUDIKERNEL_VCTPARSERS_H
242 // ============================================================================
4 vector typedefs
StatusCode parse(GaudiUtils::HashMap< K, V > &result, const std::string &input)
Basic parser for the types of HashMap used in DODBasicMapper.
STL class.
3D point typedefs
GAUDI_API std::ostream & toStream(const Gaudi::LorentzVector &obj, std::ostream &s)
print Lorentz vector
Definition: ParsersVct.cpp:161
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:26
STL class.
3D vector typedefs
string s
Definition: gaudirun.py:245
ROOT::Math::PxPyPzEVector LorentzVector
Cartesian 4 Vector.
Definition: Vector4DTypes.h:31
4D point typedefs
#define GAUDI_API
Definition: Kernel.h:107
STL class.
Helper functions to set/get the application return code.
Definition: __init__.py:1