ATLAS Offline Software
Loading...
Searching...
No Matches
TrackParticleTruthCollectionContainerCnv_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#ifndef __TRK_PARTICLE_TRUTH_COLL_CNTNR_CNV_P1
6#define __TRK_PARTICLE_TRUTH_COLL_CNTNR_CNV_P1
7
8/*
9 @brief T/P conversion for TrackParticleTruthCollectionContainer used in the trigger
10 @author Jiri.Masik@cern.ch
11 */
12
16
17
18
20 public T_AthenaPoolTPCnvBase<TrackParticleTruthCollectionContainer,
21 TrackParticleTruthCollectionContainer_p1>
22{
23public:
25
27
28 virtual void transToPers(const TrackParticleTruthCollectionContainer *transVect,
30 MsgStream &msg );
31
32 virtual void persToTrans(const TrackParticleTruthCollectionContainer_p1 *persVect,
34 MsgStream &msg );
35};
36
37#endif
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
DataVector< TrackParticleTruthCollection > TrackParticleTruthCollectionContainer
virtual void transToPers(const TrackParticleTruthCollectionContainer *transVect, TrackParticleTruthCollectionContainer_p1 *persVect, MsgStream &msg)
virtual void persToTrans(const TrackParticleTruthCollectionContainer_p1 *persVect, TrackParticleTruthCollectionContainer *transVect, MsgStream &msg)
MsgStream & msg
Definition testRead.cxx:32