ATLAS Offline Software
Loading...
Searching...
No Matches
MuonSimDataCollectionCnv_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 MUONSIMDATACOLLECTIONCNV_P2_H
6#define MUONSIMDATACOLLECTIONCNV_P2_H
7
12
13class MuonSimDataCollectionCnv_p2 : public T_AthenaPoolTPCnvBase <MuonSimDataCollection, Muon::MuonSimDataCollection_p2> {
14
15 public:
17 void persToTrans(const Muon::MuonSimDataCollection_p2* persCol, MuonSimDataCollection* transCol, MsgStream &log);
18 void transToPers(const MuonSimDataCollection* transCol, Muon::MuonSimDataCollection_p2* persCol, MsgStream &log);
19
20 private:
22
23};
24
25#endif
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
void transToPers(const MuonSimDataCollection *transCol, Muon::MuonSimDataCollection_p2 *persCol, MsgStream &log)
void persToTrans(const Muon::MuonSimDataCollection_p2 *persCol, MuonSimDataCollection *transCol, MsgStream &log)