Belle II Software
release-08-01-10
|
Rectangular finite plane. More...
#include <RectangularFinitePlane.h>
Public Member Functions | |
RectangularFinitePlane (const double &, const double &, const double &, const double &) | |
give dimensions of finite rectangle: u1,u2, v1,v2 | |
bool | isInActive (double u, double v) const |
Returns whether a u,v point is in the active plane or not. More... | |
void | Print (const Option_t *="") const |
RectangularFinitePlane * | clone () const |
Deep copy ctor for polymorphic class. | |
Protected Member Functions | |
ClassDef (AbsFinitePlane, 1) | |
Private Attributes | |
double | uMin_ |
double | uMax_ |
double | vMin_ |
double | vMax_ |
Rectangular finite plane.
Definition at line 34 of file RectangularFinitePlane.h.
|
virtual |
Returns whether a u,v point is in the active plane or not.
Needs to be implemented in child class.
Implements AbsFinitePlane.
Definition at line 45 of file RectangularFinitePlane.cc.