ATLAS Offline Software
Loading...
Searching...
No Matches
EventShapeStoreCnv_p1.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 EVENTSHAPETPCNV_EVENTSHAPESTORECNV_P1_H
6#define EVENTSHAPETPCNV_EVENTSHAPESTORECNV_P1_H
7
9
13
14#include <string>
15#include <vector>
16
17template <>
19: public T_AthenaPoolTPCnvBase<EventShapeStore, EventShapeStore_p1>
20{
21 public:
22
23 EventShapeStoreConverterBase() { };
24 virtual ~EventShapeStoreConverterBase() { };
25
26 void persToTrans( const EventShapeStore_p1* persObj,
27 EventShapeStore* transObj,
28 MsgStream& reporter );
29
33 void transToPers( const EventShapeStore* transObj,
34 EventShapeStore_p1* persObj,
35 MsgStream& reporter );
36
37 protected:
38};
39
41
42template<>
46
47#endif
EventShapeStoreConverterBase< EventShapeStore_p1 > EventShapeStoreCnv_p1
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase