ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
Jet
JetEventTPCnv
JetEventTPCnv
JetSamplingCollectionCnv_p1.h
Go to the documentation of this file.
1
2
3
/*
4
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// JetSamplingCollectionCnv_p1.h
8
// Header file for class JetSamplingCollectionCnv_p1
9
// Author: S.Binet<binet@cern.ch>
11
#ifndef JETEVENTTPCNV_JETSAMPLINGCOLLECTIONCNV_P1_H
12
#define JETEVENTTPCNV_JETSAMPLINGCOLLECTIONCNV_P1_H
13
14
// STL includes
15
16
// Gaudi includes
17
18
// JetEvent includes
19
#include "
JetEvent/JetSamplingCollection.h
"
20
21
// AthenaPoolCnvSvc includes
22
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
23
24
// JetEventTPCnv includes
25
//#include "JetEventTPCnv/JetSamplingCollection_p1.h"
26
//#include "JetEventTPCnv/JetSamplingCnv_p1.h"
27
28
// forward declares
29
class
JetSamplingCollection_p1
;
30
31
class
JetSamplingCollectionCnv_p1
:
public
T_AthenaPoolTPCnvConstBase
<
32
JetSamplingCollection,
33
JetSamplingCollection_p1
34
>
35
{
36
public
:
37
using
base_class::transToPers
;
38
using
base_class::persToTrans
;
39
40
43
JetSamplingCollectionCnv_p1
();
44
45
49
virtual
void
persToTrans
(
const
JetSamplingCollection_p1
* pers,
50
JetSamplingCollection
* trans,
51
MsgStream&
msg
)
const override
;
52
56
virtual
void
transToPers
(
const
JetSamplingCollection
* trans,
57
JetSamplingCollection_p1
* pers,
58
MsgStream&
msg
)
const override
;
59
};
60
61
62
inline
JetSamplingCollectionCnv_p1::JetSamplingCollectionCnv_p1
()
63
{}
64
65
#endif
//> JETEVENTTPCNV_JETSAMPLINGCOLLECTIONCNV_P1_H
JetSamplingCollection.h
T_AthenaPoolTPConverter.h
T_AthenaPoolTPCnvConstBase
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
Definition
T_AthenaPoolTPConverter.h:44
JetSamplingCollectionCnv_p1::transToPers
virtual void transToPers(const JetSamplingCollection *trans, JetSamplingCollection_p1 *pers, MsgStream &msg) const override
Method creating the persistent representation JetSamplingCollection_p1 from its transient representat...
Definition
JetSamplingCollectionCnv_p1.cxx:62
JetSamplingCollectionCnv_p1::persToTrans
virtual void persToTrans(const JetSamplingCollection_p1 *pers, JetSamplingCollection *trans, MsgStream &msg) const override
Method creating the transient representation of JetSamplingCollection from its persistent representat...
Definition
JetSamplingCollectionCnv_p1.cxx:30
JetSamplingCollectionCnv_p1::JetSamplingCollectionCnv_p1
JetSamplingCollectionCnv_p1()
Default constructor:
Definition
JetSamplingCollectionCnv_p1.h:62
JetSamplingCollection_p1
Definition
JetSamplingCollection_p1.h:25
JetSamplingCollection
Definition
JetSamplingCollection.h:20
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