ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Event
EventCommonTPCnv
EventCommonTPCnv
P4IPtCotThPhiMCnv_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
// P4IPtCotThPhiMCnv_p1.h
8
// Header file for class P4IPtCotThPhiMCnv_p1
9
// Author: S.Binet<binet@cern.ch>
11
#ifndef EVENTCOMMONTPCNV_P4IPTCOTTHPHIMCNV_P1_H
12
#define EVENTCOMMONTPCNV_P4IPTCOTTHPHIMCNV_P1_H
13
14
// STL includes
15
16
17
// Gaudi includes
18
19
// AthenaPoolCnvSvc includes
20
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
21
22
// FourMom includes
23
#include "
FourMom/P4IPtCotThPhiM.h
"
24
25
// EventCommonTPCnv includes
26
#include "
EventCommonTPCnv/P4IPtCotThPhiM_p1.h
"
27
28
// Forward declaration
29
class
MsgStream;
30
31
class
P4IPtCotThPhiMCnv_p1
:
public
T_AthenaPoolTPCnvConstBase
<
32
P4IPtCotThPhiM,
33
P4IPtCotThPhiM_p1
34
>
35
{
36
public
:
37
using
base_class::transToPers
;
38
using
base_class::persToTrans
;
39
40
43
P4IPtCotThPhiMCnv_p1
();
44
47
virtual
~P4IPtCotThPhiMCnv_p1
();
48
49
53
virtual
void
persToTrans
(
const
P4IPtCotThPhiM_p1
* persObj,
54
P4IPtCotThPhiM
* transObj,
55
MsgStream &log )
const override
;
56
60
virtual
void
transToPers
(
const
P4IPtCotThPhiM
* transObj,
61
P4IPtCotThPhiM_p1
* persObj,
62
MsgStream &log )
const override
;
63
};
64
65
66
inline
P4IPtCotThPhiMCnv_p1::P4IPtCotThPhiMCnv_p1
()
67
{}
68
69
inline
P4IPtCotThPhiMCnv_p1::~P4IPtCotThPhiMCnv_p1
()
70
{}
71
72
#endif
//> EVENTCOMMONTPCNV_P4IPTCOTTHPHIMCNV_P1_H
P4IPtCotThPhiM.h
P4IPtCotThPhiM_p1.h
T_AthenaPoolTPConverter.h
T_AthenaPoolTPCnvConstBase
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
Definition
T_AthenaPoolTPConverter.h:44
P4IPtCotThPhiMCnv_p1::transToPers
virtual void transToPers(const P4IPtCotThPhiM *transObj, P4IPtCotThPhiM_p1 *persObj, MsgStream &log) const override
Method creating the persistent representation P4IPtCotThPhiM_p1 from its transient representation P4I...
Definition
P4IPtCotThPhiMCnv_p1.cxx:38
P4IPtCotThPhiMCnv_p1::P4IPtCotThPhiMCnv_p1
P4IPtCotThPhiMCnv_p1()
Default constructor:
Definition
P4IPtCotThPhiMCnv_p1.h:66
P4IPtCotThPhiMCnv_p1::~P4IPtCotThPhiMCnv_p1
virtual ~P4IPtCotThPhiMCnv_p1()
Destructor:
Definition
P4IPtCotThPhiMCnv_p1.h:69
P4IPtCotThPhiMCnv_p1::persToTrans
virtual void persToTrans(const P4IPtCotThPhiM_p1 *persObj, P4IPtCotThPhiM *transObj, MsgStream &log) const override
Method creating the transient representation of P4IPtCotThPhiM from its persistent representation P4I...
Definition
P4IPtCotThPhiMCnv_p1.cxx:26
P4IPtCotThPhiM_p1
Definition
P4IPtCotThPhiM_p1.h:23
P4IPtCotThPhiM
P4IPtCotThPhiM is a concrete class with 4-momentum behavior for which 1/Pt, cottan(tehta),...
Definition
P4IPtCotThPhiM.h:27
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.
Generated on
for ATLAS Offline Software by
1.17.0