ATLAS Offline Software
|
#include <AthExDecay.h>
Public Member Functions | |
AthExDecay () | |
Default constructor: More... | |
AthExDecay (const AthExDecay &rhs) | |
Copy constructor: More... | |
AthExDecay & | operator= (const AthExDecay &rhs) |
Assignment operator: More... | |
virtual | ~AthExDecay () |
Constructor with parameters: More... | |
const AthExParticle * | p1 () const |
const AthExParticle * | p2 () const |
const AthExParticle * | l1 () const |
const AthExParticle * | l2 () const |
void | setDecay (const ElementLink< AthExParticles > &p1, const ElementLink< AthExParticles > &p2, const ElementLink< AthExParticles > &l1, const ElementLink< AthExParticles > &l2) |
Protected Attributes | |
ElementLink< AthExParticles > | m_p1 |
ElementLink< AthExParticles > | m_p2 |
ElementLink< AthExParticles > | m_l1 |
ElementLink< AthExParticles > | m_l2 |
Friends | |
class | AthExDecayCnv_p1 |
Definition at line 27 of file AthExDecay.h.
AthExDecay::AthExDecay | ( | ) |
AthExDecay::AthExDecay | ( | const AthExDecay & | rhs | ) |
|
virtual |
const AthExParticle * AthExDecay::l1 | ( | ) | const |
Definition at line 73 of file AthExDecay.cxx.
const AthExParticle * AthExDecay::l2 | ( | ) | const |
Definition at line 80 of file AthExDecay.cxx.
AthExDecay & AthExDecay::operator= | ( | const AthExDecay & | rhs | ) |
const AthExParticle * AthExDecay::p1 | ( | ) | const |
Definition at line 59 of file AthExDecay.cxx.
const AthExParticle * AthExDecay::p2 | ( | ) | const |
Definition at line 66 of file AthExDecay.cxx.
void AthExDecay::setDecay | ( | const ElementLink< AthExParticles > & | p1, |
const ElementLink< AthExParticles > & | p2, | ||
const ElementLink< AthExParticles > & | l1, | ||
const ElementLink< AthExParticles > & | l2 | ||
) |
|
friend |
Definition at line 30 of file AthExDecay.h.
|
protected |
Definition at line 80 of file AthExDecay.h.
|
protected |
Definition at line 81 of file AthExDecay.h.
|
protected |
Definition at line 78 of file AthExDecay.h.
|
protected |
Definition at line 79 of file AthExDecay.h.