Belle II Software
release-08-01-10
|
A rectangular domain for the hough space over p and q. More...
#include <PQBox.h>
Public Member Functions | |
float | getLowerP () const |
Concise getter for the lower p bound. | |
float | getUpperP () const |
Concise getter for the upper p bound. | |
float | getLowerQ () const |
Concise getter for the lower q bound. | |
float | getUpperQ () const |
Concise getter for the upper q bound. | |
float | getLowerX () const |
Get the lower p bound (alias) | |
float | getUpperX () const |
Get the upper p bound (alias) | |
float | getLowerY () const |
Get the lower q bound (alias) | |
float | getUpperY () const |
Get the upper q bound (alias) | |
Private Types | |
using | Super = Box< DiscreteP, DiscreteQ > |
Type of the base class. | |