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

Simple struct to access the JetVtxParamDefs enum with ints. More...

#include <JetVtxParamDefs.h>

Collaboration diagram for Trk::JetVtxParamDefsAccessor:

Public Member Functions

 JetVtxParamDefsAccessor ()
 Constructor.

Public Attributes

std::vector< JetVtxParamDefspardef
 The member.

Detailed Description

Simple struct to access the JetVtxParamDefs enum with ints.

Definition at line 38 of file JetVtxParamDefs.h.

Constructor & Destructor Documentation

◆ JetVtxParamDefsAccessor()

Trk::JetVtxParamDefsAccessor::JetVtxParamDefsAccessor ( )
inline

Constructor.

Definition at line 40 of file JetVtxParamDefs.h.

41 {
42 pardef.push_back(jet_xv);
43 pardef.push_back(jet_yv);
44 pardef.push_back(jet_zv);
45 pardef.push_back(jet_phi);
46 pardef.push_back(jet_theta);
47 pardef.push_back(jet_dist);
48 }
@ jet_zv
position x,y,z of primary vertex
std::vector< JetVtxParamDefs > pardef
The member.

Member Data Documentation

◆ pardef

std::vector<JetVtxParamDefs> Trk::JetVtxParamDefsAccessor::pardef

The member.

Definition at line 50 of file JetVtxParamDefs.h.


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