ATLAS Offline Software
Loading...
Searching...
No Matches
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.h
P4ImplPxPyPzE::P4ImplPxPyPzE
P4ImplPxPyPzE()
Default constructor:
Definition
P4ImplPxPyPzE.h:139
P4ImplPxPyPzE::operator=
P4ImplPxPyPzE & operator=(const P4ImplPxPyPzE &rhs)
Assignment operator:
Definition
P4ImplPxPyPzE.cxx:14
P4ImplPxPyPzE::m_px
double m_px
Definition
P4ImplPxPyPzE.h:127
P4ImplPxPyPzE::m_py
double m_py
Definition
P4ImplPxPyPzE.h:128
P4ImplPxPyPzE::m_pz
double m_pz
Definition
P4ImplPxPyPzE.h:129
P4ImplPxPyPzE::m_e
double m_e
Definition
P4ImplPxPyPzE.h:130
Generated on
for ATLAS Offline Software by
1.14.0