ATLAS Offline Software
Loading...
Searching...
No Matches
BCM_RDO_ContainerCnv_p0.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 INDETBCM_EVENTATHENAPOOL_BCM_RDO_CONTAINERCNV_P0_H
6#define INDETBCM_EVENTATHENAPOOL_BCM_RDO_CONTAINERCNV_P0_H
7
12
13class MsgStream;
14
16
18
19 public:
21
22 virtual void persToTrans(const BCM_RDO_Container_p0* persCont, BCM_RDO_Container* transCont, MsgStream &log);
23 virtual void transToPers(const BCM_RDO_Container* transCont, BCM_RDO_Container_p0* persCont, MsgStream &log);
24};
25
26#endif
T_AthenaPoolTPCnvVector< BCM_RDO_Container, BCM_RDO_Container_p0, BCM_RDO_CollectionCnv_p0 > BCM_RDO_ContainerCnv_p0_basetype
TPCnvVector< TRANS, PERS, CONV > T_AthenaPoolTPCnvVector
virtual void persToTrans(const BCM_RDO_Container_p0 *persCont, BCM_RDO_Container *transCont, MsgStream &log)
Converts vector of PERS::value_type objects to vector of TRANS::value_type objects,...
virtual void transToPers(const BCM_RDO_Container *transCont, BCM_RDO_Container_p0 *persCont, MsgStream &log)
Converts vector of TRANS::value_type objects to vector of PERS::value_type objects,...