ATLAS Offline Software
Loading...
Searching...
No Matches
PRD_MultiTruthCollectionCnv_p3.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5// Dear emacs, this is -*-c++-*-
6
7// Andrei.Gaponenko@cern.ch, 2007
8// Olivier.Arnaez@cern.ch, 2015
9
10#ifndef PRD_MULTITRUTHCOLLECTIONCNV_P3_H
11#define PRD_MULTITRUTHCOLLECTIONCNV_P3_H
12
15
16class MsgStream;
18// namespace Trk { class PRD_MultiTruthCollection_p3; }
19
20
22 : public T_AthenaPoolTPCnvBase<PRD_MultiTruthCollection,
23 Trk::PRD_MultiTruthCollection_p3>
24{
25public:
26
30 virtual void persToTrans( const Trk::PRD_MultiTruthCollection_p3* persObj,
31 PRD_MultiTruthCollection* transObj,
32 MsgStream& msg );
33
37 virtual void transToPers( const PRD_MultiTruthCollection* transObj,
39 MsgStream& msg );
40
41};
42
43#endif/*PRD_MULTITRUTHCOLLECTIONCNV_P3_H*/
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void persToTrans(const Trk::PRD_MultiTruthCollection_p3 *persObj, PRD_MultiTruthCollection *transObj, MsgStream &msg)
Method creating the transient representation of Analysis::PRD_MultiTruthCollection from its persisten...
virtual void transToPers(const PRD_MultiTruthCollection *transObj, Trk::PRD_MultiTruthCollection_p3 *persObj, MsgStream &msg)
Method creating the persistent representation PRD_MultiTruthCollection_p3 from its transient represen...
A PRD is mapped onto all contributing particles.
MsgStream & msg
Definition testRead.cxx:32