ATLAS Offline Software
Loading...
Searching...
No Matches
MVFVxContainerCnv.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5//-----------------------------------------------------------------------------
6//
7// file: MVFVertexContainerCnv.h
8// author: Kirill Prokofiev <Kirill.Prokofiev@cern.ch>
9//
10//-----------------------------------------------------------------------------
11
12#ifndef MVFVXCONTAINER_CNV_H
13#define MVFVXCONTAINER_CNV_H
14
15#include "GaudiKernel/MsgStream.h"
16
20
22
24
25
26//-----------------------------------------------------------------------------
27// Base class definition
28//-----------------------------------------------------------------------------
30
32
34
35{
36
37 friend class CnvFactory<MVFVxContainerCnv>;
38
39 protected:
40
41public:
42 MVFVxContainerCnv( ISvcLocator *svcloc );
43protected:
44
45 virtual StatusCode initialize() override;
46
47 virtual MVFVxContainer_PERS *createPersistent( MVFVxContainer *transCont) override;
48
49 virtual MVFVxContainer *createTransient() override;
50
52
53 virtual AthenaPoolCnvTPExtension* clone() override { return new MVFVxContainerCnv(0); }
54
55 virtual void readObjectFromPool( const std::string& token) override;
56
57 private:
59
60};//end of class definitions
61
62#endif // MVFVXCONTAINER_CNV_H
TopLevelTPCnvBase AthenaPoolTopLevelTPCnvBase
This class provides an interface to generate or decode an identifier for the upper levels of the dete...
T_AthenaPoolExtendingCnv< MVFVxContainer, MVFVxContainer_PERS > MVFVxContainerCnvBase
Trk::MVFVxContainer_tlp1 MVFVxContainer_PERS
his file contains the class definition for the templated T_AthenaPoolExtendingCnv class.
Abstract factory to create the converter.
MVFVxContainerCnv(ISvcLocator *svcloc)
virtual AthenaPoolTopLevelTPCnvBase * getTopLevelTPCnv() override
Return the top level TP converter (which is always used for writing)
virtual MVFVxContainer * createTransient() override
virtual StatusCode initialize() override
Gaudi Service Interface method implementations:
virtual MVFVxContainer_PERS * createPersistent(MVFVxContainer *transCont) override
no-op
virtual AthenaPoolCnvTPExtension * clone() override
Clone this Athena Converter.
virtual void readObjectFromPool(const std::string &token) override
Read the persistent object from POOL.
MVFVxContainerCnv_tlp1 m_TPConverter