ATLAS Offline Software
Event
FourMom
src
P4ImplPxPyPzE.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
FourMom/Lib/P4ImplPxPyPzE.h
"
6
8
// Public methods:
10
11
// Constructors
13
14
P4ImplPxPyPzE
&
P4ImplPxPyPzE::operator=
(
const
P4ImplPxPyPzE
& rhs )
15
{
16
if
(
this
!= &rhs ) {
17
m_px
= rhs.
m_px
;
18
m_py
= rhs.
m_py
;
19
m_pz
= rhs.
m_pz
;
20
m_e
= rhs.
m_e
;
21
}
22
return
*
this
;
23
}
P4ImplPxPyPzE::m_pz
double m_pz
Definition:
P4ImplPxPyPzE.h:129
P4ImplPxPyPzE::m_px
double m_px
Definition:
P4ImplPxPyPzE.h:127
P4ImplPxPyPzE.h
P4ImplPxPyPzE::m_e
double m_e
Definition:
P4ImplPxPyPzE.h:130
P4ImplPxPyPzE::m_py
double m_py
Definition:
P4ImplPxPyPzE.h:128
P4ImplPxPyPzE
Definition:
P4ImplPxPyPzE.h:32
P4ImplPxPyPzE::operator=
P4ImplPxPyPzE & operator=(const P4ImplPxPyPzE &rhs)
Assignment operator:
Definition:
P4ImplPxPyPzE.cxx:14
Generated on Thu Nov 7 2024 21:23:06 for ATLAS Offline Software by
1.8.18