ATLAS Offline Software
Enumerations
FlavorTagDiscriminants::TruthDecoratorHelpers::TruthSource Namespace Reference

Enumerations

enum  Label {
  NoTruth = 0, NotSecondary = 1, HadronicInteraction = 2, StrangeMesonDecay = 3,
  StrangeBaryonDecay = 4, GammaConversion = 5, Other = 6
}
 

Enumeration Type Documentation

◆ Label

Enumerator
NoTruth 
NotSecondary 
HadronicInteraction 
StrangeMesonDecay 
StrangeBaryonDecay 
GammaConversion 
Other 

Definition at line 28 of file TruthDecoratorHelpers.h.

28  {
29  NoTruth = 0,
30  NotSecondary = 1,
34  GammaConversion = 5,
35  Other = 6
36  };
OfflineHitType::Other
@ Other
FlavorTagDiscriminants::TruthDecoratorHelpers::TruthSource::NotSecondary
@ NotSecondary
Definition: TruthDecoratorHelpers.h:30
FlavorTagDiscriminants::TruthDecoratorHelpers::TruthSource::StrangeMesonDecay
@ StrangeMesonDecay
Definition: TruthDecoratorHelpers.h:32
FlavorTagDiscriminants::TruthDecoratorHelpers::TruthSource::HadronicInteraction
@ HadronicInteraction
Definition: TruthDecoratorHelpers.h:31
FlavorTagDiscriminants::TruthDecoratorHelpers::TruthSource::GammaConversion
@ GammaConversion
Definition: TruthDecoratorHelpers.h:34
FlavorTagDiscriminants::TruthDecoratorHelpers::TruthSource::StrangeBaryonDecay
@ StrangeBaryonDecay
Definition: TruthDecoratorHelpers.h:33
FlavorTagDiscriminants::TruthDecoratorHelpers::TruthSource::NoTruth
@ NoTruth
Definition: TruthDecoratorHelpers.h:29