#include <GeoFieldCut.h>
Public Member Functions | |
GeoFieldCut (const char *cutName, Float_t bAbs) | |
Constructor. | |
~GeoFieldCut () | |
Destructor. | |
int | Check (PamLevel2 *event) |
Apply the geomagnetic cut. |
GeoFieldCut::GeoFieldCut | ( | const char * | cutName, | |
Float_t | bAbs | |||
) | [inline] |
Constructor.
cutName | The cut's name.. | |
bAbs | The lower threshold value of the geomagnetic field, in gauss. |
int GeoFieldCut::Check | ( | PamLevel2 * | event | ) | [virtual] |
Apply the geomagnetic cut.
This routine rejects the events with |B| < bAbs.
event | The event to analyze. |
Implements PamCut.