ATLAS Offline Software
Loading...
Searching...
No Matches
LArNoisyROSummaryCnv_p4.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#ifndef LARTPCNV_LARNOISYROSUMMARYCNV_P4_H
6#define LARTPCNV_LARNOISYROSUMMARYCNV_P4_H
7
11
12
13class MsgStream;
14
15class LArNoisyROSummaryCnv_p4: public T_AthenaPoolTPCnvConstBase<LArNoisyROSummary,LArNoisyROSummary_p4>
16{
17 public:
21
22 virtual void persToTrans(const LArNoisyROSummary_p4* pers, LArNoisyROSummary* trans, MsgStream &log) const override;
23 virtual void transToPers(const LArNoisyROSummary* trans, LArNoisyROSummary_p4* pers, MsgStream &log) const override;
24
25};
26
27
28#endif
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void transToPers(const LArNoisyROSummary *trans, LArNoisyROSummary_p4 *pers, MsgStream &log) const override
virtual void persToTrans(const LArNoisyROSummary_p4 *pers, LArNoisyROSummary *trans, MsgStream &log) const override
Summary information for noisy LAr preamp / FEBs.
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.