11#ifndef STOREGATETESTS_SGSTRESSPRODUCER_H
12#define STOREGATETESTS_SGSTRESSPRODUCER_H
19#include "GaudiKernel/MsgStream.h"
20#include "GaudiKernel/ServiceHandle.h"
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
std::string m_dataName
Name of the input data.
SgStressProducer(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual StatusCode execute()
std::size_t m_dataSize
Size of the payload objects.
StatusCode createData()
Create data.
bool m_useDataPool
switch to use or not an arena (memory pool) to allocate payload
virtual StatusCode finalize()
virtual StatusCode initialize()
std::size_t m_nObjs
Number of payload objects.
SgStressProducer()
Default constructor:
virtual ~SgStressProducer()
Destructor:
is a very simple class to exercize the basic features of the StoreGateSvc class: publishing and retri...