|
bool | PDGHelpers::isALepton (const int id) |
|
bool | PDGHelpers::isANeutrino (const int id) |
|
bool | PDGHelpers::isAnUnknownJet (const int id) |
|
bool | PDGHelpers::isAKnownJet (const int id) |
|
bool | PDGHelpers::isAJet (const int id) |
|
bool | PDGHelpers::isInvalid (const int id) |
|
bool | PDGHelpers::isAQuark (const int id) |
|
bool | PDGHelpers::isALightQuark (const int id) |
|
bool | PDGHelpers::isUpTypeQuark (const int id) |
|
bool | PDGHelpers::isDownTypeQuark (const int id) |
|
bool | PDGHelpers::isATopQuark (const int id) |
|
bool | PDGHelpers::isATauLepton (const int id) |
|
bool | PDGHelpers::isAGluon (const int id) |
|
bool | PDGHelpers::isAPhoton (const int id) |
|
bool | PDGHelpers::isAZBoson (const int id) |
|
bool | PDGHelpers::isAWBoson (const int id) |
|
bool | PDGHelpers::isAHiggs (const int id) |
|
void | PDGHelpers::orderParticles (const std::vector< int > &idlist, const std::vector< bool(*)(const int)> &testlist, std::vector< int > &ordering, bool allowUnknown=false) |
|
void | PDGHelpers::groupIdenticalParticles (const std::vector< int > &ids, std::vector< std::vector< int >> &ordering, bool *hasUnknownParticles=0) |
|
void | PDGHelpers::pairIdenticalParticles (const std::vector< int > &ids, std::vector< std::pair< int, int >> &ordering, bool allowUnknown=false) |
|
bool | PDGHelpers::allEquivalent (std::vector< int > const &ids, bool allowUnknown=false) |
|
void | PDGHelpers::setCandidateDecayMode (TVar::CandidateDecayMode mode) |
|
int | PDGHelpers::getCoupledVertex (const int idfirst, const int idsecond, int *hel=0, int *useAHcoupl=0) |
|
int | PDGHelpers::convertPythiaStatus (int pSt) |
|