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