Gaudi Framework, version v21r7p1

Home   Generated: 15 Feb 2010

VectorsAsProperty.h File Reference

Declaration of parsing functions for various ROOT::Math objects to allow their usage as properties for Gaudi components. More...

#include <string>
#include <vector>
#include <map>
#include "GaudiKernel/StatusCode.h"
#include "GaudiKernel/Point3DTypes.h"
#include "GaudiKernel/Point4DTypes.h"
#include "GaudiKernel/Vector3DTypes.h"
#include "GaudiKernel/Vector4DTypes.h"

Include dependency graph for VectorsAsProperty.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Gaudi
namespace  Gaudi::Parsers
namespace  Gaudi::Utils

Defines

#define GAUDIKERNEL_VCTPARSERS_H   1

Functions

GAUDI_API StatusCode Gaudi::Parsers::parse (Gaudi::XYZPoint &result, const std::string &input)
 parse 3D-point
GAUDI_API StatusCode Gaudi::Parsers::parse (Gaudi::XYZVector &result, const std::string &input)
 parse 3D-vector
GAUDI_API StatusCode Gaudi::Parsers::parse (Gaudi::LorentzVector &result, const std::string &input)
 parse LorentzVector
GAUDI_API StatusCode Gaudi::Parsers::parse (std::vector< Gaudi::XYZPoint > &result, const std::string &input)
 parse the vector of points
GAUDI_API StatusCode Gaudi::Parsers::parse (std::vector< Gaudi::XYZVector > &result, const std::string &input)
 parse the vector of vectors
GAUDI_API StatusCode Gaudi::Parsers::parse (std::vector< Gaudi::LorentzVector > &result, const std::string &input)
 parse the vector of vectors
GAUDI_API std::ostreamGaudi::Utils::toStream (const Gaudi::XYZPoint &obj, std::ostream &s)
 print XYZ point
GAUDI_API std::ostreamGaudi::Utils::toStream (const Gaudi::XYZVector &obj, std::ostream &s)
 print XYZ vector
GAUDI_API std::ostreamGaudi::Utils::toStream (const Gaudi::LorentzVector &obj, std::ostream &s)
 print Lorentz vector


Detailed Description

Declaration of parsing functions for various ROOT::Math objects to allow their usage as properties for Gaudi components.

Attention:
: this file must be included BEFORE any direct or indirect inclusion of GaudiKernel/ToStream.h
Author:
Vanya BELYAEV Ivan.Belyaev@nikhef.nl
Date:
2009-09-05

Definition in file VectorsAsProperty.h.


Define Documentation

#define GAUDIKERNEL_VCTPARSERS_H   1

Definition at line 4 of file VectorsAsProperty.h.


Generated at Mon Feb 15 17:32:37 2010 for Gaudi Framework, version v21r7p1 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004