ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
Jet
JetEventTPCnv
JetEventTPCnv
JetCollectionCnv_p1.h
Go to the documentation of this file.
1
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// JetCollectionCnv_p1.h
8
// Header file for class JetCollectionCnv_p1
9
// Author: S.Binet<binet@cern.ch>
11
#ifndef RECTPCNV_JETCOLLECTIONCNV_P1_H
12
#define RECTPCNV_JETCOLLECTIONCNV_P1_H
13
14
// STL includes
15
16
// Gaudi includes
17
18
// JetEvent includes
19
//#include "JetEvent/JetCollection.h"
20
21
// AthenaPoolCnvSvc includes
22
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
23
24
// JetEventTPCnv includes
25
//#include "JetEventTPCnv/JetCollection_p1.h"
26
//#include "JetEventTPCnv/JetCnv_p1.h"
27
28
// forward declares
29
class
JetCollection
;
30
class
JetCollection_p1
;
31
32
class
JetCollectionCnv_p1
:
public
T_AthenaPoolTPCnvConstBase
<
33
JetCollection,
34
JetCollection_p1
35
>
36
{
37
public
:
38
using
base_class::transToPers
;
39
using
base_class::persToTrans
;
40
41
44
JetCollectionCnv_p1
();
45
46
50
virtual
void
persToTrans
(
const
JetCollection_p1
* pers,
51
JetCollection
* trans,
52
MsgStream&
msg
)
const override
;
53
57
virtual
void
transToPers
(
const
JetCollection
* trans,
58
JetCollection_p1
* pers,
59
MsgStream&
msg
)
const override
;
60
};
61
62
63
inline
JetCollectionCnv_p1::JetCollectionCnv_p1
()
64
{}
65
66
#endif
//> RECTPCNV_JETCOLLECTIONCNV_P1_H
T_AthenaPoolTPConverter.h
T_AthenaPoolTPCnvConstBase
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
Definition
T_AthenaPoolTPConverter.h:44
JetCollectionCnv_p1::transToPers
virtual void transToPers(const JetCollection *trans, JetCollection_p1 *pers, MsgStream &msg) const override
Method creating the persistent representation JetCollection_p1 from its transient representation JetC...
Definition
JetCollectionCnv_p1.cxx:79
JetCollectionCnv_p1::persToTrans
virtual void persToTrans(const JetCollection_p1 *pers, JetCollection *trans, MsgStream &msg) const override
Method creating the transient representation of JetCollection from its persistent representation JetC...
Definition
JetCollectionCnv_p1.cxx:32
JetCollectionCnv_p1::JetCollectionCnv_p1
JetCollectionCnv_p1()
Default constructor:
Definition
JetCollectionCnv_p1.h:63
JetCollection_p1
Definition
JetCollection_p1.h:26
JetCollection
Definition
JetCollection.h:30
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
msg
MsgStream & msg
Definition
testRead.cxx:32
Generated on
for ATLAS Offline Software by
1.17.0