ATLAS Offline Software
TileCalorimeter
TileSvc
TileEventAthenaPool
src
TileTTL1ContainerCnv.h
Go to the documentation of this file.
1
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// TileTTL1ContainerCnv.h
8
// Header file for class TileTTL1ContainerCnv
9
// Author: Alexander Solodkov <Sanya.Solodkov@cern.ch>
10
// Date: June 2009
12
#ifndef TILEEVENTATHENAPOOL_TILETTL1CONTAINERCNV_H
13
#define TILEEVENTATHENAPOOL_TILETTL1CONTAINERCNV_H
14
15
// AthenaPoolCnvSvc includes
16
#include "
AthenaPoolCnvSvc/T_AthenaPoolCustomCnv.h
"
17
18
// TileTPCnv includes
19
#include "
TileTPCnv/TileTTL1Container_p1.h
"
20
21
// TileEvent includes
22
#include "
TileEvent/TileTTL1Container.h
"
23
24
typedef
TileTTL1Container_p1
TileTTL1Container_PERS
;
25
26
class
TileTTL1ContainerCnv
:
public
T_AthenaPoolCustomCnv
<
27
TileTTL1Container,
28
TileTTL1Container_PERS
29
>
30
31
{
32
33
// make the factory for this converter our friend
34
friend
class
CnvFactory
<
TileTTL1ContainerCnv
>;
35
36
protected
:
37
40
public
:
41
TileTTL1ContainerCnv
(ISvcLocator* svcloc);
42
protected
:
43
46
virtual
TileTTL1Container_PERS
*
47
createPersistent
(
TileTTL1Container
* transCont );
48
51
virtual
TileTTL1Container
*
createTransient
();
52
53
};
54
55
inline
TileTTL1ContainerCnv::TileTTL1ContainerCnv
( ISvcLocator* svcLocator ) :
56
T_AthenaPoolCustomCnv
<
TileTTL1Container
,
TileTTL1Container_PERS
>(svcLocator)
57
{}
58
59
#endif //> TILEEVENTATHENAPOOL_TILETTL1CONTAINERCNV_H
TileTTL1ContainerCnv::createPersistent
virtual TileTTL1Container_PERS * createPersistent(TileTTL1Container *transCont)
Build the persistent representation from the transient one.
Definition:
TileTTL1ContainerCnv.cxx:23
TileTTL1Container_PERS
TileTTL1Container_p1 TileTTL1Container_PERS
Definition:
TileTTL1ContainerCnv.h:24
TileTTL1ContainerCnv
Definition:
TileTTL1ContainerCnv.h:31
TileTTL1ContainerCnv::createTransient
virtual TileTTL1Container * createTransient()
Build the transient representation from a persistent one.
Definition:
TileTTL1ContainerCnv.cxx:35
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
TileTTL1Container.h
TileTTL1ContainerCnv::TileTTL1ContainerCnv
TileTTL1ContainerCnv(ISvcLocator *svcloc)
Create the converter from the service locator.
Definition:
TileTTL1ContainerCnv.h:55
TileTTL1Container_p1
Definition:
TileTTL1Container_p1.h:19
TileContainer
Definition:
TileContainer.h:38
TileTTL1Container_p1.h
Generated on Thu Nov 7 2024 21:28:35 for ATLAS Offline Software by
1.8.18