ATLAS Offline Software
TileCalorimeter
TileSvc
TileEventAthenaPool
src
TileRawChannelContainerCnv.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 TILERAWCHANNELCONTAINERCNV
6
#define TILERAWCHANNELCONTAINERCNV
7
8
#include "
TileEvent/TileRawChannelContainer.h
"
9
#include "
TileTPCnv/TileRawChannelContainer_p1.h
"
10
#include "
AthenaPoolCnvSvc/T_AthenaPoolCustomCnv.h
"
11
// typedef to the latest persistent version
12
typedef
TileRawChannelContainer_p1
TileRawChannelContainer_PERS
;
13
14
class
TileRawChannelContainerCnv
:
public
T_AthenaPoolCustomCnv
<TileRawChannelContainer, TileRawChannelContainer_PERS > {
15
friend
class
CnvFactory
<
TileRawChannelContainerCnv
>;
16
public
:
17
TileRawChannelContainerCnv
(ISvcLocator* svcloc) :
18
T_AthenaPoolCustomCnv
<
TileRawChannelContainer
,
TileRawChannelContainer_PERS
>( svcloc) {}
19
protected
:
20
TileRawChannelContainer_PERS
*
createPersistent
(
TileRawChannelContainer
* transCont);
21
TileRawChannelContainer
*
createTransient
();
22
};
23
24
25
#endif
TileRawChannelContainer
Definition:
TileRawChannelContainer.h:13
TileRawChannelContainerCnv::createTransient
TileRawChannelContainer * createTransient()
Definition:
TileRawChannelContainerCnv.cxx:17
TileRawChannelContainerCnv::TileRawChannelContainerCnv
TileRawChannelContainerCnv(ISvcLocator *svcloc)
Definition:
TileRawChannelContainerCnv.h:17
TileRawChannelContainer.h
TileRawChannelContainerCnv
Definition:
TileRawChannelContainerCnv.h:14
TileRawChannelContainer_PERS
TileRawChannelContainer_p1 TileRawChannelContainer_PERS
Definition:
TileRawChannelContainerCnv.h:12
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
TileRawChannelContainer_p1.h
TileRawChannelContainerCnv::createPersistent
TileRawChannelContainer_PERS * createPersistent(TileRawChannelContainer *transCont)
Definition:
TileRawChannelContainerCnv.cxx:10
TileRawChannelContainer_p1
Definition:
TileRawChannelContainer_p1.h:19
Generated on Thu Nov 7 2024 21:28:23 for ATLAS Offline Software by
1.8.18