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

#include <TimedExtrapolator.h>

Collaboration diagram for Trk::DestBound:

Public Member Functions

 DestBound (const Surface *surf, double dist, unsigned int index)
 

Public Attributes

const Surfacesurface
 
double distance
 
unsigned int bIndex
 

Detailed Description

Definition at line 59 of file TimedExtrapolator.h.

Constructor & Destructor Documentation

◆ DestBound()

Trk::DestBound::DestBound ( const Surface surf,
double  dist,
unsigned int  index 
)
inline

Definition at line 65 of file TimedExtrapolator.h.

66  : surface(surf)
67  , distance(dist)
68  , bIndex(index)
69  {
70  }

Member Data Documentation

◆ bIndex

unsigned int Trk::DestBound::bIndex

Definition at line 63 of file TimedExtrapolator.h.

◆ distance

double Trk::DestBound::distance

Definition at line 62 of file TimedExtrapolator.h.

◆ surface

const Surface* Trk::DestBound::surface

Definition at line 61 of file TimedExtrapolator.h.


The documentation for this struct was generated from the following file:
index
Definition: index.py:1
Trk::DestBound::distance
double distance
Definition: TimedExtrapolator.h:62
Trk::DestBound::bIndex
unsigned int bIndex
Definition: TimedExtrapolator.h:63
Trk::DestBound::surface
const Surface * surface
Definition: TimedExtrapolator.h:61