ATLAS Offline Software
P4ImplEEtaPhiM.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_e = rhs.m_e;
18  m_eta = rhs.m_eta;
19  m_phi = rhs.m_phi;
20  m_m = rhs.m_m;
21  }
22  return *this;
23 }
P4ImplEEtaPhiM.h
P4ImplEEtaPhiM
Definition: P4ImplEEtaPhiM.h:40
P4ImplEEtaPhiM::m_e
double m_e
Definition: P4ImplEEtaPhiM.h:120
P4ImplEEtaPhiM::m_eta
double m_eta
Definition: P4ImplEEtaPhiM.h:121
P4ImplEEtaPhiM::m_phi
double m_phi
Definition: P4ImplEEtaPhiM.h:122
P4ImplEEtaPhiM::m_m
double m_m
Definition: P4ImplEEtaPhiM.h:123
P4ImplEEtaPhiM::operator=
P4ImplEEtaPhiM & operator=(const P4ImplEEtaPhiM &rhs)
Assignment operator.
Definition: P4ImplEEtaPhiM.cxx:14