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