ATLAS Offline Software
Loading...
Searching...
No Matches
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
16class MsgStream;
17class 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
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void persToTrans(const LArFebErrorSummary_p1 *pers, LArFebErrorSummary *trans, MsgStream &log) const override
virtual void transToPers(const LArFebErrorSummary *trans, LArFebErrorSummary_p1 *pers, MsgStream &log) const override
persistent class for LArFebErrorSummary, version p2.
Holds information from the FEB Error Summary.
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.