|
ATLAS Offline Software
|
Go to the documentation of this file.
14 m_myDict[
"Good Morning"] =
"Bonjour";
20 m_myTable.push_back(std::make_pair(1., 1.));
21 m_myTable.push_back(std::make_pair(2., 2. * 2.));
22 m_myTable.push_back(std::make_pair(3., 3. * 3.));
43 msg(MSG::INFO) <<
" MyMatrix[" <<
row <<
"] = [ ";
58 <<
": Failed to retrieve tool "
60 return StatusCode::FAILURE;
69 return StatusCode::SUCCESS;
85 <<
" say something:");
90 <<
" say something:");
93 return StatusCode::SUCCESS;
100 return StatusCode::SUCCESS;
Gaudi::Property< int > m_myInt
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Gaudi::Property< std::vector< std::string > > m_myStringVec
ToolHandle< IHelloTool > m_myPrivateHelloTool
HelloAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode initialize() override
virtual StatusCode finalize() override
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< Dict_t > m_myDict
Gaudi::Property< double > m_myDouble
Gaudi::Property< bool > m_myBool
#define ATH_MSG_WARNING(x)
PublicToolHandle< IHelloTool > m_myPublicHelloTool
Gaudi::Property< Matrix_t > m_myMatrix
virtual StatusCode execute() override