ATLAS Offline Software
InDetBSErrContainerCnv_p2.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_P2_H
8 #define INDETBYTESTREAMERRORSATHENAPOOL_INDETBSERRCONTAINERCNV_P2_H
9 
13 
14 class InDetBSErrContainerCnv_p2 : public T_AthenaPoolTPCnvBase<InDetBSErrContainer, InDetBSErrContainer_p2>
15 {
16  public:
18 
19  virtual void persToTrans(const InDetBSErrContainer_p2* persCont,
20  InDetBSErrContainer* transCont,
21  MsgStream& log);
22  virtual void transToPers(const InDetBSErrContainer* transCont,
23  InDetBSErrContainer_p2* persCont,
24  MsgStream& log);
26  MsgStream& log);
27 
28 };
29 
30 #endif // INDETBYTESTREAMERRORSATHENAPOOL_INDETBSERRCONTAINERCNV_P2_H
TPConverterBase
Definition: TPConverter.h:738
InDetBSErrContainerCnv_p2
Definition: InDetBSErrContainerCnv_p2.h:15
T_AthenaPoolTPConverter.h
DataVector< std::pair< IdentifierHash, int > >
InDetBSErrContainerCnv_p2::InDetBSErrContainerCnv_p2
InDetBSErrContainerCnv_p2()
Definition: InDetBSErrContainerCnv_p2.h:17
InDetBSErrContainer.h
InDetBSErrContainer_p2
Definition: InDetBSErrContainer_p2.h:16
InDetBSErrContainerCnv_p2::persToTrans
virtual void persToTrans(const InDetBSErrContainer_p2 *persCont, InDetBSErrContainer *transCont, MsgStream &log)
Definition: InDetBSErrContainerCnv_p2.cxx:20
InDetBSErrContainer_p2.h
InDetBSErrContainerCnv_p2::createTransient
virtual InDetBSErrContainer * createTransient(const InDetBSErrContainer_p2 *persObj, MsgStream &log)
Definition: InDetBSErrContainerCnv_p2.cxx:30
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
InDetBSErrContainerCnv_p2::transToPers
virtual void transToPers(const InDetBSErrContainer *transCont, InDetBSErrContainer_p2 *persCont, MsgStream &log)
Definition: InDetBSErrContainerCnv_p2.cxx:7