ATLAS Offline Software
Control
AthenaKernel
AthenaKernel
CloneTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ATHENAKERNEL_CLONETOOL_H
6
#define ATHENAKERNEL_CLONETOOL_H
7
#include "GaudiKernel/StatusCode.h"
8
#include <string>
9
class
InterfaceID;
10
class
IAlgTool;
11
namespace
CloneTool
{
13
StatusCode
typeless_clone
(
const
IAlgTool& cloned,
14
const
std::string& cloneName,
15
const
InterfaceID& cloneID,
16
IAlgTool*&
result
);
17
19
template
<
class
CLONEDTOOL>
20
StatusCode
clone
(
const
CLONEDTOOL& cloned,
21
const
std::string& cloneName,
22
CLONEDTOOL*&
result
) {
23
return
typeless_clone
(cloned, cloneName, CLONEDTOOL::interfaceID(),
24
(IAlgTool*&)
result
);
25
}
26
}
27
#endif
CloneTool::typeless_clone
StatusCode typeless_clone(const IAlgTool &cloned, const std::string &cloneName, const InterfaceID &cloneID, IAlgTool *&result)
implementation, experts only
Definition:
CloneTool.cxx:16
CloneTool
Definition:
CloneTool.h:11
get_generator_info.result
result
Definition:
get_generator_info.py:21
CloneTool::clone
StatusCode clone(const CLONEDTOOL &cloned, const std::string &cloneName, CLONEDTOOL *&result)
given a reference to a cloned AlgTool sets a reference to its clone
Definition:
CloneTool.h:20
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
Generated on Thu Nov 7 2024 21:11:56 for ATLAS Offline Software by
1.8.18