![]() |
ATLAS Offline Software
|
Implementations of concrete input-to-PseudoJet conversions Separated from PseudoJetAlgorithm for readability. More...
Classes | |
| struct | EMTopoRejecter |
| struct | IParticleRejecter |
| struct | PFlowRejecter |
Functions | |
| std::vector< fastjet::PseudoJet > | IParticlesToPJs (const xAOD::IParticleContainer &ips, bool skipNegativeEnergy) |
| std::vector< fastjet::PseudoJet > | EMToposToPJs (const xAOD::IParticleContainer &ips, bool skipNegativeEnergy) |
| std::vector< fastjet::PseudoJet > | PFlowsToPJs (const xAOD::IParticleContainer &ips, bool skipNegativeEnergy, bool useChargedPFOs, bool useNeutralPFOs, bool useChargedPV, bool useChargedPUsideband, bool isUFO) |
| std::vector< fastjet::PseudoJet > | ByVertexPFlowsToPJs (const xAOD::IParticleContainer &ips, const xAOD::VertexContainer *pvs, bool skipNegativeEnergy, bool useChargedPFOs, bool useNeutralPFOs, bool isUFO) |
Implementations of concrete input-to-PseudoJet conversions Separated from PseudoJetAlgorithm for readability.
IParticle is the generic type that is normally assumed. Special treatment is needed for two cases:
| std::vector<fastjet::PseudoJet> PseudoJetGetter::ByVertexPFlowsToPJs | ( | const xAOD::IParticleContainer & | ips, |
| const xAOD::VertexContainer * | pvs, | ||
| bool | skipNegativeEnergy, | ||
| bool | useChargedPFOs, | ||
| bool | useNeutralPFOs, | ||
| bool | isUFO | ||
| ) |
Definition at line 217 of file PseudoJetGetter.h.
| std::vector<fastjet::PseudoJet> PseudoJetGetter::EMToposToPJs | ( | const xAOD::IParticleContainer & | ips, |
| bool | skipNegativeEnergy | ||
| ) |
Definition at line 88 of file PseudoJetGetter.h.
| std::vector<fastjet::PseudoJet> PseudoJetGetter::IParticlesToPJs | ( | const xAOD::IParticleContainer & | ips, |
| bool | skipNegativeEnergy | ||
| ) |
Definition at line 51 of file PseudoJetGetter.h.
| std::vector<fastjet::PseudoJet> PseudoJetGetter::PFlowsToPJs | ( | const xAOD::IParticleContainer & | ips, |
| bool | skipNegativeEnergy, | ||
| bool | useChargedPFOs, | ||
| bool | useNeutralPFOs, | ||
| bool | useChargedPV, | ||
| bool | useChargedPUsideband, | ||
| bool | isUFO | ||
| ) |
Definition at line 193 of file PseudoJetGetter.h.
1.8.18