ATLAS Offline Software
Loading...
Searching...
No Matches
MdtAmtHitCnv_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 MUONEVENTATHENAPOOL_MDTAMTHITCNV_P1_H
6#define MUONEVENTATHENAPOOL_MDTAMTHITCNV_P1_H
7
8/*
9Transient/Persistent converter for MdtAmtHit class
10@author edward.moyse@cern.ch
11*/
12
14#include "MuonRDO/MdtAmtHit.h"
16
17class MsgStream;
18
19class MdtAmtHitCnv_p1 : public T_AthenaPoolTPCnvBase<MdtAmtHit, MdtAmtHit_p1>
20{
21public:
23
24 virtual void persToTrans(const MdtAmtHit_p1* persObj, MdtAmtHit* transObj, MsgStream &log);
25 virtual void transToPers(const MdtAmtHit* transObj, MdtAmtHit_p1* persObj, MsgStream &log);
26};
27
28
29#endif
30
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void transToPers(const MdtAmtHit *transObj, MdtAmtHit_p1 *persObj, MsgStream &log)
virtual void persToTrans(const MdtAmtHit_p1 *persObj, MdtAmtHit *transObj, MsgStream &log)
MDT RDO's : data from a single channel of an AMT Atlas Muon TDC.
Definition MdtAmtHit.h:20