ATLAS Offline Software
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 
16 class StoreGateSvc;
17 class MsgStream;
19 namespace Trk { class TrackTruthCollection_p2; }
20 
21 
23  : public T_AthenaPoolTPCnvBase<TrackTruthCollection,
24  Trk::TrackTruthCollection_p2>
25 {
26 public:
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*/
TrackTruthCollectionCnv_p2::persToTrans
virtual void persToTrans(const Trk::TrackTruthCollection_p2 *persObj, TrackTruthCollection *transObj, MsgStream &msg)
Method creating the transient representation of Analysis::TrackTruthCollection from its persistent re...
Definition: TrackTruthCollectionCnv_p2.cxx:26
TrackTruthCollectionCnv_p2
Definition: TrackTruthCollectionCnv_p2.h:25
TPConverterBase
Definition: TPConverter.h:738
StoreGateSvc
The Athena Transient Store API.
Definition: StoreGateSvc.h:128
TrackTruthCollection
Definition: TrackTruthCollection.h:21
T_AthenaPoolTPConverter.h
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
Trk::TrackTruthCollection_p2
Definition: TrackTruthCollection_p2.h:21
TrackTruthCollectionCnv_p2::transToPers
virtual void transToPers(const TrackTruthCollection *transObj, Trk::TrackTruthCollection_p2 *persObj, MsgStream &msg)
Method creating the persistent representation TrackTruthCollection_p2 from its transient representati...
Definition: TrackTruthCollectionCnv_p2.cxx:43
python.AutoConfigFlags.msg
msg
Definition: AutoConfigFlags.py:7