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

Simple struct to access the names of the classifiers. More...

#include <TruthClassificationDefs.h>

Collaboration diagram for Trk::TruthClassification::TauTruthClassifierStrings:

Public Member Functions

 TauTruthClassifierStrings ()

Public Attributes

std::vector< std::string > names
 The member.

Detailed Description

Simple struct to access the names of the classifiers.

Definition at line 89 of file TruthClassificationDefs.h.

Constructor & Destructor Documentation

◆ TauTruthClassifierStrings()

Trk::TruthClassification::TauTruthClassifierStrings::TauTruthClassifierStrings ( )
inline

Definition at line 90 of file TruthClassificationDefs.h.

91 {
93
94 names.push_back("outofclassification");
95 names.push_back("noTauAtAll");
96 names.push_back("tau1p");
97 names.push_back("tau3p");
98 names.push_back("tauKaon");
99 }

Member Data Documentation

◆ names

std::vector<std::string> Trk::TruthClassification::TauTruthClassifierStrings::names

The member.

Definition at line 102 of file TruthClassificationDefs.h.


The documentation for this struct was generated from the following file: