ATLAS Offline Software
Loading...
Searching...
No Matches
InDetSimDataCollectionCnv_p3.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 INDETSIMDATACOLLECTIONCNV_P3_H
6#define INDETSIMDATACOLLECTIONCNV_P3_H
7
8// INDetSimDataCollectionCnv_p3, T/P separation of InDetSimData
9// author D.Costanzo <davide.costanzo@cern.ch>,O.Arnaez <olivier.arnaez@cern.ch>
10
14
15
16class InDetSimDataCollectionCnv_p3 : public T_AthenaPoolTPCnvBase<InDetSimDataCollection, InDetSimDataCollection_p3>
17{
18 public:
20
21 virtual void persToTrans(const InDetSimDataCollection_p3* persCont,
22 InDetSimDataCollection* transCont,
23 MsgStream &log) ;
24 virtual void transToPers(const InDetSimDataCollection* transCont,
26 MsgStream &log) ;
27
28};
29
30#endif
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void transToPers(const InDetSimDataCollection *transCont, InDetSimDataCollection_p3 *persCont, MsgStream &log)
virtual void persToTrans(const InDetSimDataCollection_p3 *persCont, InDetSimDataCollection *transCont, MsgStream &log)