![]() |
ATLAS Offline Software
|
A class that allows for a fast calculation of the flavours of the descendants of a vertex, particle, or a set of particles. More...
#include <DecayProducts.h>
Public Member Functions | |
| void | count (const int c) |
| int | pd (int i) const |
| int | pd (int i1, int i2) const |
| int | apd (int i1, int i2) const |
| int | apd (int i) const |
| int | pd (const std::vector< int > &i) const |
| int | apd (const std::vector< int > &i) const |
| size_t | size () const |
| int | apply (bool(*func)(const int &)) const |
Public Attributes | |
| std::map< int, int > | m_pids |
| std::map< int, int > | m_apids |
| size_t | m_size |
A class that allows for a fast calculation of the flavours of the descendants of a vertex, particle, or a set of particles.
Definition at line 13 of file DecayProducts.h.
|
inline |
Definition at line 21 of file DecayProducts.h.
|
inline |
Definition at line 19 of file DecayProducts.h.
|
inline |
|
inline |
Definition at line 23 of file DecayProducts.h.
|
inline |
Definition at line 15 of file DecayProducts.h.
|
inline |
Definition at line 20 of file DecayProducts.h.
|
inline |
|
inline |
|
inline |
Definition at line 22 of file DecayProducts.h.
| std::map<int,int> DecayBase< T >::m_apids |
Definition at line 25 of file DecayProducts.h.
| std::map<int,int> DecayBase< T >::m_pids |
Definition at line 24 of file DecayProducts.h.
| size_t DecayBase< T >::m_size |
Definition at line 26 of file DecayProducts.h.