#include <GeoFieldCut.h>
Public Member Functions | |
GeoFieldCut (const char *cutName, Float_t bAbs) | |
Constructor. | |
~GeoFieldCut () | |
Destructor. | |
int | Check (PamLevel2 *event) |
Apply the geomagnetic cut. | |
Private Attributes | |
float | _bAbs |
Definition at line 16 of file GeoFieldCut.h.
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. |
Definition at line 24 of file GeoFieldCut.h.
GeoFieldCut::~GeoFieldCut | ( | ) | [inline] |
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.
Definition at line 12 of file GeoFieldCut.cpp.
float GeoFieldCut::_bAbs [private] |