7 |
|
|
8 |
/*! @file CaloGeomYSensCut.h The CaloGeomYSensCut class definition file */ |
/*! @file CaloGeomYSensCut.h The CaloGeomYSensCut class definition file */ |
9 |
|
|
10 |
|
#ifndef NO_CALOAXIS |
11 |
|
|
12 |
#ifndef CALOGEOMYSENSCUT_H_ |
#ifndef CALOGEOMYSENSCUT_H_ |
13 |
#define CALOGEOMYSENSCUT_H_ |
#define CALOGEOMYSENSCUT_H_ |
14 |
|
|
15 |
#include "../../PamCutBase/PamCutBase.h" |
#include "../../PamCutBase/PamCutBase.h" |
16 |
#include "../../CaloAxis2.h" |
#include <CaloAxis.h> |
17 |
|
|
18 |
/*! @brief The geometric cut using the calorimeter track AND checking the TRK crossed sensor along Y. |
/*! @brief The geometric cut using the calorimeter track AND checking the TRK crossed sensor along Y. |
19 |
* |
* |
70 |
/*! @brief The geometry check using the calorimeter's track. |
/*! @brief The geometry check using the calorimeter's track. |
71 |
* |
* |
72 |
* @param event The event to analyze. |
* @param event The event to analyze. |
73 |
|
* @return CUTOK if CALO track is inside fiducial acceptance and crosses the same Y sensor on each TRK plane. |
74 |
*/ |
*/ |
75 |
int Check(PamLevel2 *event); |
int Check(PamLevel2 *event); |
76 |
|
|
84 |
}; |
}; |
85 |
|
|
86 |
#endif /* CALOGEOMYSENSCUT_H_ */ |
#endif /* CALOGEOMYSENSCUT_H_ */ |
87 |
|
#endif /* NO_CALOAXIS */ |