ATLAS Offline Software
Loading...
Searching...
No Matches
egDetailContainerCnv_p2.h
Go to the documentation of this file.
1
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// egDetailContainerCnv_p2.h
8// Header file for class egDetailContainerCnv_p2
10#ifndef EGAMMAEVENTTPCNV_EGDETAILCONTAINERCNV_P2_H
11#define EGAMMAEVENTTPCNV_EGDETAILCONTAINERCNV_P2_H
12
13// STL includes
14
15// Gaudi includes
16
17// egammaEvent includes
19
20// AthenaPoolCnvSvc includes
22
23// egammaEventTPCnv includes
25
26class MsgStream;
27
28class egDetailContainerCnv_p2 : public T_AthenaPoolTPCnvBase<egDetailContainer, egDetailContainer_p2>
29{
30public:
32 virtual void persToTrans( const egDetailContainer_p2 *persObj,
33 egDetailContainer *transObj,
34 MsgStream &msg );
35
36 virtual void transToPers( const egDetailContainer *transObj,
37 egDetailContainer_p2 *persObj,
38 MsgStream &msg );
39};
40
41#endif //> EGAMMAEVENTTPCNV_EGDETAILCONTAINERCNV_P2_H
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void transToPers(const egDetailContainer *transObj, egDetailContainer_p2 *persObj, MsgStream &msg)
virtual void persToTrans(const egDetailContainer_p2 *persObj, egDetailContainer *transObj, MsgStream &msg)
Container for detailed egamma information.
MsgStream & msg
Definition testRead.cxx:32