| 17 |
// z-coordinate of track state-vector reference-plane |
// z-coordinate of track state-vector reference-plane |
| 18 |
#define ZINI 23.5 |
#define ZINI 23.5 |
| 19 |
// (mechanical) z-coordinate of the tracker planes |
// (mechanical) z-coordinate of the tracker planes |
| 20 |
#define ZTRK6 -22.23 |
#define ZTRK6 -22.22 |
| 21 |
#define ZTRK5 -13.32 |
#define ZTRK5 -13.31 |
| 22 |
#define ZTRK4 -4.42 |
#define ZTRK4 -4.41 |
| 23 |
#define ZTRK3 4.48 |
#define ZTRK3 4.49 |
| 24 |
#define ZTRK2 13.38 |
#define ZTRK2 13.39 |
| 25 |
#define ZTRK1 22.28 |
#define ZTRK1 22.29 |
| 26 |
|
// magnet cavity dimensions |
| 27 |
|
#define ZMAGNHIGH 21.83 |
| 28 |
|
#define ZMAGNLOW -21.83 |
| 29 |
|
#define XMAGNHIGH 8.07 |
| 30 |
|
#define XMAGNLOW -8.07 |
| 31 |
|
#define YMAGNHIGH 6.57 |
| 32 |
|
#define YMAGNLOW -6.57 |
| 33 |
// (mechanical) x/y-coordinates of magnet cavity |
// (mechanical) x/y-coordinates of magnet cavity |
| 34 |
#define XTRKL -8.1 |
#define XTRKL -8.1 |
| 35 |
#define XTRKR 8.1 |
#define XTRKR 8.1 |
| 161 |
void SetTrackingMode(int trackmode); |
void SetTrackingMode(int trackmode); |
| 162 |
void SetPrecisionFactor(double fact); |
void SetPrecisionFactor(double fact); |
| 163 |
void SetStepMin(int istepmin); |
void SetStepMin(int istepmin); |
| 164 |
|
Bool_t IsInsideCavity(); |
| 165 |
|
|
| 166 |
void EvaluateClusterPositions(); |
void EvaluateClusterPositions(); |
| 167 |
|
|