The Gaudi Framework  master (181af51f)
Loading...
Searching...
No Matches
VectorsAsProperty.h File Reference

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

#include <GaudiKernel/Point3DTypes.h>
#include <GaudiKernel/Point4DTypes.h>
#include <GaudiKernel/StatusCode.h>
#include <GaudiKernel/Vector3DTypes.h>
#include <GaudiKernel/Vector4DTypes.h>
#include <map>
#include <string>
#include <vector>
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
 This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from python with a format liks : ( nbins, min, max, title ) where title can be ommited.
 
namespace  Gaudi::Parsers
 
namespace  Gaudi::Utils
 

Functions

GAUDI_API StatusCode Gaudi::Parsers::parse (Gaudi::XYZPoint &result, std::string_view input)
 parse 3D-point
 
GAUDI_API StatusCode Gaudi::Parsers::parse (Gaudi::XYZVector &result, std::string_view input)
 parse 3D-vector
 
GAUDI_API StatusCode Gaudi::Parsers::parse (Gaudi::LorentzVector &result, std::string_view input)
 parse LorentzVector
 
GAUDI_API StatusCode Gaudi::Parsers::parse (std::vector< Gaudi::XYZPoint > &result, std::string_view input)
 parse the vector of points
 
GAUDI_API StatusCode Gaudi::Parsers::parse (std::vector< Gaudi::XYZVector > &result, std::string_view input)
 parse the vector of vectors
 
GAUDI_API StatusCode Gaudi::Parsers::parse (std::vector< Gaudi::LorentzVector > &result, std::string_view input)
 parse the vector of vectors
 
GAUDI_API std::ostream & Gaudi::Utils::toStream (const Gaudi::XYZPoint &obj, std::ostream &s)
 print XYZ point
 
GAUDI_API std::ostream & Gaudi::Utils::toStream (const Gaudi::XYZVector &obj, std::ostream &s)
 print XYZ vector
 
GAUDI_API std::ostream & Gaudi::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..nosp@m.Bely.nosp@m.aev@n.nosp@m.ikhe.nosp@m.f.nl
Date
2009-09-05

Definition in file VectorsAsProperty.h.