ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
Trk::JetVtxParamDefsStrings Struct Reference

#include <JetVtxParamDefs.h>

Collaboration diagram for Trk::JetVtxParamDefsStrings:

Public Member Functions

 JetVtxParamDefsStrings ()
 Constructor. More...
 

Public Attributes

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

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  }

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:
Trk::JetVtxParamDefsStrings::pardefname
std::vector< std::string > pardefname
The member.
Definition: JetVtxParamDefs.h:74