#include <TrkRigCut.h>

Public Member Functions | |
| TrkRigCut (const char *cutName, float minRigidity) | |
| Constructor. | |
| ~TrkRigCut () | |
| Destructor. | |
| int | Check (PamLevel2 *event) |
| The rigidity check. | |
Private Attributes | |
| float | _minRigidity |
Definition at line 19 of file TrkRigCut.h.
| TrkRigCut::TrkRigCut | ( | const char * | cutName, | |
| float | minRigidity | |||
| ) | [inline] |
Constructor.
| cutName | The cut's name. | |
| minRigidity | The minimum rigidity p/Z (in GV) below which an event will be discarded. Can be positive or negative. |
Definition at line 28 of file TrkRigCut.h.
| TrkRigCut::~TrkRigCut | ( | ) | [inline] |
| int TrkRigCut::Check | ( | PamLevel2 * | event | ) | [virtual] |
The rigidity check.
| event | The event to analyze. |
0 otherwise.
Implements PamCut.
Definition at line 12 of file TrkRigCut.cpp.
References _minRigidity, and CUTOK.
float TrkRigCut::_minRigidity [private] |
1.5.9