ATLAS Offline Software
Loading...
Searching...
No Matches
TRT_BSIdErrContainerCnv_p1.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 INDETBYTESTREAMERRORSATHENAPOOL_TRT_BSIDERRCONTAINERCNV_P1_H
6#define INDETBYTESTREAMERRORSATHENAPOOL_TRT_BSIDERRCONTAINERCNV_P1_H
7
11
12
13class TRT_BSIdErrContainerCnv_p1 : public T_AthenaPoolTPCnvBase<TRT_BSIdErrContainer, TRT_BSIdErrContainer_p1>
14{
15 public:
17
18 virtual void persToTrans(const TRT_BSIdErrContainer_p1* persCont,
19 TRT_BSIdErrContainer* transCont,
20 MsgStream &log) ;
21 virtual void transToPers(const TRT_BSIdErrContainer* transCont,
23 MsgStream &log) ;
24 virtual TRT_BSIdErrContainer* createTransient(const TRT_BSIdErrContainer_p1* persObj, MsgStream& log) ;
25
26};
27
28#endif
DataVector< std::pair< uint8_t, std::pair< uint32_t, uint8_t > > > TRT_BSIdErrContainer
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual TRT_BSIdErrContainer * createTransient(const TRT_BSIdErrContainer_p1 *persObj, MsgStream &log)
virtual void persToTrans(const TRT_BSIdErrContainer_p1 *persCont, TRT_BSIdErrContainer *transCont, MsgStream &log)
virtual void transToPers(const TRT_BSIdErrContainer *transCont, TRT_BSIdErrContainer_p1 *persCont, MsgStream &log)