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

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

#include <TruthClassificationDefs.h>

Collaboration diagram for Trk::TruthClassification::HeavyFlavourClassifierStrings:

Public Member Functions

 HeavyFlavourClassifierStrings ()

Public Attributes

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

Detailed Description

Simple struct to access the names of the hf classifiers.

Definition at line 71 of file TruthClassificationDefs.h.

Constructor & Destructor Documentation

◆ HeavyFlavourClassifierStrings()

Trk::TruthClassification::HeavyFlavourClassifierStrings::HeavyFlavourClassifierStrings ( )
inline

Definition at line 72 of file TruthClassificationDefs.h.

73 {
75
76 names.push_back("outofclassification");
77 names.push_back("prompt");
78 names.push_back("heavyflavourdecay");
79 }

Member Data Documentation

◆ names

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

The member.

Definition at line 82 of file TruthClassificationDefs.h.


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