| 16 |
#include <TrkCalib.h> |
#include <TrkCalib.h> |
| 17 |
|
|
| 18 |
#define NTYPES 10 |
#define NTYPES 10 |
| 19 |
|
#define NGF 14 |
| 20 |
|
|
| 21 |
/** |
/** |
| 22 |
* \brief Class to store tracker parameter information |
* \brief Class to store tracker parameter information |
| 95 |
static double init__deltab_1; |
static double init__deltab_1; |
| 96 |
static double init__dlt; |
static double init__dlt; |
| 97 |
|
|
| 98 |
|
// ------------------------------------------ |
| 99 |
|
// nominal z-coordinates to define acceptance |
| 100 |
|
// ------------------------------------------ |
| 101 |
|
static int nGF; |
| 102 |
|
static float zGF[NGF]; |
| 103 |
|
static float xGF_min[NGF]; |
| 104 |
|
static float xGF_max[NGF]; |
| 105 |
|
static float yGF_min[NGF]; |
| 106 |
|
static float yGF_max[NGF]; |
| 107 |
|
static TString GF_element[NGF]; |
| 108 |
|
|
| 109 |
TrkParams(); |
TrkParams(); |
| 110 |
|
|
|
|
|
| 111 |
// --------------------------------------------- |
// --------------------------------------------- |
| 112 |
// calibration (PED-SIG-BAD) |
// calibration (PED-SIG-BAD) |
| 113 |
// --------------------------------------------- |
// --------------------------------------------- |