ATLAS Offline Software
Loading...
Searching...
No Matches
Trk::TruthClassification Namespace Reference

Classes

struct  HeavyFlavourClassifierStrings
 Simple struct to access the names of the hf classifiers. More...
struct  PrimaryClassifierStrings
 Simple struct to access the names of the track classifiers. More...
struct  TauTruthClassifierStrings
 Simple struct to access the names of the classifiers. More...

Enumerations

enum  Classifiers { OutsideClassification = 0 }
 TruthClassification. More...
enum  PrimaryClassifiers { Primary =1 , Secondary , Truncated , NumberOfPrimaryClassifiers }
 classification for type of ID track according to appearance in detector More...
enum  HeavyFlavourClassifiers { Prompt =1 , HeavyFlavourDecay , NumberOfHeavyFlavourClassifiers }
 classification for type of ID track according to heavy flavour content More...
enum  TauTruthClassifiers {
  NoTauAtAll =1 , Tau1p , Tau3p , TauKaon ,
  NumberOfTauTruthClassifiers
}

Enumeration Type Documentation

◆ Classifiers

TruthClassification.

Author
S. Fleischmann, W. Liebig
Enumerator
OutsideClassification 

providing some well-defined error condition

Definition at line 18 of file TruthClassificationDefs.h.

18 {
20 };
@ OutsideClassification
providing some well-defined error condition

◆ HeavyFlavourClassifiers

classification for type of ID track according to heavy flavour content

Enumerator
Prompt 
HeavyFlavourDecay 
NumberOfHeavyFlavourClassifiers 

Definition at line 33 of file TruthClassificationDefs.h.

◆ PrimaryClassifiers

classification for type of ID track according to appearance in detector

Enumerator
Primary 
Secondary 
Truncated 
NumberOfPrimaryClassifiers 

Definition at line 24 of file TruthClassificationDefs.h.

◆ TauTruthClassifiers