ATLAS Offline Software
Loading...
Searching...
No Matches
LUCID_RawDataCnv_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 LUCID_RAWDATACNV_P1_H
6#define LUCID_RAWDATACNV_P1_H
7
8#include "LUCID_RawData_p1.h"
11
12class MsgStream;
13
14class LUCID_RawDataCnv_p1: public T_AthenaPoolTPCnvConstBase<LUCID_RawData, LUCID_RawData_p1> {
15
16 public:
19
21
22 virtual void persToTrans(const LUCID_RawData_p1* persObj, LUCID_RawData* transObj, MsgStream &log) const override;
23 virtual void transToPers(const LUCID_RawData* transObj, LUCID_RawData_p1* persObj , MsgStream &log) const override;
24};
25
26#endif
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void transToPers(const LUCID_RawData *transObj, LUCID_RawData_p1 *persObj, MsgStream &log) const override
virtual void persToTrans(const LUCID_RawData_p1 *persObj, LUCID_RawData *transObj, MsgStream &log) const override
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.