ATLAS Offline Software
IDCInDetBSErrContainerCnv_p1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef INDETBYTESTREAMERRORSATHENAPOOL_IDCINDETBSERRCONTAINERCNV_H
6 #define INDETBYTESTREAMERRORSATHENAPOOL_IDCINDETBSERRCONTAINERCNV_H
7 
11 
12 
13 class IDCInDetBSErrContainerCnv_p1 final : public T_AthenaPoolTPCnvBase<IDCInDetBSErrContainer, InDetBSErrContainer64_p1>
14 {
15  public:
17 
18  virtual void persToTrans(const InDetBSErrContainer64_p1* persCont,
19  IDCInDetBSErrContainer* transCont,
20  MsgStream& log);
21  virtual void transToPers(const IDCInDetBSErrContainer* transCont,
22  InDetBSErrContainer64_p1* persCont,
23  MsgStream& log);
25  MsgStream& log);
26 
27 };
28 
29 #endif
IDCInDetBSErrContainer
IDC like storage for BS errors, TODO, customise implementation further so that we store int rather th...
Definition: IDCInDetBSErrContainer.h:19
TPConverterBase
Definition: TPConverter.h:738
InDetBSErrContainer64_p1.h
InDetBSErrContainer64_p1
Definition: InDetBSErrContainer64_p1.h:15
T_AthenaPoolTPConverter.h
IDCInDetBSErrContainerCnv_p1::createTransient
virtual IDCInDetBSErrContainer * createTransient(const InDetBSErrContainer64_p1 *persObj, MsgStream &log)
Definition: IDCInDetBSErrContainerCnv_p1.cxx:23
IDCInDetBSErrContainerCnv_p1::transToPers
virtual void transToPers(const IDCInDetBSErrContainer *transCont, InDetBSErrContainer64_p1 *persCont, MsgStream &log)
Definition: IDCInDetBSErrContainerCnv_p1.cxx:8
IDCInDetBSErrContainerCnv_p1::persToTrans
virtual void persToTrans(const InDetBSErrContainer64_p1 *persCont, IDCInDetBSErrContainer *transCont, MsgStream &log)
Definition: IDCInDetBSErrContainerCnv_p1.cxx:15
IDCInDetBSErrContainer.h
IDCInDetBSErrContainerCnv_p1::IDCInDetBSErrContainerCnv_p1
IDCInDetBSErrContainerCnv_p1()
Definition: IDCInDetBSErrContainerCnv_p1.h:16
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
IDCInDetBSErrContainerCnv_p1
Definition: IDCInDetBSErrContainerCnv_p1.h:14