55 "Views to be named this, plus a numerical index" };
Algorithm(std::string name, ISvcLocator *svcloc, std::string version=PACKAGE_VERSION)
Constructor.
const std::string & name() const override
The identifying name of the algorithm object.
Implementation of property with value of concrete type.
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
This class is used for returning status codes from appropriate routines.
Gaudi::Property< std::string > m_viewNodeName
Gaudi::Property< std::vector< std::string > > m_inpKeys
std::vector< std::unique_ptr< DataObjectHandle< DataObject > > > m_outputHandles
Gaudi::Property< std::string > m_baseViewName
ViewTester(const ViewTester &)
the copy constructor is disabled
Gaudi::Property< unsigned int > m_viewNumber
bool isClonable() const override
Gaudi::Property< std::vector< std::string > > m_outKeys
ViewTester()
the default constructor is disabled
std::vector< std::unique_ptr< DataObjectHandle< DataObject > > > m_inputHandles
ViewTester(const std::string &name, ISvcLocator *pSvc)
StatusCode initialize() override
Its initialization.
ViewTester & operator=(const ViewTester &)
the assignement operator is disabled
StatusCode execute() override
the execution of the algorithm