#include <TrkCalQualCut.h>
Public Member Functions | |
TrkCalQualCut (const char *cutName) | |
Constructor. | |
~TrkCalQualCut () | |
Destructor. | |
int | Check (PamLevel2 *event) |
The tracker calibration quality check. | |
int | GetCalibration () |
Returns the calibration type of the last examined event. |
int TrkCalQualCut::Check | ( | PamLevel2 * | event | ) | [virtual] |
The tracker calibration quality check.
This method checks the calibration of the event and updates the calibration information returned by GetCalibration
event | The event to analyze. |
TRKCAL_BAD otherwise.
Implements PamCut.
int TrkCalQualCut::GetCalibration | ( | ) | [inline] |
Returns the calibration type of the last examined event.
TRKCAL_ONLINE if the event uses a validated online calibration.
TRKCAL_DEFAULT if the event uses the default calibration.