ATLAS Offline Software
Loading...
Searching...
No Matches
DetailedTrackTruthCollectionCnv_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 DETAILEDTRACKTRUTHCOLLECTIONCNV_P1_H
11#define DETAILEDTRACKTRUTHCOLLECTIONCNV_P1_H
12
15
16class StoreGateSvc;
17class MsgStream;
19//namespace Trk { class DetailedTrackTruthCollection_p1; }
20
21
23 : public T_AthenaPoolTPCnvBase<DetailedTrackTruthCollection,
24 Trk::DetailedTrackTruthCollection_p1>
25{
26public:
30 virtual void persToTrans( const Trk::DetailedTrackTruthCollection_p1* persObj,
32 MsgStream& msg );
33
37 virtual void transToPers( const DetailedTrackTruthCollection* transObj,
39 MsgStream& msg );
40
41};
42
43#endif/*DETAILEDTRACKTRUTHCOLLECTIONCNV_P1_H*/
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void persToTrans(const Trk::DetailedTrackTruthCollection_p1 *persObj, DetailedTrackTruthCollection *transObj, MsgStream &msg)
Method creating the transient representation of Analysis::DetailedTrackTruthCollection from its persi...
virtual void transToPers(const DetailedTrackTruthCollection *transObj, Trk::DetailedTrackTruthCollection_p1 *persObj, MsgStream &msg)
Method creating the persistent representation DetailedTrackTruthCollection_p1 from its transient repr...
The Athena Transient Store API.
MsgStream & msg
Definition testRead.cxx:32