|
EvtGen 2.2.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
|
#include <EvtGenBase/EvtOrthogVector.hh>
Public Member Functions | |
| EvtOrthogVector (int n, std::vector< double > *vectors) | |
| std::vector< double > | getOrthogVector () |
Private Member Functions | |
| void | findOrthog (int dim, std::vector< int > invect, std::vector< double > *vectors) |
| int | findEvenOddSwaps () |
Private Attributes | |
| int | m_dimen |
| std::vector< int > | m_holder |
| std::vector< double > | m_orthogVector |
Definition at line 26 of file EvtOrthogVector.hh.
| EvtOrthogVector::EvtOrthogVector | ( | int | n, |
| std::vector< double > * | vectors ) |
Definition at line 30 of file EvtOrthogVector.cpp.
|
private |
Definition at line 100 of file EvtOrthogVector.cpp.
|
private |
Definition at line 46 of file EvtOrthogVector.cpp.
|
inline |
Definition at line 30 of file EvtOrthogVector.hh.
|
private |
Definition at line 33 of file EvtOrthogVector.hh.
|
private |
Definition at line 34 of file EvtOrthogVector.hh.
|
private |
Definition at line 38 of file EvtOrthogVector.hh.