ATLAS Offline Software
Loading...
Searching...
No Matches
SubDetHitStatisticsCnv_p0.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5// Dear emacs, this is -*-c++-*-
6
7// Andrei.Gaponenko@cern.ch, 2007
8
9
10#ifndef SUBDETHITSTATISTICSCNV_P0_H
11#define SUBDETHITSTATISTICSCNV_P0_H
12
14
15class MsgStream;
17namespace Trk {
19}
20
21
23 : public T_AthenaPoolTPCnvConstBase<SubDetHitStatistics,
24 Trk::SubDetHitStatistics_p0>
25{
26public:
29
33 virtual void persToTrans( const Trk::SubDetHitStatistics_p0* persObj,
34 SubDetHitStatistics* transObj,
35 MsgStream& msg ) const override;
36
40 virtual void transToPers( const SubDetHitStatistics* transObj,
42 MsgStream& msg ) const override;
43
44};
45
46#endif/*SUBDETHITSTATISTICSCNV_P0_H*/
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void transToPers(const SubDetHitStatistics *transObj, Trk::SubDetHitStatistics_p0 *persObj, MsgStream &msg) const override
Method creating the persistent representation SubDetHitStatistics_p0 from its transient representatio...
virtual void persToTrans(const Trk::SubDetHitStatistics_p0 *persObj, SubDetHitStatistics *transObj, MsgStream &msg) const override
Method creating the transient representation of Analysis::SubDetHitStatistics from its persistent rep...
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.
Ensure that the ATLAS eigen extensions are properly loaded.
MsgStream & msg
Definition testRead.cxx:32