ATLAS Offline Software
Trigger
TrigEvent
TrigCaloEventTPCnv
TrigCaloEventTPCnv
TrigT2MbtsBitsCnv_p1.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_p1
9
*
10
* @brief transient persistent converter for TrigT2MbtsBits
11
*
12
* @author W. H. Bell <W.Bell@cern.ch>
13
*
14
**********************************************************************************/
15
#ifndef TRIGCALOEVENTTPCNV_TRIGT2MBTSBITSCNV_P1_H
16
#define TRIGCALOEVENTTPCNV_TRIGT2MBTSBITSCNV_P1_H
17
18
#include "
TrigCaloEventTPCnv/TrigT2MbtsBits_p1.h
"
19
#include "
TrigCaloEvent/TrigT2MbtsBits.h
"
20
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
21
22
class
MsgStream;
23
24
25
class
TrigT2MbtsBitsCnv_p1
:
public
T_AthenaPoolTPCnvConstBase
<TrigT2MbtsBits, TrigT2MbtsBits_p1> {
26
public
:
27
using
base_class::transToPers
;
28
using
base_class::persToTrans
;
29
30
31
TrigT2MbtsBitsCnv_p1
() {}
32
33
virtual
void
persToTrans
(
const
TrigT2MbtsBits_p1
*persObj,
TrigT2MbtsBits
*transObj, MsgStream &
log
)
const override
;
34
virtual
void
transToPers
(
const
TrigT2MbtsBits
*transObj,
TrigT2MbtsBits_p1
*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.
TrigT2MbtsBitsCnv_p1::persToTrans
virtual void persToTrans(const TrigT2MbtsBits_p1 *persObj, TrigT2MbtsBits *transObj, MsgStream &log) const override
Definition:
TrigT2MbtsBitsCnv_p1.cxx:9
TrigT2MbtsBits
Definition:
Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigT2MbtsBits.h:19
TrigT2MbtsBitsCnv_p1::transToPers
virtual void transToPers(const TrigT2MbtsBits *transObj, TrigT2MbtsBits_p1 *persObj, MsgStream &log) const override
Definition:
TrigT2MbtsBitsCnv_p1.cxx:18
TrigT2MbtsBits_p1.h
TrigT2MbtsBitsCnv_p1
Definition:
TrigT2MbtsBitsCnv_p1.h:25
T_AthenaPoolTPConverter.h
TrigT2MbtsBitsCnv_p1::TrigT2MbtsBitsCnv_p1
TrigT2MbtsBitsCnv_p1()
Definition:
TrigT2MbtsBitsCnv_p1.h:31
TrigT2MbtsBits_p1
Definition:
TrigT2MbtsBits_p1.h:21
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
TPConverterConstBase
Definition:
TPConverter.h:776
Generated on Mon Dec 23 2024 21:21:36 for ATLAS Offline Software by
1.8.18