ATLAS Offline Software
LArCalorimeter
LArCnv
LArTPCnv
LArTPCnv
LArRawChannelContainerCnv_p4.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LARTPCNV_LARRAWCHANNELCONTAINERCNV_P4_H
6
#define LARTPCNV_LARRAWCHANNELCONTAINERCNV_P4_H
7
8
// LArRawChannelContainerCnv_p4, T/P separation of LArRawChannel
9
// based on LArRawChannelContainerCnv_p3, using new LArRawChannel_p2
10
// author G.Unal
11
12
#include "
LArRawEvent/LArRawChannelContainer.h
"
13
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
14
#include "
LArTPCnv/LArRawChannelContainer_p4.h
"
15
#include "
LArTPCnv/LArRawChannelCnv_p2.h
"
16
17
class
LArRawChannelContainerCnv_p4
:
public
T_AthenaPoolTPCnvConstBase
<LArRawChannelContainer, LArRawChannelContainer_p4>
18
{
19
public
:
20
LArRawChannelContainerCnv_p4
() {};
21
using
base_class::persToTrans
;
22
using
base_class::transToPers
;
23
24
virtual
void
persToTrans
(
const
LArRawChannelContainer_p4
* persColl,
25
LArRawChannelContainer
* transColl,
26
MsgStream &
log
)
const override
;
27
virtual
void
transToPers
(
const
LArRawChannelContainer
* transColl,
28
LArRawChannelContainer_p4
* persColl,
29
MsgStream &
log
)
const override
;
30
private
:
31
LArRawChannelCnv_p2
m_larRawChannelCnv_p2
;
32
};
33
34
#endif
LArRawChannelCnv_p2.h
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
LArRawChannelContainerCnv_p4::transToPers
virtual void transToPers(const LArRawChannelContainer *transColl, LArRawChannelContainer_p4 *persColl, MsgStream &log) const override
Definition:
LArRawChannelContainerCnv_p4.cxx:15
T_AthenaPoolTPConverter.h
LArRawChannelContainerCnv_p4::persToTrans
virtual void persToTrans(const LArRawChannelContainer_p4 *persColl, LArRawChannelContainer *transColl, MsgStream &log) const override
Definition:
LArRawChannelContainerCnv_p4.cxx:26
LArRawChannelCnv_p2
Definition:
LArRawChannelCnv_p2.h:18
LArRawChannelContainer_p4
Persistent LArRawChannelContainer, version p3.
Definition:
LArRawChannelContainer_p4.h:20
LArRawChannelContainer_p4.h
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
LArRawChannelContainerCnv_p4::LArRawChannelContainerCnv_p4
LArRawChannelContainerCnv_p4()
Definition:
LArRawChannelContainerCnv_p4.h:20
LArRawChannelContainerCnv_p4
Definition:
LArRawChannelContainerCnv_p4.h:18
TPConverterConstBase
Definition:
TPConverter.h:776
LArRawChannelContainer.h
LArRawChannelContainer
Container for LArRawChannel (IDC using LArRawChannelCollection)
Definition:
LArRawChannelContainer.h:26
LArRawChannelContainerCnv_p4::m_larRawChannelCnv_p2
LArRawChannelCnv_p2 m_larRawChannelCnv_p2
Definition:
LArRawChannelContainerCnv_p4.h:31
Generated on Fri Jan 10 2025 21:13:25 for ATLAS Offline Software by
1.8.18