ATLAS Offline Software
Loading...
Searching...
No Matches
TrackTruthCollectionCnv_p3.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 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
11#ifndef TRACKTRUTHTPCNV_TRACKTRUTHCOLLECTIONCNV_P3_H
12#define TRACKTRUTHTPCNV_TRACKTRUTHCOLLECTIONCNV_P3_H
13
15
16class StoreGateSvc;
17class MsgStream;
19namespace Trk { class TrackTruthCollection_p3; }
20
21
23 : public T_AthenaPoolTPCnvBase<TrackTruthCollection,
24 Trk::TrackTruthCollection_p3>
25{
26public:
30 virtual void persToTrans( const Trk::TrackTruthCollection_p3* persObj,
31 TrackTruthCollection* transObj,
32 MsgStream& msg );
33
37 virtual void transToPers( const TrackTruthCollection* transObj,
39 MsgStream& msg );
40
41};
42
43#endif // TRACKTRUTHTPCNV_TRACKTRUTHCOLLECTIONCNV_P3_H
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
The Athena Transient Store API.
virtual void persToTrans(const Trk::TrackTruthCollection_p3 *persObj, TrackTruthCollection *transObj, MsgStream &msg)
Method creating the transient representation of Analysis::TrackTruthCollection from its persistent re...
virtual void transToPers(const TrackTruthCollection *transObj, Trk::TrackTruthCollection_p3 *persObj, MsgStream &msg)
Method creating the persistent representation TrackTruthCollection_p3 from its transient representati...
Ensure that the ATLAS eigen extensions are properly loaded.
MsgStream & msg
Definition testRead.cxx:32