CaloTrackCut Class Reference
The calorimeter track cut. Checks for the existence of a track in the calorimeter, using the CaloAxis routine. WARNING:
Check() assumes that level 1 data for the calorimeter exists.
More...
#include <CaloTrackCut.h>
List of all members.
|
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 |
Detailed Description
The calorimeter track cut. Checks for the existence of a track in the calorimeter, using the CaloAxis routine. WARNING:
Check() assumes that level 1 data for the calorimeter exists.
Constructor & Destructor Documentation
CaloTrackCut::CaloTrackCut |
( |
const char * |
cutName |
) |
[inline] |
Member Function Documentation
int CaloTrackCut::Check |
( |
PamLevel2 * |
event |
) |
[virtual] |
The calorimeter track check.
- Parameters:
-
| event | The event to analyze. |
- Returns:
- CUTOK if it is possible to identify a meaningful (chi2 > 0) track in the calorimeter.
0 otherwise.
Implements PamCut.
The documentation for this class was generated from the following files: