ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArCnv
LArCondTPCnv
LArCondTPCnv
LArPedestalMCCnv_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LARCONDTPCNV_LARPEDESTALMCCNV_P1_H
6
#define LARCONDTPCNV_LARPEDESTALMCCNV_P1_H
7
8
#include "
LArCondTPCnv/LArPedestalMC_p1.h
"
9
#include "
LArRawConditions/LArPedestalMC.h
"
10
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
11
12
class
MsgStream;
13
14
typedef
LArPedestalMC
LArPedMCTransType
;
15
typedef
LArPedestalMC_p1
LArPedMCPersType
;
16
17
class
LArPedestalMCCnv_p1
18
:
public
T_AthenaPoolTPCnvConstBase
<LArPedMCTransType, LArPedMCPersType >
19
{
20
public
:
21
using
base_class::transToPers
;
22
using
base_class::persToTrans
;
23
24
LArPedestalMCCnv_p1
() {}
25
virtual
void
persToTrans
(
const
LArPedMCPersType
* persObj,
LArPedMCTransType
* transObj, MsgStream &log)
const override
;
26
virtual
void
transToPers
(
const
LArPedMCTransType
* transObj,
LArPedMCPersType
* persObj, MsgStream &log)
const override
;
27
28
};
29
30
#endif
LArPedMCTransType
LArPedestalMC LArPedMCTransType
Definition
LArPedestalMCCnv_p1.h:14
LArPedMCPersType
LArPedestalMC_p1 LArPedMCPersType
Definition
LArPedestalMCCnv_p1.h:15
LArPedestalMC.h
LArPedestalMC_p1.h
This file defines the class used for persistent container of LArPedestalMC.
T_AthenaPoolTPConverter.h
T_AthenaPoolTPCnvConstBase
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
Definition
T_AthenaPoolTPConverter.h:44
LArPedestalMCCnv_p1::persToTrans
virtual void persToTrans(const LArPedMCPersType *persObj, LArPedMCTransType *transObj, MsgStream &log) const override
Definition
LArPedestalMCCnv_p1.cxx:9
LArPedestalMCCnv_p1::LArPedestalMCCnv_p1
LArPedestalMCCnv_p1()
Definition
LArPedestalMCCnv_p1.h:24
LArPedestalMCCnv_p1::transToPers
virtual void transToPers(const LArPedMCTransType *transObj, LArPedMCPersType *persObj, MsgStream &log) const override
Definition
LArPedestalMCCnv_p1.cxx:21
LArPedestalMC_p1
persistent class container of LArConditionsMC for LArPedestal data.
Definition
LArPedestalMC_p1.h:30
LArPedestalMC
Implementation of the interface ILArfSampl for MC: only one constant is needed for MC.
Definition
LArPedestalMC.h:21
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