ATLAS Offline Software
Loading...
Searching...
No Matches
xAODElectronAuxContainerCnv_v2.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id: xAODElectronAuxContainerCnv_v2.h 619884 2014-10-03 15:00:40Z christos $
8#ifndef XAODEGAMMAATHENAPOOL_XAODELECTRONAUXCONTAINERCNV_V2_H
9#define XAODEGAMMAATHENAPOOL_XAODELECTRONAUXCONTAINERCNV_V2_H
10
11// Gaudi/Athena include(s):
13
14// EDM include(s):
17
30 public T_AthenaPoolTPCnvConstBase< xAOD::ElectronAuxContainer,
31 xAOD::ElectronAuxContainer_v2 > {
32
33public:
36
37
40
42 virtual void persToTrans( const xAOD::ElectronAuxContainer_v2* oldObj,
44 MsgStream& log ) const override;
46 virtual void transToPers( const xAOD::ElectronAuxContainer*,
48 MsgStream& log ) const override;
49
50}; // class xAODElectronAuxContainerCnv_v2
51
52#endif // XAODEGAMMAATHENAPOOL_XAODELECTRONAUXCONTAINERCNV_V2_H
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
virtual void persToTrans(const xAOD::ElectronAuxContainer_v2 *oldObj, xAOD::ElectronAuxContainer *newObj, MsgStream &log) const override
Function converting from the old type to the current one.
virtual void transToPers(const xAOD::ElectronAuxContainer *, xAOD::ElectronAuxContainer_v2 *, MsgStream &log) const override
Dummy function inherited from the base class.
Container holding the payload of the electron container.
ElectronAuxContainer_v3 ElectronAuxContainer
Definition of the current electron auxiliary container.