PandaRoot
PndFtsTrackFinder::Line Struct Reference

#include <PndFtsHelpers.h>

Inheritance diagram for PndFtsTrackFinder::Line:

Public Member Functions

 Line ()=default
 
 Line (float slope, float intercept)
 
 ClassDef (Line, 1)
 

Public Attributes

float fSlope {}
 
float fIntercept {}
 

Detailed Description

Definition at line 31 of file PndFtsHelpers.h.

Constructor & Destructor Documentation

◆ Line() [1/2]

PndFtsTrackFinder::Line::Line ( )
default

◆ Line() [2/2]

PndFtsTrackFinder::Line::Line ( float  slope,
float  intercept 
)
inline

Definition at line 34 of file PndFtsHelpers.h.

34 : fSlope{slope}, fIntercept{intercept} {}

Member Function Documentation

◆ ClassDef()

PndFtsTrackFinder::Line::ClassDef ( Line  ,
 
)

Member Data Documentation

◆ fIntercept

float PndFtsTrackFinder::Line::fIntercept {}

Definition at line 37 of file PndFtsHelpers.h.

◆ fSlope

float PndFtsTrackFinder::Line::fSlope {}

Definition at line 36 of file PndFtsHelpers.h.

Referenced by PndFtsTrackFinder::PndFtsMath::LineStrawCircle().


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