ATLAS Offline Software
Loading...
Searching...
No Matches
BCM_RDO_CollectionCnv_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_COLLECTIONCNV_P0_H
6#define INDETBCM_EVENTATHENAPOOL_BCM_RDO_COLLECTIONCNV_P0_H
7
11#include "BCM_RawDataCnv_p0.h"
12
13class MsgStream;
14
16
18
19 public:
21
22 virtual void persToTrans(const BCM_RDO_Collection_p0* persColl, BCM_RDO_Collection* transColl, MsgStream &log);
23 virtual void transToPers(const BCM_RDO_Collection* transColl, BCM_RDO_Collection_p0* persColl, MsgStream &log);
24};
25
26#endif
T_AthenaPoolTPCnvVector< BCM_RDO_Collection, BCM_RDO_Collection_p0, BCM_RawDataCnv_p0 > BCM_RDO_CollectionCnv_p0_basetype
TPCnvVector< TRANS, PERS, CONV > T_AthenaPoolTPCnvVector
virtual void transToPers(const BCM_RDO_Collection *transColl, BCM_RDO_Collection_p0 *persColl, MsgStream &log)
Converts vector of TRANS::value_type objects to vector of PERS::value_type objects,...
virtual void persToTrans(const BCM_RDO_Collection_p0 *persColl, BCM_RDO_Collection *transColl, MsgStream &log)
Converts vector of PERS::value_type objects to vector of TRANS::value_type objects,...