#include <AthExDecay.h>
Definition at line 27 of file AthExDecay.h.
◆ AthExDecay() [1/2]
| AthExDecay::AthExDecay |
( |
| ) |
|
Default constructor:
Definition at line 25 of file AthExDecay.cxx.
25 :
30{}
ElementLink< AthExParticles > m_p1
ElementLink< AthExParticles > m_l1
ElementLink< AthExParticles > m_l2
ElementLink< AthExParticles > m_p2
◆ AthExDecay() [2/2]
◆ ~AthExDecay()
| AthExDecay::~AthExDecay |
( |
| ) |
|
|
virtual |
Constructor with parameters:
Destructor:
Definition at line 52 of file AthExDecay.cxx.
◆ l1()
Definition at line 73 of file AthExDecay.cxx.
74{
75 if (
m_l1.isValid() ) {
return *
m_l1;
76 } else { return 0;
77 }
78}
◆ l2()
Definition at line 80 of file AthExDecay.cxx.
81{
82 if (
m_l2.isValid() ) {
return *
m_l2;
83 } else { return 0;
84 }
85}
◆ operator=()
Assignment operator:
Definition at line 39 of file AthExDecay.cxx.
40{
41 if ( this != &rhs ) {
46 }
47 return *this;
48}
◆ p1()
Definition at line 59 of file AthExDecay.cxx.
60{
61 if (
m_p1.isValid() ) {
return *
m_p1;
62 } else { return 0;
63 }
64}
◆ p2()
Definition at line 66 of file AthExDecay.cxx.
67{
68 if (
m_p2.isValid() ) {
return *
m_p2;
69 } else { return 0;
70 }
71}
◆ setDecay()
Definition at line 91 of file AthExDecay.cxx.
95{
100}
const AthExParticle * l1() const
const AthExParticle * l2() const
const AthExParticle * p1() const
const AthExParticle * p2() const
◆ AthExDecayCnv_p1
◆ m_l1
◆ m_l2
◆ m_p1
◆ m_p2
The documentation for this class was generated from the following files: