#include <CaloTrackCut.h>
Public Member Functions | |
CaloTrackCut (const char *cutName) | |
Constructor. | |
~CaloTrackCut () | |
Destructor. | |
int | Check (PamLevel2 *event) |
The calorimeter track check. | |
Public Attributes | |
CaloAxis | xCaloAxis |
The CaloAxis objects for the last track. These objects stores information about the track of the last examined event. | |
CaloAxis | yCaloAxis |
Definition at line 21 of file CaloTrackCut.h.
CaloTrackCut::CaloTrackCut | ( | const char * | cutName | ) | [inline] |
CaloTrackCut::~CaloTrackCut | ( | ) | [inline] |
int CaloTrackCut::Check | ( | PamLevel2 * | event | ) | [virtual] |
The calorimeter track check.
event | The event to analyze. |
0 otherwise.
Implements PamCut.
Definition at line 13 of file CaloTrackCut.cpp.
References CUTOK, CaloAxis::FitAxis(), CaloAxis::GetChi2(), CaloAxis::Reset(), xCaloAxis, and yCaloAxis.
The CaloAxis objects for the last track. These objects stores information about the track of the last examined event.
Definition at line 47 of file CaloTrackCut.h.
Referenced by Check().