ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArCnv
LArCondTPCnv
LArCondTPCnv
LArDSPThresholdsSubsetCnv_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
//Dear emacs, this is -*-c++-*-
6
#ifndef LARCONDTPCNV_LARDSPTHRESHOLDSCNV_P1_H
7
#define LARCONDTPCNV_LARDSPTHRESHOLDSCNV_P1_H
8
9
#include "
LArRawConditions/LArConditionsSubset.h
"
10
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
11
#include "
LArCondTPCnv/LArDSPThresholdsSubset_p1.h
"
12
#include "
LArRawConditions/LArDSPThresholdsP.h
"
13
14
class
MsgStream;
15
16
typedef
LArConditionsSubset<LArDSPThresholdsP>
DSPThresholdsTransType
;
17
typedef
LArDSPThresholdsSubset_p1
DSPThresholdsPersType
;
18
19
class
LArDSPThresholdsSubsetCnv_p1
20
:
public
T_AthenaPoolTPCnvConstBase
<DSPThresholdsTransType,DSPThresholdsPersType>
21
{
22
public
:
23
using
base_class::transToPers
;
24
using
base_class::persToTrans
;
25
26
LArDSPThresholdsSubsetCnv_p1
() {}
27
virtual
void
persToTrans
(
const
DSPThresholdsPersType
* persObj,
DSPThresholdsTransType
* transObj, MsgStream &log)
const override
;
28
virtual
void
transToPers
(
const
DSPThresholdsTransType
* transObj,
DSPThresholdsPersType
* persObj, MsgStream &log)
const override
;
29
};
30
31
32
33
#endif
LArConditionsSubset.h
This file defines the template class used for I/O of conditions data.
LArDSPThresholdsP.h
DSPThresholdsTransType
LArConditionsSubset< LArDSPThresholdsP > DSPThresholdsTransType
Definition
LArDSPThresholdsSubsetCnv_p1.h:16
DSPThresholdsPersType
LArDSPThresholdsSubset_p1 DSPThresholdsPersType
Definition
LArDSPThresholdsSubsetCnv_p1.h:17
LArDSPThresholdsSubset_p1.h
This file defines the class used for persistent container of LArDSPThresholdsSubset.
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
LArDSPThresholdsSubsetCnv_p1::transToPers
virtual void transToPers(const DSPThresholdsTransType *transObj, DSPThresholdsPersType *persObj, MsgStream &log) const override
Definition
LArDSPThresholdsSubsetCnv_p1.cxx:50
LArDSPThresholdsSubsetCnv_p1::LArDSPThresholdsSubsetCnv_p1
LArDSPThresholdsSubsetCnv_p1()
Definition
LArDSPThresholdsSubsetCnv_p1.h:26
LArDSPThresholdsSubsetCnv_p1::persToTrans
virtual void persToTrans(const DSPThresholdsPersType *persObj, DSPThresholdsTransType *transObj, MsgStream &log) const override
Definition
LArDSPThresholdsSubsetCnv_p1.cxx:8
LArDSPThresholdsSubset_p1
persistent class container of LArConditionsSubset for LArDSPThresholds data.
Definition
LArDSPThresholdsSubset_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