ATLAS Offline Software
P4ImplIPtCotThPhiM.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 
16 {
17  if ( this != &rhs ) {
18  m_iPt = rhs.m_iPt;
19  m_cotTh = rhs.m_cotTh;
20  m_phi = rhs.m_phi;
21  m_m = rhs.m_m;
22  }
23  return *this;
24 }
P4ImplIPtCotThPhiM::m_phi
double m_phi
Phi.
Definition: P4ImplIPtCotThPhiM.h:132
P4ImplIPtCotThPhiM::m_m
double m_m
mass
Definition: P4ImplIPtCotThPhiM.h:136
P4ImplIPtCotThPhiM
Definition: P4ImplIPtCotThPhiM.h:41
P4ImplIPtCotThPhiM::operator=
P4ImplIPtCotThPhiM & operator=(const P4ImplIPtCotThPhiM &rhs)
Assignment operator.
Definition: P4ImplIPtCotThPhiM.cxx:15
P4ImplIPtCotThPhiM.h
P4ImplIPtCotThPhiM::m_cotTh
double m_cotTh
cot(theta)
Definition: P4ImplIPtCotThPhiM.h:128
P4ImplIPtCotThPhiM::m_iPt
double m_iPt
inverse P_T
Definition: P4ImplIPtCotThPhiM.h:124