![]() |
ATLAS Offline Software
|
#include <iostream>#include <type_traits>#include <AsgAnalysisInterfaces/IClassificationTool.h>#include <xAODBase/IParticle.h>Go to the source code of this file.
Classes | |
| class | ITruthClassificationTool |
| a tool interface to classify particles into multiple categories based on their truth information More... | |
Namespaces | |
| namespace | Truth |
Enumerations | |
| enum class | Truth::Type { Truth::Unknown , Truth::KnownUnknown , Truth::IsoElectron , Truth::ChargeFlipIsoElectron , Truth::PromptMuon , Truth::PromptPhotonConversion , Truth::ElectronFromMuon , Truth::TauDecay , Truth::BHadronDecay , Truth::CHadronDecay , Truth::LightFlavorDecay , Truth::ChargeFlipMuon , Truth::NonMuonlike , Truth::TauDecayLike = 70 , Truth::BHadronDecayLike = 80 , Truth::CHadronDecayLike = 90 } |
| truth classification type enum More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const Truth::Type &obj) |
|
inline |
Definition at line 40 of file ITruthClassificationTool.h.