ATLAS Offline Software
Loading...
Searching...
No Matches
AthExFatObjectCnv.h
Go to the documentation of this file.
1
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// AthExFatObjectCnv.h
8// Header file for class AthExFatObjectCnv
9// Author: S.Binet<binet@cern.ch>
11#ifndef ATHEXTHINNING_AthExFATOBJECTCNV_H
12#define ATHEXTHINNING_AthExFATOBJECTCNV_H
13
14// STL includes
15
16
17// AthenaPoolCnvSvc includes
19
20// AthExThinning includes
23
24// Forward declaration
25
26// the latest persistent representation type of DataCollection:
28
30 AthExFatObject,
31 AthExFatObject_PERS
32 >
33
34{
35
36 // make the factory for this converter our friend
37 friend class CnvFactory<AthExFatObjectCnv>;
38
40 // Protected methods:
42 protected:
43
46public:
47 AthExFatObjectCnv(ISvcLocator* svcloc);
48protected:
49
52 virtual AthExFatObject_PERS*
53 createPersistent( AthExFatObject* transCont );
54
58
60 // Protected data:
62 protected:
63};
64
68
69#endif //> ATHEXTHINNING_ATHEXFATOBJECTCNV_H
70
AthExFatObject_p1 AthExFatObject_PERS
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
AthExFatObjectCnv(ISvcLocator *svcloc)
Create the converter from the service locator.
virtual AthExFatObject * createTransient()
Build the transient representation from a persistent one.
virtual AthExFatObject_PERS * createPersistent(AthExFatObject *transCont)
Build the persistent representation from the transient one.
Abstract factory to create the converter.
Compatibility for old converter classes that don't get passed the key.