ATLAS Offline Software
Loading...
Searching...
No Matches
InDetLowBetaCandidateCnv_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 InDetLowBetaCandidateCnv_P1_H
6#define InDetLowBetaCandidateCnv_P1_H
7
9
12
13class MsgStream;
14
15class InDetLowBetaCandidateCnv_p1 : public T_AthenaPoolTPCnvBase<InDet::InDetLowBetaCandidate, InDetLowBetaCandidate_p1> {
16
17 public:
19
20 virtual void persToTrans(const InDetLowBetaCandidate_p1* persObj, InDet::InDetLowBetaCandidate* transObj, MsgStream &log);
21 virtual void transToPers(const InDet::InDetLowBetaCandidate* transObj, InDetLowBetaCandidate_p1* persObj, MsgStream &log);
22
23};
24
25#endif
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void persToTrans(const InDetLowBetaCandidate_p1 *persObj, InDet::InDetLowBetaCandidate *transObj, MsgStream &log)
virtual void transToPers(const InDet::InDetLowBetaCandidate *transObj, InDetLowBetaCandidate_p1 *persObj, MsgStream &log)