ATLAS Offline Software
Trigger
TrigEvent
TrigCaloEventTPCnv
TrigCaloEventTPCnv
TrigT2MbtsBitsCnv_p3.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
/**********************************************************************************
6
* @Project: Trigger
7
* @Package: TrigCaloEventTPCnv
8
* @class : TrigT2MbtsBitsCnv_p3
9
*
10
* @brief transient persistent converter for TrigT2MbtsBits
11
*
12
* @author W. H. Bell <W.Bell@cern.ch>
13
*
14
**********************************************************************************/
15
#ifndef TRIGCALOEVENTTPCNV_TRIGT2MBTSBITSCNV_P3_H
16
#define TRIGCALOEVENTTPCNV_TRIGT2MBTSBITSCNV_P3_H
17
18
#include "
TrigCaloEventTPCnv/TrigT2MbtsBits_p3.h
"
19
#include "
TrigCaloEvent/TrigT2MbtsBits.h
"
20
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
21
22
class
MsgStream;
23
24
25
class
TrigT2MbtsBitsCnv_p3
:
public
T_AthenaPoolTPCnvConstBase
<TrigT2MbtsBits, TrigT2MbtsBits_p3> {
26
public
:
27
using
base_class::transToPers
;
28
using
base_class::persToTrans
;
29
30
31
TrigT2MbtsBitsCnv_p3
() {}
32
33
virtual
void
persToTrans
(
const
TrigT2MbtsBits_p3
*persObj,
TrigT2MbtsBits
*transObj, MsgStream &
log
)
const override
;
34
virtual
void
transToPers
(
const
TrigT2MbtsBits
*transObj,
TrigT2MbtsBits_p3
*persObj, MsgStream &
log
)
const override
;
35
36
};
37
38
#endif
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
TrigT2MbtsBits
Definition:
Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigT2MbtsBits.h:19
TrigT2MbtsBits_p3.h
TrigT2MbtsBitsCnv_p3::transToPers
virtual void transToPers(const TrigT2MbtsBits *transObj, TrigT2MbtsBits_p3 *persObj, MsgStream &log) const override
Definition:
TrigT2MbtsBitsCnv_p3.cxx:18
T_AthenaPoolTPConverter.h
TrigT2MbtsBitsCnv_p3::persToTrans
virtual void persToTrans(const TrigT2MbtsBits_p3 *persObj, TrigT2MbtsBits *transObj, MsgStream &log) const override
Definition:
TrigT2MbtsBitsCnv_p3.cxx:9
TrigT2MbtsBits_p3
Definition:
TrigT2MbtsBits_p3.h:20
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
TrigT2MbtsBits.h
TrigT2MbtsBitsCnv_p3::TrigT2MbtsBitsCnv_p3
TrigT2MbtsBitsCnv_p3()
Definition:
TrigT2MbtsBitsCnv_p3.h:31
TPConverterConstBase
Definition:
TPConverter.h:776
TrigT2MbtsBitsCnv_p3
Definition:
TrigT2MbtsBitsCnv_p3.h:25
Generated on Thu Nov 7 2024 21:30:11 for ATLAS Offline Software by
1.8.18