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

#include <P4PxPyPzE_p1.h>

Collaboration diagram for P4PxPyPzE_p1:

Public Member Functions

 P4PxPyPzE_p1 (const float px=0., const float py=0., const float pz=0., const float ene=0.)
 Constructor: with 4 floats. More...
 

Public Attributes

float m_px
 
float m_py
 
float m_pz
 
float m_ene
 

Detailed Description

Definition at line 22 of file P4PxPyPzE_p1.h.

Constructor & Destructor Documentation

◆ P4PxPyPzE_p1()

P4PxPyPzE_p1::P4PxPyPzE_p1 ( const float  px = 0.,
const float  py = 0.,
const float  pz = 0.,
const float  ene = 0. 
)
inline

Constructor: with 4 floats.

Definition at line 48 of file P4PxPyPzE_p1.h.

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

Member Data Documentation

◆ m_ene

float P4PxPyPzE_p1::m_ene

Definition at line 42 of file P4PxPyPzE_p1.h.

◆ m_px

float P4PxPyPzE_p1::m_px

Definition at line 39 of file P4PxPyPzE_p1.h.

◆ m_py

float P4PxPyPzE_p1::m_py

Definition at line 40 of file P4PxPyPzE_p1.h.

◆ m_pz

float P4PxPyPzE_p1::m_pz

Definition at line 41 of file P4PxPyPzE_p1.h.


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