ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
HepLorentzVector_p1 Class Reference

#include <HepLorentzVector_p1.h>

Collaboration diagram for HepLorentzVector_p1:

Public Member Functions

 HepLorentzVector_p1 (const double px=0., const double py=0., const double pz=0., const double ene=0.)
 Constructor: with 4 doubles. More...
 

Public Attributes

double m_px
 
double m_py
 
double m_pz
 
double m_ene
 

Detailed Description

Definition at line 21 of file HepLorentzVector_p1.h.

Constructor & Destructor Documentation

◆ HepLorentzVector_p1()

HepLorentzVector_p1::HepLorentzVector_p1 ( const double  px = 0.,
const double  py = 0.,
const double  pz = 0.,
const double  ene = 0. 
)
inline

Constructor: with 4 doubles.

Definition at line 47 of file HepLorentzVector_p1.h.

50  :
51  m_px ( px ),
52  m_py ( py ),
53  m_pz ( pz ),
54  m_ene ( ene )
55 {}

Member Data Documentation

◆ m_ene

double HepLorentzVector_p1::m_ene

Definition at line 41 of file HepLorentzVector_p1.h.

◆ m_px

double HepLorentzVector_p1::m_px

Definition at line 38 of file HepLorentzVector_p1.h.

◆ m_py

double HepLorentzVector_p1::m_py

Definition at line 39 of file HepLorentzVector_p1.h.

◆ m_pz

double HepLorentzVector_p1::m_pz

Definition at line 40 of file HepLorentzVector_p1.h.


The documentation for this class was generated from the following file:
test_pyathena.px
px
Definition: test_pyathena.py:18
HepLorentzVector_p1::m_py
double m_py
Definition: HepLorentzVector_p1.h:39
HepLorentzVector_p1::m_px
double m_px
Definition: HepLorentzVector_p1.h:38
Amg::pz
@ pz
Definition: GeoPrimitives.h:40
Amg::py
@ py
Definition: GeoPrimitives.h:39
HepLorentzVector_p1::m_ene
double m_ene
Definition: HepLorentzVector_p1.h:41
HepLorentzVector_p1::m_pz
double m_pz
Definition: HepLorentzVector_p1.h:40