ATLAS Offline Software
Loading...
Searching...
No Matches
xAODTrigCompositeAuxContainerCnv_v1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef XAODTRIGGERATHENAPOOL_XAODTRIGCOMPOSITEAUXCONTAINER_V1_H
6#define XAODTRIGGERATHENAPOOL_XAODTRIGCOMPOSITEAUXCONTAINER_V1_H
7
8// Gaudi/Athena include(s):
10
11// EDM include(s):
14
25 public T_AthenaPoolTPCnvConstBase< xAOD::TrigCompositeAuxContainer,
26 xAOD::TrigCompositeAuxContainer_v1 > {
27
28public:
31
34
36 virtual void persToTrans( const xAOD::TrigCompositeAuxContainer_v1* oldObj,
38 MsgStream& log ) const override;
42 MsgStream& log ) const override;
43
44}; // class TrigCompositeAuxContainer_v1
45
46#endif // XAODTRIGGERATHENAPOOL_XAODTRIGCOMPOSITEAUXCONTAINER_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::TrigCompositeAuxContainer *, xAOD::TrigCompositeAuxContainer_v1 *, MsgStream &log) const override
Dummy function inherited from the base class.
virtual void persToTrans(const xAOD::TrigCompositeAuxContainer_v1 *oldObj, xAOD::TrigCompositeAuxContainer *newObj, MsgStream &log) const override
Function converting from the old type to the current one.
Auxiliary store for TrigComposite_v1 containers.
TrigCompositeAuxContainer_v2 TrigCompositeAuxContainer
Declare the latest version of the container.