#include <TrkPhSinCut.h>
Public Member Functions | |
TrkPhSinCut (const char *cutName, const char *sortingMethod) | |
Constructor. | |
~TrkPhSinCut () | |
Destructor. | |
int | Check (PamLevel2 *event) |
The single physical track check. | |
Public Attributes | |
int | iTrackTof |
TOF_index for TRK-track for the last good event. | |
TrkTrack * | trkTrack |
The TrkTrack for the last good event. | |
PamTrack * | pamTrack |
The PamTrack for the last good event. |
TrkPhSinCut::TrkPhSinCut | ( | const char * | cutName, | |
const char * | sortingMethod | |||
) | [inline] |
Constructor.
cutName | The cut's name. | |
sortingMethod | The sorting method to be used to select the track. |
int TrkPhSinCut::Check | ( | PamLevel2 * | event | ) | [virtual] |
PamTrack* TrkPhSinCut::pamTrack |
The PamTrack for the last good event.
When this cut checks an event, it stores its PamTrack (selected according to the specified sortingMethod). This can then be used by successive cuts.
TrkTrack* TrkPhSinCut::trkTrack |
The TrkTrack for the last good event.
When this cut checks an event, it stores its TrkTrack (selected according to the specified sortingMethod). This can then be used by successive cuts.