ATLAS Offline Software
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 
6 
8 // Public methods:
10 
11 // Constructors
13 
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