ATLAS Offline Software
Event
FourMom
src
P4ImplPtEtaPhiM.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/P4ImplPtEtaPhiM.h
"
6
8
// Public methods:
10
11
// Constructors
13
14
P4ImplPtEtaPhiM
&
P4ImplPtEtaPhiM::operator=
(
const
P4ImplPtEtaPhiM
& rhs )
15
{
16
if
(
this
!= &rhs ) {
17
m_pt
= rhs.
m_pt
;
18
m_eta
= rhs.
m_eta
;
19
m_phi
= rhs.
m_phi
;
20
m_m
= rhs.
m_m
;
21
}
22
return
*
this
;
23
}
P4ImplPtEtaPhiM.h
P4ImplPtEtaPhiM::m_pt
double m_pt
Definition:
P4ImplPtEtaPhiM.h:122
P4ImplPtEtaPhiM
Definition:
P4ImplPtEtaPhiM.h:41
P4ImplPtEtaPhiM::operator=
P4ImplPtEtaPhiM & operator=(const P4ImplPtEtaPhiM &rhs)
Assignment operator.
Definition:
P4ImplPtEtaPhiM.cxx:14
P4ImplPtEtaPhiM::m_phi
double m_phi
Definition:
P4ImplPtEtaPhiM.h:124
P4ImplPtEtaPhiM::m_m
double m_m
Definition:
P4ImplPtEtaPhiM.h:125
P4ImplPtEtaPhiM::m_eta
double m_eta
Definition:
P4ImplPtEtaPhiM.h:123
Generated on Thu Nov 7 2024 21:23:05 for ATLAS Offline Software by
1.8.18