5#ifndef ATHENAKERNEL_CLONETOOL_H
6#define ATHENAKERNEL_CLONETOOL_H
7#include "GaudiKernel/StatusCode.h"
14 const std::string& cloneName,
15 const InterfaceID& cloneID,
19 template <
class CLONEDTOOL>
20 StatusCode
clone(
const CLONEDTOOL& cloned,
21 const std::string& cloneName,
23 return typeless_clone(cloned, cloneName, CLONEDTOOL::interfaceID(),
24 static_cast<IAlgTool*&
>(
result));