ATLAS Offline Software
Namespaces | Functions
CloneTool.h File Reference
#include "GaudiKernel/StatusCode.h"
#include <string>
Include dependency graph for CloneTool.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 CloneTool
 

Functions

StatusCode CloneTool::typeless_clone (const IAlgTool &cloned, const std::string &cloneName, const InterfaceID &cloneID, IAlgTool *&result)
 implementation, experts only More...
 
template<class CLONEDTOOL >
StatusCode CloneTool::clone (const CLONEDTOOL &cloned, const std::string &cloneName, CLONEDTOOL *&result)
 given a reference to a cloned AlgTool sets a reference to its clone More...