MarlinTPC  1.2.0
Public Member Functions | Public Attributes | List of all members
marlintpc::TrackFinderHoughTrafoProcessor::TrackProperties Struct Reference

nested helper class that stores the properties of a straight track. More...

#include <TrackFinderHoughTrafoProcessor.h>

Public Member Functions

 TrackProperties (double avalue=0, double bvalue=0, int hitsontrackvalue=0, int orientationvalue=0)
 
bool operator< (TrackProperties const trackproperties) const
 
bool operator> (TrackProperties const trackproperties) const
 
bool operator== (TrackProperties const trackproperties) const
 

Public Attributes

double a
 slope of track
 
double b
 intersection of track on axis set by orientation
 
int hitsontrack
 number of hits on the track
 
int orientation
 orientation of the track:
0: y = ax + b
1: x = ya + b
 

Detailed Description

nested helper class that stores the properties of a straight track.


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