Belle II Software development
RawFinderTrack Struct Reference

Public Member Functions

 RawFinderTrack (std::array< double, 3 > estimatedParameters, HoughPeak &&houghPeak, std::vector< uint8_t > &&readoutHoughSpace)
 

Public Attributes

double omega {}
 
double phi {}
 
double cot {}
 
HoughPeak peak
 
std::vector< uint8_t > houghSpace
 

Detailed Description

Definition at line 65 of file NDFinder.h.

Constructor & Destructor Documentation

◆ RawFinderTrack()

RawFinderTrack ( std::array< double, 3 > estimatedParameters,
HoughPeak && houghPeak,
std::vector< uint8_t > && readoutHoughSpace )
inline

Definition at line 72 of file NDFinder.h.

75 : omega{estimatedParameters[0]},
76 phi{estimatedParameters[1]},
77 cot{estimatedParameters[2]},
78 peak{std::move(houghPeak)},
79 houghSpace{std::move(readoutHoughSpace)} {}

Member Data Documentation

◆ cot

double cot {}

Definition at line 68 of file NDFinder.h.

68{};

◆ houghSpace

std::vector<uint8_t> houghSpace

Definition at line 70 of file NDFinder.h.

◆ omega

double omega {}

Definition at line 66 of file NDFinder.h.

66{};

◆ peak

HoughPeak peak

Definition at line 69 of file NDFinder.h.

◆ phi

double phi {}

Definition at line 67 of file NDFinder.h.

67{};

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