|
ComPWA
Common Partial-Wave-Analysis Framework
|
Definition of a two-body decay node within a sequential decay tree. More...
#include <SubSystem.hpp>
Public Member Functions | |
| SubSystem (const std::vector< std::vector< unsigned int >> &FinalStates, const std::vector< unsigned int > &Recoil, const std::vector< unsigned int > &ParentRecoil) | |
| virtual | ~SubSystem ()=default |
| bool | operator== (const SubSystem &b) const |
| virtual const std::vector< std::vector< unsigned int > > & | getFinalStates () const |
| virtual const std::vector< unsigned int > & | getRecoilState () const |
| virtual const std::vector< unsigned int > & | getParentRecoilState () const |
Private Attributes | |
| std::vector< std::vector< unsigned int > > | DecayProductFinalStates |
| std::vector< unsigned int > | RecoilFinalState |
| std::vector< unsigned int > | ParentRecoilFinalState |
Friends | |
| std::ostream & | operator<< (std::ostream &stream, const SubSystem &s) |
Definition of a two-body decay node within a sequential decay tree.
Class contains lists for both final states of the two-body decay and a list for all recoiling particles. This information is needed to calculate invariant mass and angles at a two-body decay node.
Definition at line 31 of file SubSystem.hpp.
Collaboration diagram for ComPWA::Physics::SubSystem:| ComPWA::Physics::SubSystem::SubSystem | ( | const std::vector< std::vector< unsigned int >> & | FinalStates, |
| const std::vector< unsigned int > & | Recoil, | ||
| const std::vector< unsigned int > & | ParentRecoil | ||
| ) |
Definition at line 10 of file SubSystem.cpp.
|
virtualdefault |
|
virtual |
Definition at line 48 of file SubSystem.cpp.
|
virtual |
Definition at line 56 of file SubSystem.cpp.
|
virtual |
Definition at line 52 of file SubSystem.cpp.
| bool ComPWA::Physics::SubSystem::operator== | ( | const SubSystem & | b | ) | const |
Definition at line 38 of file SubSystem.cpp.
|
friend |
Definition at line 23 of file SubSystem.cpp.
|
private |
Definition at line 47 of file SubSystem.hpp.
|
private |
Definition at line 49 of file SubSystem.hpp.
|
private |
Definition at line 48 of file SubSystem.hpp.