ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigT1
TrigT1EventAthenaPool
src
CPMTowerCollectionCnv.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
10
11
#ifndef CPMTowerCollectionCnv_H
12
#define CPMTowerCollectionCnv_H
13
14
class
MsgStream;
15
16
#include "
AthenaPoolCnvSvc/T_AthenaPoolCustomCnv.h
"
17
18
#include "
TrigT1CaloEvent/CPMTowerCollection.h
"
19
#include "
TrigT1EventTPCnv/CPMTowerCollectionCnv_tlp1.h
"
20
21
typedef
CPMTowerCollection_tlp1
CPMTowerCollection_PERS
;
22
typedef
T_AthenaPoolCustomCnv<CPMTowerCollection, CPMTowerCollection_PERS>
CPMTowerCollectionCnvBase
;
23
24
class
CPMTowerCollectionCnv
:
public
CPMTowerCollectionCnvBase
{
25
friend
class
CnvFactory
<
CPMTowerCollectionCnv
>;
26
27
public
:
28
29
CPMTowerCollectionCnv
(ISvcLocator* svcloc) :
30
CPMTowerCollectionCnvBase
(svcloc),
31
m_msgSvc
( msgSvc() ),
32
m_log
(
m_msgSvc
,
"CPMTowerCollectionCnv"
)
33
{}
34
35
protected
:
36
37
virtual
CPMTowerCollection_PERS
*
createPersistent
(
CPMTowerCollection
* transCont);
38
virtual
CPMTowerCollection
*
createTransient
(
const
Token
* token);
39
40
private
:
41
42
IMessageSvc *
m_msgSvc
;
43
MsgStream
m_log
;
44
45
CPMTowerCollectionCnv_tlp1
m_TPConverter_tlp1
;
46
};
47
48
#endif
49
50
CPMTowerCollection_PERS
CPMTowerCollection_tlp1 CPMTowerCollection_PERS
Definition
CPMTowerCollectionCnv.h:21
CPMTowerCollectionCnvBase
T_AthenaPoolCustomCnv< CPMTowerCollection, CPMTowerCollection_PERS > CPMTowerCollectionCnvBase
Definition
CPMTowerCollectionCnv.h:22
CPMTowerCollectionCnv_tlp1.h
CPMTowerCollection.h
CPMTowerCollection
DataVector< LVL1::CPMTower > CPMTowerCollection
Container class for CPMTowers.
Definition
CPMTowerCollection.h:14
T_AthenaPoolCustomCnv.h
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
CPMTowerCollectionCnv_tlp1
T/P converter for CPMTower and CPMTower_p1.
Definition
CPMTowerCollectionCnv_tlp1.h:23
CPMTowerCollectionCnv::CPMTowerCollectionCnv
CPMTowerCollectionCnv(ISvcLocator *svcloc)
Definition
CPMTowerCollectionCnv.h:29
CPMTowerCollectionCnv::createPersistent
virtual CPMTowerCollection_PERS * createPersistent(CPMTowerCollection *transCont)
Definition
CPMTowerCollectionCnv.cxx:14
CPMTowerCollectionCnv::createTransient
virtual CPMTowerCollection * createTransient(const Token *token)
Definition
CPMTowerCollectionCnv.cxx:29
CPMTowerCollectionCnv::m_msgSvc
IMessageSvc * m_msgSvc
Definition
CPMTowerCollectionCnv.h:42
CPMTowerCollectionCnv::m_TPConverter_tlp1
CPMTowerCollectionCnv_tlp1 m_TPConverter_tlp1
Definition
CPMTowerCollectionCnv.h:45
CPMTowerCollectionCnv::m_log
MsgStream m_log
Definition
CPMTowerCollectionCnv.h:43
CPMTowerCollection_tlp1
Definition
CPMTowerCollection_tlp1.h:11
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
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