ATLAS Offline Software
Loading...
Searching...
No Matches
TgcRawDataCnv_p2.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 MUON_TGCRAWDATACNV_P2_H
6#define MUON_TGCRAWDATACNV_P2_H
7
8/*
9Transient/Persistent converter for TgcRawData class
10Author: Zvi Tarem
11 CERN, August 2006
12*/
13
16#include "MuonRDO/TgcRawData.h"
17
18class MsgStream;
19
20class TgcRawDataCnv_p2 : public T_AthenaPoolTPCnvBase<TgcRawData, TgcRawData_p2>
21{
22public:
24 {
25 }
26
27 virtual void persToTrans(const TgcRawData_p2* persObj, TgcRawData* transObj, MsgStream &) ;
28 virtual void transToPers(const TgcRawData* transObj, TgcRawData_p2* persObj, MsgStream &) ;
29};
30
31#endif
32
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void transToPers(const TgcRawData *transObj, TgcRawData_p2 *persObj, MsgStream &)
virtual void persToTrans(const TgcRawData_p2 *persObj, TgcRawData *transObj, MsgStream &)
An unit object of TGC ROD output.
Definition TgcRawData.h:23