TrkPhSinCut Class Reference

The single physical track cut. Only events with a single physical track (selected according to the specified sorting method) survive this selection. More...

#include <TrkPhSinCut.h>

Inheritance diagram for TrkPhSinCut:

PamCut

List of all members.

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.


Detailed Description

The single physical track cut. Only events with a single physical track (selected according to the specified sorting method) survive this selection.

Constructor & Destructor Documentation

TrkPhSinCut::TrkPhSinCut ( const char *  cutName,
const char *  sortingMethod 
) [inline]

Constructor.

Parameters:
cutName The cut's name.
sortingMethod The sorting method to be used to select the track.


Member Function Documentation

int TrkPhSinCut::Check ( PamLevel2 *  event  )  [virtual]

The single physical track check.

Parameters:
event The event to analyze.
Returns:
CUTOK if a single physical track has been found in the event

0 if the event has not exactly one physical track or if the track is meaningless (nstep > 100 or chi2 < 0.)

Implements PamCut.


Member Data Documentation

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.

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.


The documentation for this class was generated from the following files:

Generated on Fri Jun 5 15:09:08 2009 for PamCut by  doxygen 1.5.9