Belle II Software development
|
Class to determine generated decay mode of tau+ and tau-. More...
#include <GenTauTag.h>
Public Member Functions | |
GenTauTag () | |
Constructor. | |
int | Mode_tau_plus (std::vector< int > genDAU) |
returns tau+ mode identifier | |
int | Mode_tau_minus (std::vector< int > genDAU) |
returns tau- 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 tau+ and tau-.
Definition at line 22 of file GenTauTag.h.
int Mode_tau_minus | ( | std::vector< int > | genDAU | ) |
returns tau- mode identifier
Definition at line 410 of file GenTauTag.cc.
int Mode_tau_plus | ( | std::vector< int > | genDAU | ) |
returns tau+ mode identifier
Definition at line 95 of file GenTauTag.cc.
|
private |
check decay with two daughters
Definition at line 16 of file GenTauTag.cc.
|
private |
check decay with three daughters
Definition at line 27 of file GenTauTag.cc.
|
private |
check decay with four daughters
Definition at line 38 of file GenTauTag.cc.
|
private |
check decay with five daughters
Definition at line 49 of file GenTauTag.cc.
|
private |
check decay with six daughters
Definition at line 60 of file GenTauTag.cc.
|
private |
check decay with seven daughters
Definition at line 71 of file GenTauTag.cc.
|
private |
check decay with eight daughters
Definition at line 82 of file GenTauTag.cc.
|
private |
number of photons
Definition at line 35 of file GenTauTag.h.