ATLAS Offline Software
Loading...
Searching...
No Matches
TrackTruthCollectionCnv_p1.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
9
10#ifndef TRACKTRUTHCOLLECTIONCNV_P1_H
11#define TRACKTRUTHCOLLECTIONCNV_P1_H
12
14
15class StoreGateSvc;
16class MsgStream;
18namespace Trk { class TrackTruthCollection_p1; }
19
20
22 : public T_AthenaPoolTPCnvBase<TrackTruthCollection,
23 Trk::TrackTruthCollection_p1>
24{
25public:
29 virtual void persToTrans( const Trk::TrackTruthCollection_p1* persObj,
30 TrackTruthCollection* transObj,
31 MsgStream& msg );
32
36 virtual void transToPers( const TrackTruthCollection* transObj,
38 MsgStream& msg );
39
40};
41
42#endif/*TRACKTRUTHCOLLECTIONCNV_P1_H*/
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
The Athena Transient Store API.
virtual void persToTrans(const Trk::TrackTruthCollection_p1 *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_p1 *persObj, MsgStream &msg)
Method creating the persistent representation TrackTruthCollection_p1 from its transient representati...
Ensure that the ATLAS eigen extensions are properly loaded.
MsgStream & msg
Definition testRead.cxx:32