ATLAS Offline Software
Loading...
Searching...
No Matches
CLinksAODCnv_p1.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 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
4 */
11
12
13#ifndef DATAMODELTESTDATAWRITECNV_CLINKSAODCNV_P1_H
14#define DATAMODELTESTDATAWRITECNV_CLINKSAODCNV_P1_H
15
16
22
23
24namespace DMTest {
25
26
28 : public T_AthenaPoolTPCnvConstBase<CLinksAOD, CLinksAOD_p1>
29{
30public:
33
34
35 virtual void persToTrans (const CLinksAOD_p1* persObj,
36 CLinksAOD* transObj,
37 MsgStream &log) const override;
38
39 virtual void transToPers (const CLinksAOD* transObj,
40 CLinksAOD_p1* persObj,
41 MsgStream &log) const override;
42
43
44private:
47};
48
49
50} // namespace DMTest
51
52
53#endif // not DATAMODELTESTDATAWRITECNV_CLINKSAODCNV_P1_H
For testing thinning of AOD objects.
Persistent class for AOD CLinks container. Used for thinning tests.
This file contains the class definition for the ElementLinkCnv_p3 class.
This file contains the class definition for the ElementLinkVectorCnv_p1 class.
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void transToPers(const CLinksAOD *transObj, CLinksAOD_p1 *persObj, MsgStream &log) const override
virtual void persToTrans(const CLinksAOD_p1 *persObj, CLinksAOD *transObj, MsgStream &log) const override
ElementLinkVectorCnv_p1< ElementLinkVector< CVec > > m_elvCnv
ElementLinkCnv_p3< ElementLink< CVec > > m_velCnv
Persistent class for AOD CLinks container.
For testing thinning of AOD objects.
Definition CLinksAOD.h:32
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.
Definition B.h:23