ATLAS Offline Software
Control
AthenaKernel
AthenaKernel
CloneService.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_CLONESERVICE_H
6
#define ATHENAKERNEL_CLONESERVICE_H
7
#include "GaudiKernel/StatusCode.h"
8
#include <string>
9
class
IService;
10
class
Service;
11
namespace
CloneService
{
13
StatusCode
clone
(
const
IService*
parent
,
const
std::string& childName,
14
Service*& child);
15
}
16
#endif
CloneService
Definition:
CloneService.h:11
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
CloneService::clone
StatusCode clone(const IService *parent, const std::string &childName, Service *&child)
given a reference to a parent svc sets a reference to a cloned child
Definition:
CloneService.cxx:21
Generated on Thu Nov 7 2024 21:11:56 for ATLAS Offline Software by
1.8.18