#include <TrkGeomCut.h>
Public Member Functions | |
TrkGeomCut (const char *cutName, float xTol, float yTol) | |
Constructor. | |
~TrkGeomCut () | |
Destructor. | |
int | Check (PamLevel2 *event) |
The tracker fiducial acceptance check. | |
Private Attributes | |
float | _xTol |
float | _yTol |
Definition at line 20 of file TrkGeomCut.h.
TrkGeomCut::TrkGeomCut | ( | const char * | cutName, | |
float | xTol, | |||
float | yTol | |||
) | [inline] |
Constructor.
The parameters are the width of the regions on each side of a view that define the fiducial acceptance region. The detector size is therefore reduce by an amount of xTol (yTol) on each side of the X (Y) view.
cutName | The cut's name. | |
xTol | The fiducial border on X view in cm. | |
yTol | The fiducial border on Y view in cm. |
Definition at line 33 of file TrkGeomCut.h.
TrkGeomCut::~TrkGeomCut | ( | ) | [inline] |
int TrkGeomCut::Check | ( | PamLevel2 * | event | ) | [virtual] |
float TrkGeomCut::_xTol [private] |
float TrkGeomCut::_yTol [private] |