ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigT1
TrigT1EventAthenaPool
src
CPMRoICollectionCnv.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 CPMRoICollectionCnv_H
12
#define CPMRoICollectionCnv_H
13
14
class
MsgStream;
15
16
#include "
AthenaPoolCnvSvc/T_AthenaPoolCustomCnv.h
"
17
18
#include "
TrigT1CaloEvent/CPMRoICollection.h
"
19
#include "
TrigT1EventTPCnv/CPMRoICollectionCnv_tlp1.h
"
20
21
typedef
CPMRoICollection_tlp1
CPMRoICollection_PERS
;
22
typedef
T_AthenaPoolCustomCnv<CPMRoICollection, CPMRoICollection_PERS>
CPMRoICollectionCnvBase
;
23
24
class
CPMRoICollectionCnv
:
public
CPMRoICollectionCnvBase
{
25
friend
class
CnvFactory
<
CPMRoICollectionCnv
>;
26
27
public
:
28
29
CPMRoICollectionCnv
(ISvcLocator* svcloc) :
30
CPMRoICollectionCnvBase
(svcloc),
31
m_msgSvc
( msgSvc() ),
32
m_log
(
m_msgSvc
,
"CPMRoICollectionCnv"
)
33
{}
34
35
protected
:
36
37
virtual
CPMRoICollection_PERS
*
createPersistent
(
CPMRoICollection
* transCont);
38
virtual
CPMRoICollection
*
createTransient
(
const
Token
* token);
39
40
private
:
41
42
IMessageSvc *
m_msgSvc
;
43
MsgStream
m_log
;
44
45
CPMRoICollectionCnv_tlp1
m_TPConverter_tlp1
;
46
};
47
48
#endif
49
50
CPMRoICollection_PERS
CPMRoICollection_tlp1 CPMRoICollection_PERS
Definition
CPMRoICollectionCnv.h:21
CPMRoICollectionCnvBase
T_AthenaPoolCustomCnv< CPMRoICollection, CPMRoICollection_PERS > CPMRoICollectionCnvBase
Definition
CPMRoICollectionCnv.h:22
CPMRoICollectionCnv_tlp1.h
CPMRoICollection.h
CPMRoICollection
DataVector< LVL1::CPMRoI > CPMRoICollection
Container class for CPMRoI objects.
Definition
CPMRoICollection.h:12
T_AthenaPoolCustomCnv.h
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
CPMRoICollectionCnv_tlp1
T/P converter for CPMRoI and CPMRoI_p1.
Definition
CPMRoICollectionCnv_tlp1.h:23
CPMRoICollectionCnv::createTransient
virtual CPMRoICollection * createTransient(const Token *token)
Definition
CPMRoICollectionCnv.cxx:29
CPMRoICollectionCnv::m_msgSvc
IMessageSvc * m_msgSvc
Definition
CPMRoICollectionCnv.h:42
CPMRoICollectionCnv::createPersistent
virtual CPMRoICollection_PERS * createPersistent(CPMRoICollection *transCont)
Definition
CPMRoICollectionCnv.cxx:14
CPMRoICollectionCnv::m_TPConverter_tlp1
CPMRoICollectionCnv_tlp1 m_TPConverter_tlp1
Definition
CPMRoICollectionCnv.h:45
CPMRoICollectionCnv::CPMRoICollectionCnv
CPMRoICollectionCnv(ISvcLocator *svcloc)
Definition
CPMRoICollectionCnv.h:29
CPMRoICollectionCnv::m_log
MsgStream m_log
Definition
CPMRoICollectionCnv.h:43
CPMRoICollection_tlp1
Definition
CPMRoICollection_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