#include <TrkRigGeoCut.h>
Public Member Functions | |
TrkRigGeoCut (const char *cutName, float thresholdCoeff) | |
Constructor. | |
~TrkRigGeoCut () | |
Destructor. | |
int | Check (PamLevel2 *event) |
The rigidity check. | |
float | GetThresholdCoeff () |
Returns the threshold coefficient. | |
Private Attributes | |
float | _thresholdCoeff |
CUT DEPENDENCIES: TrkPhSin (since TrkRigGeoCut assumes the existence of a single physical track)
Definition at line 23 of file TrkRigGeoCut.h.
TrkRigGeoCut::TrkRigGeoCut | ( | const char * | cutName, | |
float | thresholdCoeff | |||
) | [inline] |
Constructor.
cutName | The cut's name. | |
thresholdCoeff | The threshold rigidity coefficient. |
Definition at line 31 of file TrkRigGeoCut.h.
TrkRigGeoCut::~TrkRigGeoCut | ( | ) | [inline] |
int TrkRigGeoCut::Check | ( | PamLevel2 * | event | ) | [virtual] |
The rigidity check.
event | The event to analyze. |
0 otherwise.
Implements PamCut.
Definition at line 12 of file TrkRigGeoCut.cpp.
References _thresholdCoeff, and CUTOK.
float TrkRigGeoCut::GetThresholdCoeff | ( | ) | [inline] |
Returns the threshold coefficient.
Definition at line 48 of file TrkRigGeoCut.h.
References _thresholdCoeff.
float TrkRigGeoCut::_thresholdCoeff [private] |