|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef ATHEXHIP_LINEARTRANSFORMEXAMPLEALG_H
6 #define ATHEXHIP_LINEARTRANSFORMEXAMPLEALG_H
10 #include "Gaudi/Property.h"
40 "The HIP device to use with the algorithm" };
43 Gaudi::Property< unsigned int >
m_arraySize{
this,
"ArraySize", 10000,
44 "Size of the float array to perform a linear transformation on" };
48 "Multiplier used in the example linear transformation" };
50 Gaudi::Property< float >
m_shift{
this,
"Shift", 2.34f,
51 "Shift used in the example linear transformation" };
57 #endif // ATHEXHIP_LINEARTRANSFORMEXAMPLEALG_H
An algorithm that can be simultaneously executed in multiple threads.
AthReentrantAlgorithm()
Default constructor:
::StatusCode StatusCode
StatusCode definition for legacy code.