#include <AthExParticle.h>
Definition at line 23 of file AthExParticle.h.
◆ AthExParticle() [1/2]
| AthExParticle::AthExParticle |
( |
double | px = 0., |
|
|
double | py = 0., |
|
|
double | pz = 0., |
|
|
double | ene = 0. ) |
Default constructor:
Definition at line 25 of file AthExParticle.cxx.
25 :
26 AthExIParticle( ),
31{}
virtual double px() const
Implementation of the AthExIParticle interface.
virtual double py() const
virtual double pz() const
◆ AthExParticle() [2/2]
Copy constructor:
Definition at line 33 of file AthExParticle.cxx.
33 :
34 AthExIParticle( rhs ),
39{}
◆ ~AthExParticle()
| AthExParticle::~AthExParticle |
( |
| ) |
|
|
virtual |
◆ e()
| double AthExParticle::e |
( |
| ) |
const |
|
inlinevirtual |
◆ operator=()
Assignment operator:
Definition at line 41 of file AthExParticle.cxx.
42{
43 if ( this != &rhs ) {
44 AthExIParticle::operator=( rhs );
49 }
50 return *this;
51}
◆ px()
| double AthExParticle::px |
( |
| ) |
const |
|
inlinevirtual |
◆ py()
| double AthExParticle::py |
( |
| ) |
const |
|
inlinevirtual |
◆ pz()
| double AthExParticle::pz |
( |
| ) |
const |
|
inlinevirtual |
◆ m_ene
| double AthExParticle::m_ene |
|
protected |
◆ m_px
| double AthExParticle::m_px |
|
protected |
◆ m_py
| double AthExParticle::m_py |
|
protected |
◆ m_pz
| double AthExParticle::m_pz |
|
protected |
The documentation for this class was generated from the following files: