ATLAS Offline Software
Loading...
Searching...
No Matches
BCM_RDO_ContainerCnv.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// Pool converter for BCM_RDO_Container
6// Author: Dominique Tardif <Dominique.Tardif@cern.ch>
7
8#ifndef INDETBCM_EVENTATHENAPOOL_BCM_RDO_CONTAINERCNV_H
9#define INDETBCM_EVENTATHENAPOOL_BCM_RDO_CONTAINERCNV_H
10
15
16class BCM_RDO_ContainerCnv : public T_AthenaPoolCustomCnv<BCM_RDO_Container,BCM_RDO_Container_p0> {
17
18public:
20
21 protected:
24
26};
27
28#endif
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
virtual BCM_RDO_Container_p0 * createPersistent(BCM_RDO_Container *transCont)
BCM_RDO_ContainerCnv(ISvcLocator *svcloc)
virtual BCM_RDO_Container * createTransient()
BCM_RDO_ContainerCnv_p0 m_Converter
Compatibility for old converter classes that don't get passed the key.