Belle II Software
release-08-01-10
|
Class to determine generated decay modes of B+ and B-. More...
#include <GenBplusTag.h>
Public Member Functions | |
GenBplusTag () | |
Constructor. | |
int | Mode_B_plus (std::vector< int > genDAU) |
returns B+ mode identifier | |
int | Mode_B_minus (std::vector< int > genDAU) |
returns B- mode identifier | |
Private Member Functions | |
bool | PcheckDecay (std::vector< int > gp, int da1, int da2) |
check decay with two daughters | |
bool | PcheckDecay (std::vector< int > gp, int da1, int da2, int da3) |
check decay with three daughters | |
bool | PcheckDecay (std::vector< int > gp, int da1, int da2, int da3, int da4) |
check decay with four daughters | |
bool | PcheckDecay (std::vector< int > gp, int da1, int da2, int da3, int da4, int da5) |
check decay with five daughters | |
bool | PcheckDecay (std::vector< int > gp, int da1, int da2, int da3, int da4, int da5, int da6) |
check decay with six daughters | |
bool | PcheckDecay (std::vector< int > gp, int da1, int da2, int da3, int da4, int da5, int da6, int da7) |
check decay with seven daughters | |
bool | PcheckDecay (std::vector< int > gp, int da1, int da2, int da3, int da4, int da5, int da6, int da7, int da8) |
check decay with eight daughters | |
Private Attributes | |
int | m_nPhotos |
number of photons | |
Class to determine generated decay modes of B+ and B-.
Definition at line 22 of file GenBplusTag.h.