ATLAS Offline Software
Loading...
Searching...
No Matches
AthExParticle_p1 Class Reference

#include <AthExParticles_p1.h>

Collaboration diagram for AthExParticle_p1:

Public Member Functions

 AthExParticle_p1 (double px=0., double py=0., double pz=0., double ene=0.)

Public Attributes

double m_px
double m_py
double m_pz
double m_ene

Detailed Description

Definition at line 20 of file AthExParticles_p1.h.

Constructor & Destructor Documentation

◆ AthExParticle_p1()

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

Definition at line 23 of file AthExParticles_p1.h.

24 :
25 m_px ( px ),
26 m_py ( py ),
27 m_pz ( pz ),
28 m_ene( ene )
29 {}

Member Data Documentation

◆ m_ene

double AthExParticle_p1::m_ene

Definition at line 34 of file AthExParticles_p1.h.

◆ m_px

double AthExParticle_p1::m_px

Definition at line 31 of file AthExParticles_p1.h.

◆ m_py

double AthExParticle_p1::m_py

Definition at line 32 of file AthExParticles_p1.h.

◆ m_pz

double AthExParticle_p1::m_pz

Definition at line 33 of file AthExParticles_p1.h.


The documentation for this class was generated from the following file: