ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArCnv
LArTPCnv
LArTPCnv
LArRawChannelCnv_p1.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
6
#ifndef LARTPCNV_LARRAWCHANNELCNV_P1_H
7
#define LARTPCNV_LARRAWCHANNELCNV_P1_H
8
9
#include "
LArTPCnv/LArRawChannel_p1.h
"
10
#include "
LArRawEvent/LArRawChannel.h
"
11
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
12
13
// LArRawChannelCnv_p1, used for T/P separation
14
// author R.Seuster <seuster@cern.ch>
15
16
class
MsgStream;
17
class
LArRawChannelCnv_p1
:
public
T_AthenaPoolTPCnvConstBase
<LArRawChannel, LArRawChannel_p1>
18
{
19
public
:
20
LArRawChannelCnv_p1
() { };
21
using
base_class::persToTrans
;
22
using
base_class::transToPers
;
23
24
virtual
void
persToTrans
(
const
LArRawChannel_p1
* pers,
LArRawChannel
* trans, MsgStream &log)
const override
;
25
virtual
void
transToPers
(
const
LArRawChannel
* trans,
LArRawChannel_p1
* pers, MsgStream &log)
const override
;
26
27
};
28
29
#endif
LArRawChannel.h
LArRawChannel_p1.h
T_AthenaPoolTPConverter.h
T_AthenaPoolTPCnvConstBase
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
Definition
T_AthenaPoolTPConverter.h:44
LArRawChannelCnv_p1::transToPers
virtual void transToPers(const LArRawChannel *trans, LArRawChannel_p1 *pers, MsgStream &log) const override
Definition
LArRawChannelCnv_p1.cxx:13
LArRawChannelCnv_p1::persToTrans
virtual void persToTrans(const LArRawChannel_p1 *pers, LArRawChannel *trans, MsgStream &log) const override
Definition
LArRawChannelCnv_p1.cxx:19
LArRawChannelCnv_p1::LArRawChannelCnv_p1
LArRawChannelCnv_p1()
Definition
LArRawChannelCnv_p1.h:20
LArRawChannel_p1
persistent class for LArRawChannel, version p1.
Definition
LArRawChannel_p1.h:14
LArRawChannel
Liquid Argon ROD output object base class.
Definition
LArRawChannel.h:40
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
Generated on
for ATLAS Offline Software by
1.17.0