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