ATLAS Offline Software
Loading...
Searching...
No Matches
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()
Default constructor:
P4ImplPxPyPzE & operator=(const P4ImplPxPyPzE &rhs)
Assignment operator: