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

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

#include <TruthClassificationDefs.h>

Collaboration diagram for Trk::TruthClassification::PrimaryClassifierStrings:

Public Member Functions

 PrimaryClassifierStrings ()

Public Attributes

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

Detailed Description

Simple struct to access the names of the track classifiers.

Definition at line 52 of file TruthClassificationDefs.h.

Constructor & Destructor Documentation

◆ PrimaryClassifierStrings()

Trk::TruthClassification::PrimaryClassifierStrings::PrimaryClassifierStrings ( )
inline

Definition at line 53 of file TruthClassificationDefs.h.

54 {
56
57 names.push_back("outofclassification");
58 names.push_back("primary");
59 names.push_back("secondary");
60 names.push_back("truncated");
61 }

Member Data Documentation

◆ names

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

The member.

Definition at line 64 of file TruthClassificationDefs.h.


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