#include <iostream>
#include <type_traits>
#include <AsgAnalysisInterfaces/IClassificationTool.h>
#include <xAODBase/IParticle.h>
Go to the source code of this file.
|
enum | Truth::Type {
Truth::Type::Unknown,
Truth::Type::KnownUnknown,
Truth::Type::IsoElectron,
Truth::Type::ChargeFlipIsoElectron,
Truth::Type::PromptMuon,
Truth::Type::PromptPhotonConversion,
Truth::Type::ElectronFromMuon,
Truth::Type::TauDecay,
Truth::Type::BHadronDecay,
Truth::Type::CHadronDecay,
Truth::Type::LightFlavorDecay,
Truth::Type::ChargeFlipMuon,
Truth::Type::NonMuonlike,
Truth::Type::TauDecayLike = 70,
Truth::Type::BHadronDecayLike = 80,
Truth::Type::CHadronDecayLike = 90
} |
| truth classification type enum More...
|
|
◆ operator<<()