ATLAS Offline Software
Trigger
TrigEvent
TrigMuonEventTPCnv
TrigMuonEventTPCnv
TileMuFeatureCnv_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: TrigMuonEventTPCnv
8
* @class : TileMuFeatureCnv_p1
9
*
10
* @brief transient-persistent converter for TileMuFeature
11
*
12
* @author Heuijin Lim <hjlim@hep.anl.gov>
13
* @Created: Apr. 16. 2008
14
**********************************************************************************/
15
16
#ifndef TRIGMUONEVENTTPCNV_TILEMUFEATURECNV_P1_H
17
#define TRIGMUONEVENTTPCNV_TILEMUFEATURECNV_P1_H
18
19
//converter base
20
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
21
22
//TileMuFeature transient and persistent classes
23
#include "
TrigMuonEventTPCnv/TileMuFeature_p1.h
"
24
#include "
TrigMuonEvent/TileMuFeature.h
"
25
26
class
MsgStream;
27
28
class
TileMuFeatureCnv_p1
:
public
T_AthenaPoolTPCnvBase
<TileMuFeature, TileMuFeature_p1>
29
{
30
31
public
:
32
33
TileMuFeatureCnv_p1
() {}
34
35
virtual
void
persToTrans
(
const
TileMuFeature_p1
* persObj,
TileMuFeature
* transObj, MsgStream &
log
);
36
virtual
void
transToPers
(
const
TileMuFeature
* transObj,
TileMuFeature_p1
* persObj, MsgStream &
log
);
37
};
38
39
#endif
40
TileMuFeatureCnv_p1::TileMuFeatureCnv_p1
TileMuFeatureCnv_p1()
Definition:
TileMuFeatureCnv_p1.h:33
TileMuFeature_p1
Definition:
TileMuFeature_p1.h:24
TPConverterBase
Definition:
TPConverter.h:738
T_AthenaPoolTPConverter.h
TileMuFeatureCnv_p1::transToPers
virtual void transToPers(const TileMuFeature *transObj, TileMuFeature_p1 *persObj, MsgStream &log)
Definition:
TileMuFeatureCnv_p1.cxx:21
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
TileMuFeatureCnv_p1
Definition:
TileMuFeatureCnv_p1.h:29
TileMuFeature.h
TileMuFeatureCnv_p1::persToTrans
virtual void persToTrans(const TileMuFeature_p1 *persObj, TileMuFeature *transObj, MsgStream &log)
Definition:
TileMuFeatureCnv_p1.cxx:9
TileMuFeature_p1.h
TileMuFeature
Definition:
TileMuFeature.h:33
Generated on Sun Dec 22 2024 21:19:52 for ATLAS Offline Software by
1.8.18