ATLAS Offline Software
Reconstruction
EventShapes
EventShapeAthenaPool
src
EventShapeStoreCnv.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 EVENTSHAPEATHENAPOOL_EVENTSHAPESTORECNV_H
6
#define EVENTSHAPEATHENAPOOL_EVENTSHAPESTORECNV_H
7
8
#include "
EventShapeTPCnv/EventShapeStoreCnv_p1.h
"
9
10
#include "
AthenaPoolCnvSvc/T_AthenaPoolCustomCnv.h
"
11
12
#include "
EventShapeTPCnv/EventShapeStore_p1.h
"
13
14
#include "
EventShapeEvent/EventShapeStore.h
"
15
16
#include <string>
17
#include <vector>
18
19
// the latest persistent representation type of EventShapeStore_p1
20
typedef
EventShapeStore_p1
EventShapeStore_PERS
;
21
typedef
T_AthenaPoolCustomCnv<EventShapeStore, EventShapeStore_PERS>
EventShapeStoreCnvBase
;
22
23
class
EventShapeStoreCnv
:
public
EventShapeStoreCnvBase
24
{
25
friend
class
CnvFactory
<
EventShapeStoreCnv
>;
26
27
protected
:
28
29
public
:
30
EventShapeStoreCnv
(ISvcLocator* svcloc) :
EventShapeStoreCnvBase
(svcloc) {};
31
protected
:
32
virtual
EventShapeStore_PERS
*
createPersistent
(
EventShapeStore
* transObj);
33
virtual
EventShapeStore
*
createTransient
();
34
35
};
36
37
#endif // EVENTSHAPEATHENAPOOL_EVENTSHAPESTORECNV_H
EventShapeStore_PERS
EventShapeStore_p1 EventShapeStore_PERS
Definition:
EventShapeStoreCnv.h:20
EventShapeStore_p1
Definition:
EventShapeStore_p1.h:11
EventShapeStoreCnv
Definition:
EventShapeStoreCnv.h:24
EventShapeStoreCnv::createPersistent
virtual EventShapeStore_PERS * createPersistent(EventShapeStore *transObj)
Definition:
EventShapeStoreCnv.cxx:10
EventShapeStoreCnv_p1.h
T_AthenaPoolCustomCnv
Compatibility for old converter classes that don't get passed the key.
Definition:
T_AthenaPoolCustomCnv.h:132
T_AthenaPoolCustomCnv.h
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
CnvFactory
Abstract factory to create the converter.
Definition:
ToyConverter.h:16
EventShapeStore
Definition:
EventShapeStore.h:15
EventShapeStoreCnv::createTransient
virtual EventShapeStore * createTransient()
Definition:
EventShapeStoreCnv.cxx:20
EventShapeStore.h
EventShapeStoreCnv::EventShapeStoreCnv
EventShapeStoreCnv(ISvcLocator *svcloc)
Definition:
EventShapeStoreCnv.h:30
EventShapeStore_p1.h
EventShapeStoreCnvBase
T_AthenaPoolCustomCnv< EventShapeStore, EventShapeStore_PERS > EventShapeStoreCnvBase
Definition:
EventShapeStoreCnv.h:21
Generated on Wed Jan 8 2025 21:09:50 for ATLAS Offline Software by
1.8.18