ATLAS Offline Software
Loading...
Searching...
No Matches
HAuxContainerCnv_v1.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id$
14
15
16#ifndef DATAMODELTESTDATAREADCNV_HAUXCONTAINERCNV_V1_H
17#define DATAMODELTESTDATAREADCNV_HAUXCONTAINERCNV_V1_H
18
19
23
24
25namespace DMTest {
26
27
29 : public T_AthenaPoolTPCnvBase< DMTest::HAuxContainer,
30 DMTest::HAuxContainer_v1 >
31{
32public:
34
35 virtual void persToTrans( const DMTest::HAuxContainer_v1* oldObj,
37 MsgStream& log ) override;
38
39 virtual void transToPers( const DMTest::HAuxContainer*,
41 MsgStream& log ) override;
42};
43
44
45} // namespace DMTest
46
47
48#endif // not DATAMODELTESTDATAREADCNV_HAUXCONTAINERCNV_V1_H
Test for xAOD schema evolution.
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void persToTrans(const DMTest::HAuxContainer_v1 *oldObj, DMTest::HAuxContainer *newObj, MsgStream &log) override
virtual void transToPers(const DMTest::HAuxContainer *, DMTest::HAuxContainer_v1 *, MsgStream &log) override
Definition B.h:23