ATLAS Offline Software
Loading...
Searching...
No Matches
xAODMuonAuxContainerCnv_v4.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5// System include(s):
6#include <stdexcept>
7
8// Gaudi/Athena include(s):
9#include "GaudiKernel/MsgStream.h"
10
11// Core EDM include(s):
13
14// Local include(s):
18
19
23
27 MsgStream& /*log*/ ) const {
28
29 // Clear the transient object:
30 newObj->resize( 0 );
31
32 // Copy the payload of the v1 object into the latest one by misusing
33 // the thinning code a bit...
34 SG::copyAuxStoreThinned( *oldObj, *newObj, nullptr );
35
36 return;
37}
38
45 MsgStream& log ) const {
46
47 log << MSG::ERROR
48 << "Somebody called xAODMuonAuxContainerCnv_v4::transToPers"
49 << endmsg;
50 throw std::runtime_error( "Somebody called xAODMuonAuxContainerCnv_v4::"
51 "transToPers" );
52
53 return;
54}
#define endmsg
virtual void persToTrans(const xAOD::MuonAuxContainer_v4 *oldObj, xAOD::MuonAuxContainer *newObj, MsgStream &log) const override
Function converting from the old type to the current one.
virtual void transToPers(const xAOD::MuonAuxContainer *, xAOD::MuonAuxContainer_v4 *, MsgStream &log) const override
Dummy function inherited from the base class.
xAODMuonAuxContainerCnv_v4()
Default constructor.
virtual bool resize(size_t size) override
Resize the arrays to a given size.
Temporary container used until we have I/O for AuxStoreInternal.
Helper to copy an aux store while applying thinning.
void copyAuxStoreThinned(const SG::IConstAuxStore &orig, SG::IAuxStore &copy, const SG::ThinningInfo *info)
Helper to copy an aux store while applying thinning.
MuonAuxContainer_v5 MuonAuxContainer
Definition of the current Muon auxiliary container.