 |
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef PERFMONTESTS_PERFMONTESTVECTORALG_H
10 #define PERFMONTESTS_PERFMONTESTVECTORALG_H
27 Gaudi::Property<int>
m_vectorSize{
this,
"VectorSize", 1024*1024,
"the size of the Hit container"};
29 Gaudi::Property<int>
m_2bReserved{
this,
"ToBeReserved", 1024*1024,
"the number of elements to be reserved"};
31 Gaudi::Property<bool>
m_mapIt{
this,
"MapIt",
false,
"add current hit to a map"};
37 #endif //> PERFMONTESTS_PERFMONTESTPVECTORALG_H
virtual StatusCode execute() override
Gaudi::Property< int > m_2bReserved
Property to setup the amount of elements to reserve.
Gaudi::Property< int > m_vectorSize
Property to setup the size of the Hit container.
::StatusCode StatusCode
StatusCode definition for legacy code.
PerfMonTestPolyVectorAlg.h Example for the memory optimization tutorial.
std::map< int, IHit * > m_mixMap
AthAlgorithm()
Default constructor:
Gaudi::Property< bool > m_mapIt
Property to introduce some fragmentation.