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