ATLAS Offline Software
Loading...
Searching...
No Matches
BCM_RawDataCnv_p0.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef INDETBCM_EVENTATHENAPOOL_BCM_RAWDATACNV_P0_H
6#define INDETBCM_EVENTATHENAPOOL_BCM_RAWDATACNV_P0_H
7
11
12class MsgStream;
13
14class BCM_RawDataCnv_p0 : public T_AthenaPoolTPCnvBase<BCM_RawData, BCM_RawData_p0> {
15
16 public:
18
19 virtual void persToTrans(const BCM_RawData_p0* persObj, BCM_RawData* transObj, MsgStream &log);
20 virtual void transToPers(const BCM_RawData* transObj, BCM_RawData_p0* persObj, MsgStream &log);
21};
22
23#endif
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void persToTrans(const BCM_RawData_p0 *persObj, BCM_RawData *transObj, MsgStream &log)
virtual void transToPers(const BCM_RawData *transObj, BCM_RawData_p0 *persObj, MsgStream &log)