ATLAS Offline Software
Loading...
Searching...
No Matches
MuonMCDataCnv_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 MUONMCDATACNV_P1_H
6#define MUONMCDATACNV_P1_H
7
9#include "MuonMCData_p1.h"
11
12class MsgStream;
13
14class MuonMCDataCnv_p1 : public T_AthenaPoolTPCnvBase<MuonMCData, Muon::MuonMCData_p1> {
15
16 public:
18 void persToTrans( const Muon::MuonMCData_p1 * persObj, MuonMCData * transObj, MsgStream & log);
19 void transToPers( const MuonMCData * transObj, Muon::MuonMCData_p1 * persObj, MsgStream & log);
20
21};
22
23#endif
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
void persToTrans(const Muon::MuonMCData_p1 *persObj, MuonMCData *transObj, MsgStream &log)
void transToPers(const MuonMCData *transObj, Muon::MuonMCData_p1 *persObj, MsgStream &log)