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

Simple struct to access the strings of the JetVtxParamDefs enum names for output reasons. More...

#include <JetVtxParamDefs.h>

Collaboration diagram for Trk::JetVtxParamDefsStrings:

Public Member Functions

 JetVtxParamDefsStrings ()
 Constructor.

Public Attributes

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

Detailed Description

Simple struct to access the strings of the JetVtxParamDefs enum names for output reasons.

Definition at line 61 of file JetVtxParamDefs.h.

Constructor & Destructor Documentation

◆ JetVtxParamDefsStrings()

Trk::JetVtxParamDefsStrings::JetVtxParamDefsStrings ( )
inline

Constructor.

Definition at line 63 of file JetVtxParamDefs.h.

64 {
65 pardefname.emplace_back("jet_xv");
66 pardefname.emplace_back("jet_yv");
67 pardefname.emplace_back("jet_zv");
68 pardefname.emplace_back("jet_phi");
69 pardefname.emplace_back("jet_theta");
70 pardefname.emplace_back("jet_dist");
71 }
std::vector< std::string > pardefname
The member.

Member Data Documentation

◆ pardefname

std::vector<std::string> Trk::JetVtxParamDefsStrings::pardefname

The member.

Definition at line 74 of file JetVtxParamDefs.h.


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