![]() |
PandaRoot
|
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 More... | |
| RectangularFinitePlane () | |
| virtual | ~RectangularFinitePlane () |
| bool | isInActive (double u, double v) const |
| void | Print (const Option_t *="") const |
| RectangularFinitePlane * | clone () const |
| Deep copy ctor for polymorphic class. More... | |
Public Member Functions inherited from genfit::AbsFinitePlane | |
| AbsFinitePlane () | |
| virtual | ~AbsFinitePlane () |
Additional Inherited Members | |
Protected Member Functions inherited from genfit::AbsFinitePlane | |
| AbsFinitePlane (const AbsFinitePlane &) | |
| AbsFinitePlane & | operator= (const AbsFinitePlane &) |
| ClassDef (AbsFinitePlane, 1) | |
Rectangular finite plane.
Definition at line 33 of file RectangularFinitePlane.h.
| genfit::RectangularFinitePlane::RectangularFinitePlane | ( | const double & | , |
| const double & | , | ||
| const double & | , | ||
| const double & | |||
| ) |
give dimensions of finite rectangle: u1,u2, v1,v2
| genfit::RectangularFinitePlane::RectangularFinitePlane | ( | ) |
Referenced by clone().
|
virtual |
|
inlinevirtual |
Deep copy ctor for polymorphic class.
Implements genfit::AbsFinitePlane.
Definition at line 45 of file RectangularFinitePlane.h.
References genfit::AbsFinitePlane::ClassDef(), and RectangularFinitePlane().
|
virtual |
Returns whether a u,v point is in the active plane or not. Needs to be implemented in child class.
Implements genfit::AbsFinitePlane.
|
virtual |
Implements genfit::AbsFinitePlane.