ATLAS Offline Software
Loading...
Searching...
No Matches
LArAutoCorrSubsetCnv_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_LARAUTOCORRSUBSETCNV_P1_H
6#define LARCONDTPCNV_LARAUTOCORRSUBSETCNV_P1_H
7
12
13class MsgStream;
14
17
19 : public T_AthenaPoolTPCnvConstBase<LArAutoCorrTransType, LArAutoCorrPersType >
20{
21public:
24
26 virtual void persToTrans(const LArAutoCorrPersType* persObj, LArAutoCorrTransType* transObj, MsgStream &log) const override;
27 virtual void transToPers(const LArAutoCorrTransType* transObj, LArAutoCorrPersType* persObj, MsgStream &log) const override;
28
29};
30
31#endif
LArConditionsSubset< LArAutoCorrP1 > LArAutoCorrTransType
LArAutoCorrSubset_p1 LArAutoCorrPersType
This file defines the class used for persistent container of LArAutoCorrSubset.
This file defines the template class used for I/O of conditions data.
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void persToTrans(const LArAutoCorrPersType *persObj, LArAutoCorrTransType *transObj, MsgStream &log) const override
virtual void transToPers(const LArAutoCorrTransType *transObj, LArAutoCorrPersType *persObj, MsgStream &log) const override
persistent class container of LArConditionsSubset for LArAutoCorr data.
template class for use for I/O of conditions 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.