![]() |
ATLAS Offline Software
|
Functions | |
| const xAOD::TruthParticle * | findAfterFSR (const xAOD::TruthParticle *particle) |
| Return particle after FSR (before the decay vertex). | |
| bool | isChildOf (const xAOD::TruthParticle *parent, const xAOD::TruthParticle *potentialChild) |
| bool | isBrokenTop (const xAOD::TruthParticle *particle) |
| Looking for tops without children -> must be broken. | |
| bool | isAfterFSR (const xAOD::TruthParticle *particle) |
| Determine whether particle is afterFSR. | |
| bool | hasParticleIdenticalParent (const xAOD::TruthParticle *particle) |
| Return true when particle is a top before FSR. | |
| bool | hasParentPdgId (const xAOD::TruthParticle *particle, int PdgId) |
| bool | hasParentPdgId (const xAOD::TruthParticle *particle) |
| bool | hasParentAbsPdgId (const xAOD::TruthParticle *particle, int absPdgId) |
| bool | hasIdenticalChild (const xAOD::TruthParticle *particle) |
| bool | isQuarkFromPDF (const xAOD::TruthParticle *particle) |
| std::string | getretrievalstring (const std::string &parent, const std::string &suffix, const std::string &postfix) |
| const xAOD::TruthParticle * CP::PartonHistoryUtils::findAfterFSR | ( | const xAOD::TruthParticle * | particle | ) |
Return particle after FSR (before the decay vertex).
Definition at line 97 of file PartonHistoryUtils.cxx.
| std::string CP::PartonHistoryUtils::getretrievalstring | ( | const std::string & | parent, |
| const std::string & | suffix, | ||
| const std::string & | postfix ) |
Definition at line 126 of file PartonHistoryUtils.cxx.
| bool CP::PartonHistoryUtils::hasIdenticalChild | ( | const xAOD::TruthParticle * | particle | ) |
Definition at line 35 of file PartonHistoryUtils.cxx.
| bool CP::PartonHistoryUtils::hasParentAbsPdgId | ( | const xAOD::TruthParticle * | particle, |
| int | absPdgId ) |
Definition at line 46 of file PartonHistoryUtils.cxx.
| bool CP::PartonHistoryUtils::hasParentPdgId | ( | const xAOD::TruthParticle * | particle | ) |
Definition at line 30 of file PartonHistoryUtils.cxx.
| bool CP::PartonHistoryUtils::hasParentPdgId | ( | const xAOD::TruthParticle * | particle, |
| int | PdgId ) |
Definition at line 21 of file PartonHistoryUtils.cxx.
| bool CP::PartonHistoryUtils::hasParticleIdenticalParent | ( | const xAOD::TruthParticle * | particle | ) |
Return true when particle is a top before FSR.
Definition at line 51 of file PartonHistoryUtils.cxx.
| bool CP::PartonHistoryUtils::isAfterFSR | ( | const xAOD::TruthParticle * | particle | ) |
Determine whether particle is afterFSR.
Definition at line 88 of file PartonHistoryUtils.cxx.
| bool CP::PartonHistoryUtils::isBrokenTop | ( | const xAOD::TruthParticle * | particle | ) |
Looking for tops without children -> must be broken.
Definition at line 121 of file PartonHistoryUtils.cxx.
| bool CP::PartonHistoryUtils::isChildOf | ( | const xAOD::TruthParticle * | parent, |
| const xAOD::TruthParticle * | potentialChild ) |
Definition at line 64 of file PartonHistoryUtils.cxx.
| bool CP::PartonHistoryUtils::isQuarkFromPDF | ( | const xAOD::TruthParticle * | particle | ) |
Definition at line 133 of file PartonHistoryUtils.cxx.