#include <TrkIonCut.h>

| Public Member Functions | |
| TrkIonCut (const char *cutName, float maxRelease=3., float minRelease=0.) | |
| Constructor. | |
| ~TrkIonCut () | |
| Destructor. | |
| int | Check (PamLevel2 *event) | 
| The tracker ionization check. | |
| TrkIonCut::TrkIonCut | ( | const char * | cutName, | |
| float | maxRelease = 3., | |||
| float | minRelease = 0. | |||
| ) |  [inline] | 
Constructor.
| cutName | The cut's name. | |
| maxRelease | The maximum mean ionization (in MIP) in the tracker planes above which an event is discarded. Default: 3. | |
| minRelease | The minimum mean ionization (in MIP) in the tracker planes below which an event is discarded. Default: 0. | 
| int TrkIonCut::Check | ( | PamLevel2 * | event | ) |  [virtual] | 
The tracker ionization check.
If the mean energy release in the tracker planes in MIP is greater than the threshold (constructor's parameter) the event is discarded.
| event | The event to analyze. | 
0 otherwise.
Implements PamCut.
 1.5.9
 1.5.9