ATLAS Offline Software
Loading...
Searching...
No Matches
TrigConfSigCnv_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGCONF_SIGCNV_P1_H
6#define TRIGCONF_SIGCNV_P1_H
7
10
12
13class MsgStream;
14
15class TrigConfSigCnv_p1 : public T_AthenaPoolTPCnvConstBase<TrigConfSig, TrigConfSig_p1>
16{
17 public:
20
21
23 virtual ~TrigConfSigCnv_p1() {}
24
25 virtual
26 void persToTrans(const TrigConfSig_p1* persObj,
27 TrigConfSig* transObj,
28 MsgStream &log) const override;
29
30 virtual
31 void transToPers(const TrigConfSig* transObj,
32 TrigConfSig_p1* persObj,
33 MsgStream &log) const override;
34};
35
36#endif
37
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
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.
virtual void transToPers(const TrigConfSig *transObj, TrigConfSig_p1 *persObj, MsgStream &log) const override
virtual void persToTrans(const TrigConfSig_p1 *persObj, TrigConfSig *transObj, MsgStream &log) const override