ATLAS Offline Software
Loading...
Searching...
No Matches
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 }
unsigned int bIndex
const Surface * surface

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: