Skip to content
Snippets Groups Projects
Commit a267f0b0 authored by Nils Erik Krumnack's avatar Nils Erik Krumnack
Browse files

Merge branch '21.2-AODFixBug' into '21.2'

add setStore to deep copy

See merge request atlas/athena!24673
parents b01c635b 0137d97a
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,8 @@ template< class CONTAINER, class AUXSTORE > StatusCode IsolationPflowCorrection:
std::unique_ptr<CONTAINER> copy(new CONTAINER());
std::unique_ptr<AUXSTORE> copyAux(new AUXSTORE());
copy->setStore( copyAux.get() );
// Do the deep copy:
ATH_MSG_VERBOSE( "Will copy the object" );
for( const auto &oldObj : *c ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment