ATLAS Offline Software
Loading...
Searching...
No Matches
InDetBSErrContainerCnv_p1.h
Go to the documentation of this file.
1// -*- C++ -*-
2
3/*
4 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef INDETBYTESTREAMERRORSATHENAPOOL_INDETBSERRCONTAINERCNV_P1_H
8#define INDETBYTESTREAMERRORSATHENAPOOL_INDETBSERRCONTAINERCNV_P1_H
9
13
14
15class InDetBSErrContainerCnv_p1 : public T_AthenaPoolTPCnvBase<InDetBSErrContainer, InDetBSErrContainer_p1>
16{
17 public:
19
20 virtual void persToTrans(const InDetBSErrContainer_p1* persCont,
21 InDetBSErrContainer* transCont,
22 MsgStream &log) ;
23 virtual void transToPers(const InDetBSErrContainer* transCont,
24 InDetBSErrContainer_p1* persCont,
25 MsgStream &log) ;
26 virtual InDetBSErrContainer* createTransient(const InDetBSErrContainer_p1* persObj, MsgStream& log) ;
27
28};
29
30#endif
DataVector< std::pair< IdentifierHash, int > > InDetBSErrContainer
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void transToPers(const InDetBSErrContainer *transCont, InDetBSErrContainer_p1 *persCont, MsgStream &log)
virtual void persToTrans(const InDetBSErrContainer_p1 *persCont, InDetBSErrContainer *transCont, MsgStream &log)
virtual InDetBSErrContainer * createTransient(const InDetBSErrContainer_p1 *persObj, MsgStream &log)