ATLAS Offline Software
Loading...
Searching...
No Matches
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
13
14class MsgStream;
15
18
20 : public T_AthenaPoolTPCnvConstBase<DSPThresholdsTransType,DSPThresholdsPersType>
21{
22public:
25
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
This file defines the template class used for I/O of conditions data.
LArConditionsSubset< LArDSPThresholdsP > DSPThresholdsTransType
LArDSPThresholdsSubset_p1 DSPThresholdsPersType
This file defines the class used for persistent container of LArDSPThresholdsSubset.
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
template class for use for I/O of conditions data
virtual void transToPers(const DSPThresholdsTransType *transObj, DSPThresholdsPersType *persObj, MsgStream &log) const override
virtual void persToTrans(const DSPThresholdsPersType *persObj, DSPThresholdsTransType *transObj, MsgStream &log) const override
persistent class container of LArConditionsSubset for LArDSPThresholds data.
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.