ATLAS Offline Software
Loading...
Searching...
No Matches
LArPedestalSubsetCnv_p2.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_LARPEDESTALSUBSETCNV_P2_H
6#define LARCONDTPCNV_LARPEDESTALSUBSETCNV_P2_H
7
12
13class MsgStream;
14
16
18 : public T_AthenaPoolTPCnvConstBase<LArPedestalTransType, LArPedestalSubset_p2 >
19{
20public:
23
25 virtual void persToTrans(const LArPedestalSubset_p2* persObj, LArPedestalTransType* transObj, MsgStream &log) const override;
26 virtual void transToPers(const LArPedestalTransType* transObj, LArPedestalSubset_p2* persObj, MsgStream &log) const override;
27
28};
29
30#endif
This file defines the template class used for I/O of conditions data.
LArConditionsSubset< LArPedestalP1 > LArPedestalTransType
This file defines the class used for persistent container of LArPedestalSubset.
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
template class for use for I/O of conditions data
virtual void transToPers(const LArPedestalTransType *transObj, LArPedestalSubset_p2 *persObj, MsgStream &log) const override
virtual void persToTrans(const LArPedestalSubset_p2 *persObj, LArPedestalTransType *transObj, MsgStream &log) const override
persistent class container of LArConditionsSubset for LArPedestal 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.