PandaRoot
PndFtsTrackFinder::Point2D Struct Reference

#include <PndFtsHelpers.h>

Public Member Functions

 Point2D (float abscissa, float ordinate)
 

Public Attributes

float fAbscissa
 
float fOrdinate
 

Detailed Description

Definition at line 55 of file PndFtsHelpers.h.

Constructor & Destructor Documentation

◆ Point2D()

PndFtsTrackFinder::Point2D::Point2D ( float  abscissa,
float  ordinate 
)
inline

Definition at line 56 of file PndFtsHelpers.h.

56 : fAbscissa(abscissa), fOrdinate(ordinate) {}

Member Data Documentation

◆ fAbscissa

float PndFtsTrackFinder::Point2D::fAbscissa

Definition at line 58 of file PndFtsHelpers.h.

◆ fOrdinate

float PndFtsTrackFinder::Point2D::fOrdinate

Definition at line 59 of file PndFtsHelpers.h.


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