Go to the documentation of this file.
24 #include "boost/array.hpp"
51 this,
"Doubles", {-1, -1, -1, -1, -1},
"Boost-array of doubles"};
54 this,
"Strings", {
"bla-bla",
"bla-bla",
"bla-bla",
"bla-bla"},
"Boost-array of strings"};
GaudiAlgorithm(std::string name, ISvcLocator *pSvcLocator)
Standard constructor.
StatusCode execute() override
execute it!
Gaudi::Property< boost::array< std::string, 4 > > m_strings
array of strings
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Header file for std:chrono::duration-based Counters.
std::string toString(const TYPE &obj)
the generic implementation of the type conversion to the string
constexpr static const auto SUCCESS
#define DECLARE_COMPONENT(type)
Gaudi::Property< boost::array< double, 5 > > m_doubles
array of doubles
Implementation of property with value of concrete type.