ATLAS Offline Software
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 
9 
11 
13 
15 
16 #include <string>
17 #include <vector>
18 
19 // the latest persistent representation type of EventShapeStore_p1
22 
24 {
25  friend class CnvFactory<EventShapeStoreCnv>;
26 
27  protected:
28 
29 public:
30  EventShapeStoreCnv (ISvcLocator* svcloc) : EventShapeStoreCnvBase(svcloc) {};
31 protected:
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