Belle II Software
release-08-01-10
|
Class to determine generated decay mode of Bs0 and Bs0bar. More...
#include <GenBsTag.h>
Public Member Functions | |
GenBsTag () | |
Constructor. | |
int | Mode_Bs0 (std::vector< int > genDAU) |
returns Bs0 mode identifier | |
int | Mode_anti_Bs0 (std::vector< int > genDAU) |
returns Bs0bar 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 mode of Bs0 and Bs0bar.
Definition at line 22 of file GenBsTag.h.