ATLAS Offline Software
LArFebErrorSummaryCnv_p1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 
6 #ifndef LARTPCNV_LARFEBERRORSUMMARYCNV_P1_H
7 #define LARTPCNV_LARFEBERRORSUMMARYCNV_P1_H
8 
12 
13 // LArFebErrorSummaryCnv_p1, used for T/P separation
14 // author G.Unal
15 
16 class MsgStream;
17 class LArFebErrorSummaryCnv_p1 : public T_AthenaPoolTPCnvConstBase<LArFebErrorSummary, LArFebErrorSummary_p1>
18 {
19  public:
23 
24  virtual void persToTrans(const LArFebErrorSummary_p1* pers, LArFebErrorSummary* trans, MsgStream &log) const override;
25  virtual void transToPers(const LArFebErrorSummary* trans, LArFebErrorSummary_p1* pers, MsgStream &log) const override;
26 
27 };
28 
29 
30 #endif
LArFebErrorSummaryCnv_p1::LArFebErrorSummaryCnv_p1
LArFebErrorSummaryCnv_p1()
Definition: LArFebErrorSummaryCnv_p1.h:20
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
LArFebErrorSummary_p1.h
LArFebErrorSummaryCnv_p1
Definition: LArFebErrorSummaryCnv_p1.h:18
T_AthenaPoolTPConverter.h
LArFebErrorSummaryCnv_p1::persToTrans
virtual void persToTrans(const LArFebErrorSummary_p1 *pers, LArFebErrorSummary *trans, MsgStream &log) const override
Definition: LArFebErrorSummaryCnv_p1.cxx:29
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
LArFebErrorSummaryCnv_p1::transToPers
virtual void transToPers(const LArFebErrorSummary *trans, LArFebErrorSummary_p1 *pers, MsgStream &log) const override
Definition: LArFebErrorSummaryCnv_p1.cxx:12
LArFebErrorSummary
Holds information from the FEB Error Summary.
Definition: LArFebErrorSummary.h:23
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
LArFebErrorSummary.h
LArFebErrorSummary_p1
persistent class for LArFebErrorSummary, version p2.
Definition: LArFebErrorSummary_p1.h:15
TPConverterConstBase
Definition: TPConverter.h:776