ATLAS Offline Software
Loading...
Searching...
No Matches
MuonSimDataCollectionCnv_p3.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONSIMDATACOLLECTIONCNV_P3_H
6#define MUONSIMDATACOLLECTIONCNV_P3_H
7
12
13class MuonSimDataCollectionCnv_p3 : public T_AthenaPoolTPCnvBase <MuonSimDataCollection, Muon::MuonSimDataCollection_p3> {
14
15 public:
17 void persToTrans(const Muon::MuonSimDataCollection_p3* persCol, MuonSimDataCollection* transCol, MsgStream &log);
18 void transToPers(const MuonSimDataCollection* transCol, Muon::MuonSimDataCollection_p3* persCol, MsgStream &log);
19
20 private:
22
23};
24
25#endif
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
void transToPers(const MuonSimDataCollection *transCol, Muon::MuonSimDataCollection_p3 *persCol, MsgStream &log)
void persToTrans(const Muon::MuonSimDataCollection_p3 *persCol, MuonSimDataCollection *transCol, MsgStream &log)