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