ATLAS Offline Software
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 
15 class 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
InDetBSErrContainerCnv_p1::persToTrans
virtual void persToTrans(const InDetBSErrContainer_p1 *persCont, InDetBSErrContainer *transCont, MsgStream &log)
Definition: InDetBSErrContainerCnv_p1.cxx:22
TPConverterBase
Definition: TPConverter.h:738
InDetBSErrContainerCnv_p1::InDetBSErrContainerCnv_p1
InDetBSErrContainerCnv_p1()
Definition: InDetBSErrContainerCnv_p1.h:18
InDetBSErrContainerCnv_p1::transToPers
virtual void transToPers(const InDetBSErrContainer *transCont, InDetBSErrContainer_p1 *persCont, MsgStream &log)
Definition: InDetBSErrContainerCnv_p1.cxx:8
T_AthenaPoolTPConverter.h
InDetBSErrContainer_p1.h
DataVector< std::pair< IdentifierHash, int > >
InDetBSErrContainer.h
InDetBSErrContainerCnv_p1
Definition: InDetBSErrContainerCnv_p1.h:16
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
InDetBSErrContainerCnv_p1::createTransient
virtual InDetBSErrContainer * createTransient(const InDetBSErrContainer_p1 *persObj, MsgStream &log)
Definition: InDetBSErrContainerCnv_p1.cxx:35
InDetBSErrContainer_p1
Definition: InDetBSErrContainer_p1.h:16