ATLAS Offline Software
Trigger
TrigEvent
TrigParticleTPCnv
TrigParticleTPCnv
TrigEFBphysCnv_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
/**********************************************************************************
6
* @Project: Trigger
7
* @Package: TrigParticleTPCnv
8
* @class : TrigEFBphysCnv_p1
9
*
10
* @brief transient-persistent converter for TrigEFBphys
11
*
12
* @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13
* @author Francesca Bucci <F.Bucci@cern.ch> - U. Geneva
14
*
15
* File and Version Information:
16
* $Id: TrigEFBphysCnv_p1.h,v 1.2 2009-04-01 22:13:30 salvator Exp $
17
**********************************************************************************/
18
#ifndef TRIGPARTICLETPCNV_TRIGEFBPHYSCNV_P1_H
19
#define TRIGPARTICLETPCNV_TRIGEFBPHYSCNV_P1_H
20
21
22
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
23
24
#include "
TrigParticleTPCnv/TrigEFBphys_p1.h
"
25
#include "
TrigParticle/TrigEFBphys.h
"
26
27
class
MsgStream;
28
29
30
class
TrigEFBphysCnv_p1
:
public
T_AthenaPoolTPCnvBase
<TrigEFBphys, TrigEFBphys_p1>
31
{
32
33
public
:
34
35
TrigEFBphysCnv_p1
() :
m_EFBphysCnv
(0) {}
36
37
virtual
void
persToTrans
(
const
TrigEFBphys_p1
* persObj,
TrigEFBphys
* transObj, MsgStream &
log
);
38
virtual
void
transToPers
(
const
TrigEFBphys
* transObj,
TrigEFBphys_p1
* persObj, MsgStream &
log
);
39
virtual
TPObjRef
virt_toPersistent
(
const
TrigEFBphys
*trans, MsgStream &
log
);
40
41
protected
:
42
TrigEFBphysCnv_p1
*
m_EFBphysCnv
;
43
};
44
45
46
#endif
TrigEFBphys
Definition:
TrigEFBphys.h:42
TrigEFBphysCnv_p1::TrigEFBphysCnv_p1
TrigEFBphysCnv_p1()
Definition:
TrigEFBphysCnv_p1.h:35
TPConverterBase
Definition:
TPConverter.h:738
TPObjRef
Definition:
TPObjRef.h:20
TrigEFBphysCnv_p1
Definition:
TrigEFBphysCnv_p1.h:31
TrigEFBphysCnv_p1::transToPers
virtual void transToPers(const TrigEFBphys *transObj, TrigEFBphys_p1 *persObj, MsgStream &log)
Definition:
TrigEFBphysCnv_p1.cxx:42
TrigEFBphys_p1
Definition:
TrigEFBphys_p1.h:24
TrigEFBphysCnv_p1::persToTrans
virtual void persToTrans(const TrigEFBphys_p1 *persObj, TrigEFBphys *transObj, MsgStream &log)
Definition:
TrigEFBphysCnv_p1.cxx:26
T_AthenaPoolTPConverter.h
TrigEFBphys.h
TrigEFBphys_p1.h
TrigEFBphysCnv_p1::virt_toPersistent
virtual TPObjRef virt_toPersistent(const TrigEFBphys *trans, MsgStream &log)
Definition:
TrigEFBphysCnv_p1.cxx:13
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
TrigEFBphysCnv_p1::m_EFBphysCnv
TrigEFBphysCnv_p1 * m_EFBphysCnv
Definition:
TrigEFBphysCnv_p1.h:42
Generated on Thu Nov 7 2024 21:29:34 for ATLAS Offline Software by
1.8.18