ATLAS Offline Software
Loading...
Searching...
No Matches
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
29public:
30 EventShapeStoreCnv (ISvcLocator* svcloc) : EventShapeStoreCnvBase(svcloc) {};
31protected:
34
35};
36
37#endif // EVENTSHAPEATHENAPOOL_EVENTSHAPESTORECNV_H
T_AthenaPoolCustomCnv< EventShapeStore, EventShapeStore_PERS > EventShapeStoreCnvBase
EventShapeStore_p1 EventShapeStore_PERS
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
Abstract factory to create the converter.
EventShapeStoreCnv(ISvcLocator *svcloc)
virtual EventShapeStore_PERS * createPersistent(EventShapeStore *transObj)
virtual EventShapeStore * createTransient()
Compatibility for old converter classes that don't get passed the key.