#include <GFRectFinitePlane.h>
|
virtual void | Print (Option_t *) const |
|
Definition at line 43 of file GFRectFinitePlane.h.
genf::GFRectFinitePlane::GFRectFinitePlane |
( |
const double & |
umin, |
|
|
const double & |
umax, |
|
|
const double & |
vmin, |
|
|
const double & |
vmax |
|
) |
| |
give dimensions of finite rectangle: u1,u2,v1,v2
Definition at line 23 of file GFRectFinitePlane.cxx.
27 if ((umin >= umax) || (vmin >= vmax))
Exception class for error handling in GENFIT (provides storage for diagnostic information) ...
GFException & setFatal(bool b=true)
set fatal flag. if this is true, the fit stops for this current track repr.
genf::GFRectFinitePlane::GFRectFinitePlane |
( |
| ) |
|
genf::GFRectFinitePlane::~GFRectFinitePlane |
( |
| ) |
|
|
virtual |
bool genf::GFRectFinitePlane::inActive |
( |
const double & |
u, |
|
|
const double & |
v |
|
) |
| const |
|
virtual |
void genf::GFRectFinitePlane::Print |
( |
std::ostream & |
out = std::cout | ) |
const |
|
virtual |
virtual void genf::GFRectFinitePlane::Print |
( |
Option_t * |
| ) |
const |
|
inlineprivatevirtual |
double genf::GFRectFinitePlane::fUmax |
|
private |
double genf::GFRectFinitePlane::fUmin |
|
private |
double genf::GFRectFinitePlane::fVmax |
|
private |
double genf::GFRectFinitePlane::fVmin |
|
private |
The documentation for this class was generated from the following files: