ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArCnv
LArCondTPCnv
LArCondTPCnv
LArOFCSubsetCnv_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_LAROFCSUBSETCNV_P1_H
6
#define LARCONDTPCNV_LAROFCSUBSETCNV_P1_H
7
8
#include "
LArCondTPCnv/LArOFCSubset_p1.h
"
9
#include "
LArRawConditions/LArConditionsSubset.h
"
10
#include "
LArRawConditions/LArOFCP1.h
"
11
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
12
13
class
MsgStream;
14
15
typedef
LArConditionsSubset<LArOFCP1>
LArOFCTransType
;
16
typedef
LArOFCSubset_p1
LArOFCPersType
;
17
18
class
LArOFCSubsetCnv_p1
19
:
public
T_AthenaPoolTPCnvConstBase
<LArOFCTransType, LArOFCPersType >
20
{
21
public
:
22
using
base_class::transToPers
;
23
using
base_class::persToTrans
;
24
25
LArOFCSubsetCnv_p1
() {}
26
virtual
void
persToTrans
(
const
LArOFCPersType
* persObj,
LArOFCTransType
* transObj, MsgStream &log)
const override
;
27
virtual
void
transToPers
(
const
LArOFCTransType
* transObj,
LArOFCPersType
* persObj, MsgStream &log)
const override
;
28
29
};
30
31
#endif
LArConditionsSubset.h
This file defines the template class used for I/O of conditions data.
LArOFCPersType
LArOFCSubset_p1 LArOFCPersType
Definition
LArOFCCompleteCnv.h:21
LArOFCTransType
LArConditionsSubset< LArOFCP1 > LArOFCTransType
Definition
LArOFCCompleteCnv.h:20
LArOFCP1.h
LArOFCSubset_p1.h
This file defines the class used for persistent container of LArOFCSubset.
T_AthenaPoolTPConverter.h
T_AthenaPoolTPCnvConstBase
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
Definition
T_AthenaPoolTPConverter.h:44
LArConditionsSubset
template class for use for I/O of conditions data
Definition
LArConditionsSubset.h:122
LArOFCSubsetCnv_p1::transToPers
virtual void transToPers(const LArOFCTransType *transObj, LArOFCPersType *persObj, MsgStream &log) const override
Definition
LArOFCSubsetCnv_p1.cxx:153
LArOFCSubsetCnv_p1::LArOFCSubsetCnv_p1
LArOFCSubsetCnv_p1()
Definition
LArOFCSubsetCnv_p1.h:25
LArOFCSubsetCnv_p1::persToTrans
virtual void persToTrans(const LArOFCPersType *persObj, LArOFCTransType *transObj, MsgStream &log) const override
Definition
LArOFCSubsetCnv_p1.cxx:9
LArOFCSubset_p1
persistent class container of LArConditionsSubset for LArOFC data.
Definition
LArOFCSubset_p1.h:30
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