ATLAS Offline Software
Loading...
Searching...
No Matches
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.

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: