22#include <boost/array.hpp>
43 using TestAlg::TestAlg;
49 this,
"Doubles", { -1, -1, -1, -1, -1 },
"Boost-array of doubles" };
52 this,
"Strings", {
"bla-bla",
"bla-bla",
"bla-bla",
"bla-bla" },
"Boost-array of strings" };
Collection of utilities, which allows to use class boost::array as property for Gaudi-components.
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
#define DECLARE_COMPONENT(type)
MsgStream & info() const
shortcut for the method msgStream(MSG::INFO)
Implementation of property with value of concrete type.
StatusCode execute() override
execute it!
Gaudi::Property< boost::array< double, 5 > > m_doubles
array of doubles
Gaudi::Property< boost::array< std::string, 4 > > m_strings
array of strings
This class is used for returning status codes from appropriate routines.
constexpr static const auto SUCCESS
std::string toString(const TYPE &obj)
the generic implementation of the type conversion to the string
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from p...
Simple algorithm useful as base class for tests.