00001
00002
00003 #ifndef XAODCORE_TOOLS_SAFEDEEPCOPY_H
00004 #define XAODCORE_TOOLS_SAFEDEEPCOPY_H
00005
00006
00007 namespace SG {
00008 class AuxElement;
00009 }
00010
00011 namespace xAOD {
00012
00033 void safeDeepCopy( const SG::AuxElement& orig, SG::AuxElement& copy );
00034
00035 }
00036
00037 #endif // XAODCORE_TOOLS_SAFEDEEPCOPY_H