ATLAS Offline Software
Trigger
TrigT1
TrigT1EventAthenaPool
src
RODHeaderCollectionCnv.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
11
#ifndef RODHeaderCollectionCnv_H
12
#define RODHeaderCollectionCnv_H
13
14
class
MsgStream;
15
16
#include "
AthenaPoolCnvSvc/T_AthenaPoolCustomCnv.h
"
17
18
#include "
TrigT1CaloEvent/RODHeaderCollection.h
"
19
#include "
TrigT1EventTPCnv/RODHeaderCollectionCnv_tlp1.h
"
20
21
typedef
RODHeaderCollection_tlp1
RODHeaderCollection_PERS
;
22
typedef
T_AthenaPoolCustomCnv<RODHeaderCollection, RODHeaderCollection_PERS>
RODHeaderCollectionCnvBase
;
23
24
class
RODHeaderCollectionCnv
:
public
RODHeaderCollectionCnvBase
{
25
friend
class
CnvFactory
<
RODHeaderCollectionCnv
>;
26
27
public
:
28
29
RODHeaderCollectionCnv
(ISvcLocator* svcloc) :
30
RODHeaderCollectionCnvBase
(svcloc),
31
m_msgSvc
(
msgSvc
() ),
32
m_log
(
m_msgSvc
,
"RODHeaderCollectionCnv"
)
33
{}
34
35
protected
:
36
37
virtual
RODHeaderCollection_PERS
*
createPersistent
(
RODHeaderCollection
* transCont);
38
virtual
RODHeaderCollection
*
createTransient
();
39
40
private
:
41
42
IMessageSvc *
m_msgSvc
;
43
MsgStream
m_log
;
44
45
RODHeaderCollectionCnv_tlp1
m_TPConverter_tlp1
;
46
};
47
48
#endif
49
50
RODHeaderCollectionCnv_tlp1.h
RODHeaderCollectionCnv::createTransient
virtual RODHeaderCollection * createTransient()
Definition:
RODHeaderCollectionCnv.cxx:29
RODHeaderCollectionCnvBase
T_AthenaPoolCustomCnv< RODHeaderCollection, RODHeaderCollection_PERS > RODHeaderCollectionCnvBase
Definition:
RODHeaderCollectionCnv.h:22
RODHeaderCollectionCnv::m_log
MsgStream m_log
Definition:
RODHeaderCollectionCnv.h:43
StdJOSetup.msgSvc
msgSvc
Provide convenience handles for various services.
Definition:
StdJOSetup.py:36
T_AthenaPoolCustomCnv
Compatibility for old converter classes that don't get passed the key.
Definition:
T_AthenaPoolCustomCnv.h:132
RODHeaderCollectionCnv::createPersistent
virtual RODHeaderCollection_PERS * createPersistent(RODHeaderCollection *transCont)
Definition:
RODHeaderCollectionCnv.cxx:14
RODHeaderCollectionCnv
Definition:
RODHeaderCollectionCnv.h:24
RODHeaderCollectionCnv_tlp1
T/P converter for RODHeader and RODHeader_p1.
Definition:
RODHeaderCollectionCnv_tlp1.h:23
RODHeaderCollectionCnv::m_TPConverter_tlp1
RODHeaderCollectionCnv_tlp1 m_TPConverter_tlp1
Definition:
RODHeaderCollectionCnv.h:45
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
RODHeaderCollection_PERS
RODHeaderCollection_tlp1 RODHeaderCollection_PERS
Definition:
RODHeaderCollectionCnv.h:14
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:581
RODHeaderCollection.h
RODHeaderCollectionCnv::m_msgSvc
IMessageSvc * m_msgSvc
Definition:
RODHeaderCollectionCnv.h:42
RODHeaderCollection_tlp1
Definition:
RODHeaderCollection_tlp1.h:11
RODHeaderCollectionCnv::RODHeaderCollectionCnv
RODHeaderCollectionCnv(ISvcLocator *svcloc)
Definition:
RODHeaderCollectionCnv.h:29
Generated on Thu Nov 7 2024 21:24:48 for ATLAS Offline Software by
1.8.18