![]() |
Rivet
3.1.2
|
Functions | |
bool | Rivet::PID::isHeavyFlavour (int pid) |
Determine if the particle is a heavy flavour hadron or parton. | |
bool | Rivet::PID::isHeavyParton (int pid) |
Determine if the PID is that of a heavy parton (c,b,t) | |
bool | Rivet::PID::isLightParton (int pid) |
Determine if the PID is that of a light parton (u,d,s) | |
bool | Rivet::PID::isHeavyMeson (int pid) |
Determine if the PID is that of a heavy flavour (b or c) meson. | |
bool | Rivet::PID::isHeavyBaryon (int pid) |
Determine if the PID is that of a heavy flavour (b or c) baryon. | |
bool | Rivet::PID::isHeavyHadron (int pid) |
Determine if the PID is that of a heavy flavour (b or c) hadron. | |
bool | Rivet::PID::isLightMeson (int pid) |
Determine if the PID is that of a light flavour (not b or c) meson. | |
bool | Rivet::PID::isLightBaryon (int pid) |
Determine if the PID is that of a light flavour (not b or c) baryon. | |
bool | Rivet::PID::isLightHadron (int pid) |
Determine if the PID is that of a light flavour (not b or c) hadron. | |
bool | Rivet::PID::isBottomMeson (int pid) |
Determine if the PID is that of a b-meson. | |
bool | Rivet::PID::isBottomBaryon (int pid) |
Determine if the PID is that of a b-baryon. | |
bool | Rivet::PID::isBottomHadron (int pid) |
Determine if the PID is that of a b-hadron. | |
bool | Rivet::PID::isCharmMeson (int pid) |
Determine if the PID is that of a c-meson. More... | |
bool | Rivet::PID::isCharmBaryon (int pid) |
Determine if the PID is that of a c-baryon. More... | |
bool | Rivet::PID::isCharmHadron (int pid) |
bool | Rivet::PID::isStrangeMeson (int pid) |
bool | Rivet::PID::isStrangeBaryon (int pid) |
bool | Rivet::PID::isStrangeHadron (int pid) |
|
inline |
Determine if the PID is that of a c-baryon.
References Rivet::PID::hasBottom(), Rivet::PID::hasCharm(), and Rivet::PID::isBaryon().
Referenced by Rivet::abspid().
|
inline |
Determine if the PID is that of a c-hadron.
References Rivet::PID::hasBottom(), Rivet::PID::hasCharm(), and Rivet::PID::isHadron().
Referenced by Rivet::abspid().
|
inline |
Determine if the PID is that of a c-meson.
References Rivet::PID::hasBottom(), Rivet::PID::hasCharm(), and Rivet::PID::isMeson().
Referenced by Rivet::abspid().
|
inline |
Determine if the PID is that of a strange baryon
References Rivet::PID::hasBottom(), Rivet::PID::hasCharm(), Rivet::PID::hasStrange(), and Rivet::PID::isBaryon().
|
inline |
Determine if the PID is that of a strange hadron
References Rivet::PID::hasBottom(), Rivet::PID::hasCharm(), Rivet::PID::hasStrange(), and Rivet::PID::isHadron().
|
inline |
Determine if the PID is that of a strange meson
References Rivet::PID::hasBottom(), Rivet::PID::hasCharm(), Rivet::PID::hasStrange(), and Rivet::PID::isMeson().