|
MarlinTPC
1.2.0
|
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 | |
nested helper class that stores the properties of a straight track.
1.8.6