ATLAS Offline Software
Loading...
Searching...
No Matches
SafeDeepCopy.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id: SafeDeepCopy.h 676241 2015-06-18 06:15:44Z krasznaa $
8#ifndef XAODCORE_TOOLS_SAFEDEEPCOPY_H
9#define XAODCORE_TOOLS_SAFEDEEPCOPY_H
10
11// Forward declaration(s):
12namespace SG {
13 class AuxElement;
14}
15
16namespace xAOD {
17
38 void safeDeepCopy( const SG::AuxElement& orig, SG::AuxElement& copy );
39
40} // namespace xAOD
41
42#endif // XAODCORE_TOOLS_SAFEDEEPCOPY_H
Base class for elements of a container that can have aux data.
Definition AuxElement.h:483
Forward declaration.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
void safeDeepCopy(const SG::AuxElement &orig, SG::AuxElement &copy)
Function that can deep-copy "problematic" objects.