ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
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
(
const
Token
* token);
22
};
23
24
25
#endif
T_AthenaPoolCustomCnv.h
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
TileRawChannelContainer_PERS
TileRawChannelContainer_p1 TileRawChannelContainer_PERS
Definition
TileRawChannelContainerCnv.h:12
TileRawChannelContainer.h
TileRawChannelContainer_p1.h
CnvFactory
Abstract factory to create the converter.
Definition
ToyConverter.h:16
T_AthenaPoolCustomCnv
Compatibility for old converter classes that don't get passed the key.
Definition
T_AthenaPoolCustomCnv.h:129
TileRawChannelContainerCnv::createTransient
TileRawChannelContainer * createTransient(const Token *token)
Definition
TileRawChannelContainerCnv.cxx:17
TileRawChannelContainerCnv::TileRawChannelContainerCnv
TileRawChannelContainerCnv(ISvcLocator *svcloc)
Definition
TileRawChannelContainerCnv.h:17
TileRawChannelContainerCnv::createPersistent
TileRawChannelContainer_PERS * createPersistent(TileRawChannelContainer *transCont)
Definition
TileRawChannelContainerCnv.cxx:10
TileRawChannelContainer_p1
Definition
TileRawChannelContainer_p1.h:19
TileRawChannelContainer
Definition
TileRawChannelContainer.h:13
Token
This class provides a token that identifies in a unique way objects on the persistent storage.
Definition
Token.h:22
Generated on
for ATLAS Offline Software by
1.17.0