ATLAS Offline Software
Loading...
Searching...
No Matches
VxContainerCnv.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: VertexContainerCnv.h
8// author: Kirill Prokofiev <Kirill.Prokofiev@cern.ch>
9//
10//-----------------------------------------------------------------------------
11
12#ifndef VXCONTAINER_CNV_H
13#define VXCONTAINER_CNV_H
14
15#include "GaudiKernel/MsgStream.h"
16
19
22
24
25// #include "TrkEventTPCnv/VxContainerCnv_tlp1.h"
27
28
29// typedef Trk::VxContainer_tlp1 VxContainer_PERS;
31
33
35
36 friend class CnvFactory<VxContainerCnv>;
37
38 protected:
39
40public:
41 VxContainerCnv( ISvcLocator *svcloc );
42protected:
43 virtual StatusCode initialize() override;
44
45 virtual VxContainer_PERS *createPersistent( VxContainer *transCont) override;
46 virtual VxContainer *createTransient() override;
47
49
50
51 private:
52 IMessageSvc *m_msgSvc;
53 MsgStream m_log;
54
55 // VxContainerCnv_tlp1 m_TPConverter;
57
58};//end of class definitions
59
60#endif // VXCONTAINER_CNV_H
TopLevelTPCnvBase AthenaPoolTopLevelTPCnvBase
This class provides an interface to generate or decode an identifier for the upper levels of the dete...
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
T_AthenaPoolCustomCnv< VxContainer, VxContainer_PERS > VxContainerCnvBase
Trk::VxContainer_tlp2 VxContainer_PERS
Abstract factory to create the converter.
Compatibility for old converter classes that don't get passed the key.
VxContainerCnv_tlp2 m_TPConverter
VxContainerCnv(ISvcLocator *svcloc)
IMessageSvc * m_msgSvc
virtual AthenaPoolTopLevelTPCnvBase * getTopLevelTPCnv() override
returns the main top-level TP converter
virtual VxContainer * createTransient() override
virtual StatusCode initialize() override
Gaudi Service Interface method implementations:
virtual VxContainer_PERS * createPersistent(VxContainer *transCont) override