ATLAS Offline Software
Loading...
Searching...
No Matches
xAODL2StandAloneMuonAuxContainerCnv_v1.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: xAODL2StandAloneMuonAuxContainerCnv_v1.h 707606 2015-11-12 19:59:49Z krasznaa $
8#ifndef XAODTRIGMUONATHENAPOOL_XAODL2STANDALONEMUONAUXCONTAINERCNV_V1_H
9#define XAODTRIGMUONATHENAPOOL_XAODL2STANDALONEMUONAUXCONTAINERCNV_V1_H
10
11// Gaudi/Athena include(s):
13
14// EDM include(s):
17
30 public T_AthenaPoolTPCnvConstBase< xAOD::L2StandAloneMuonAuxContainer,
31 xAOD::L2StandAloneMuonAuxContainer_v1 > {
32
33public:
36
37
40
42 virtual void persToTrans( const xAOD::L2StandAloneMuonAuxContainer_v1* oldObj,
44 MsgStream& log ) const override;
48 MsgStream& log ) const override;
49
50}; // class xAODL2StandAloneMuonAuxContainer_v1
51
52#endif // XAODTRIGMUONATHENAPOOL_XAODL2STANDALONEMUONAUXCONTAINERCNV_V1_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 transToPers(const xAOD::L2StandAloneMuonAuxContainer *, xAOD::L2StandAloneMuonAuxContainer_v1 *, MsgStream &log) const override
Dummy function inherited from the base class.
virtual void persToTrans(const xAOD::L2StandAloneMuonAuxContainer_v1 *oldObj, xAOD::L2StandAloneMuonAuxContainer *newObj, MsgStream &log) const override
Function converting from the old type to the current one.
Auxiliary container for muon SA containers.
L2StandAloneMuonAuxContainer_v2 L2StandAloneMuonAuxContainer
Define the latest version of the muon SA auxiliary container.