#include <TrgConfCut.h>

Public Member Functions | |
| TrgConfCut (const char *cutName) | |
| Constructor. | |
| ~TrgConfCut () | |
| Destructor. | |
| int | Check (PamLevel2 *event) |
| The trigger configuration check. | |
Definition at line 19 of file TrgConfCut.h.
| TrgConfCut::TrgConfCut | ( | const char * | cutName | ) | [inline] |
Constructor.
| cutName | The cut's name. |
Definition at line 27 of file TrgConfCut.h.
| TrgConfCut::~TrgConfCut | ( | ) | [inline] |
| int TrgConfCut::Check | ( | PamLevel2 * | event | ) | [virtual] |
The trigger configuration check.
| event | The event to analyze. |
0 otherwise.
Implements PamCut.
Definition at line 12 of file TrgConfCut.cpp.
References CUTOK.
1.5.9