9#ifndef PERFMONTESTS_PERFMONTESTMALLOCALG_H
10#define PERFMONTESTS_PERFMONTESTMALLOCALG_H
32 virtual StatusCode
execute()
override;
39 Gaudi::Property<unsigned int>
m_evtNbr{
this,
"EvtNbr", 10,
"event number at which to actually do stuff"};
45 Gaudi::Property<bool>
m_useStdVector{
this,
"UseStdVector",
false,
"switch between using a C-array and a std::vector"};
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual void isUsed(const void *)
unsigned int m_currentEvtNbr
current event number
Gaudi::Property< bool > m_useStdVector
switch between using a C-array and a std::vector
virtual StatusCode execute() override
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Gaudi::Property< unsigned int > m_evtNbr
event number at which to actually do stuff
PerfMonTestPolyVectorAlg.h Example for the memory optimization tutorial.